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": "Perfect New Tab",
"version": "1.0.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"topSites",
"bookmarks",
"storage",
"history",
"tabs"
],
"host_permissions": [
"https:\/\/picsum.photos\/*",
"https:\/\/api.unsplash.com\/*",
"https:\/\/images.unsplash.com\/*",
"https:\/\/www.google.com\/s2\/favicons*",
"https:\/\/*.gstatic.com\/*",
"https:\/\/external-content.duckduckgo.com\/*",
"https:\/\/favicon.io\/*",
"https:\/\/*\/*\/favicon.ico",
"https:\/\/*\/*\/favicon.png",
"https:\/\/*\/*\/apple-touch-icon.png",
"https:\/\/*\/*\/apple-touch-icon-precomposed.png"
],
"background": {
"service_worker": "js\/background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/www.google.com https:\/\/api.unsplash.com https:\/\/images.unsplash.com https:\/\/picsum.photos https:\/\/fastly.picsum.photos https:\/\/*.gstatic.com https:\/\/external-content.duckduckgo.com https:\/\/favicon.io https:\/\/*;"
},
"web_accessible_resources": [
{
"resources": [
"img\/default_favicon.png",
"img\/default_bg.jpg",
"img\/sheets.jpg",
"img\/sheet.png",
"img\/icons8-gmail-48.png",
"img\/icons8-google-calendar-48.png",
"img\/icons8-google-data-studio-48.png",
"img\/icons8-google-docs-48.png",
"img\/icons8-google-drive-48.png",
"img\/icons8-google-keep-48.png",
"img\/icons8-google-maps-48.png",
"img\/icons8-google-meet-48.png",
"img\/icons8-google-photos-48.png",
"img\/icons8-google-slides-48.png",
"img\/icons8-translate-48.png",
"img\/icons8-youtube-48.png"
],
"matches": [
"<all_urls>"
]
}
],
"author": "Perfect New Tab Developer",
"homepage_url": "https:\/\/buymeacoffee.com\/brokedev",
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"default_title": "Perfect New Tab"
}
}