Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "New Tab Page - HomeScreen (Custom Home Page)",
"version": "0.4.8.4",
"description": "New tab page to enhance your web browsing with a clean, customizable UI. Complete with a built-in to-do list and folder organization",
"permissions": [
"windows"
],
"action": {
"default_popup": "popup1.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"content_security_policy": {
"extension_pages": "default-src 'self' data:; img-src 'self' https: data:; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' http:\/\/*.favicon.ico https:\/\/*.favicon.ico"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
}
]
}