Inspect and view changes in Foxy Tab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Foxy Tab",
"version": "1.7",
"description": "Foxy Tab Will Let You Customize Your New Tab Experience With A New Set of Backgrounds.",
"icons": {
"16": "public/app_icon/icon_16.png",
"32": "public/app_icon/icon_32.png",
"48": "public/app_icon/icon_48.png",
"64": "public/app_icon/icon_64.png",
"96": "public/app_icon/icon_96.png",
"128": "public/app_icon/icon_128.png",
"256": "public/app_icon/icon_256.png",
"512": "public/app_icon/icon_512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "public/app_icon/icon_16.png",
"32": "public/app_icon/icon_32.png",
"48": "public/app_icon/icon_48.png",
"64": "public/app_icon/icon_64.png",
"96": "public/app_icon/icon_96.png",
"128": "public/app_icon/icon_128.png",
"256": "public/app_icon/icon_256.png",
"512": "public/app_icon/icon_512.png"
}
},
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src https:;connect-src https://px.deals-fox.com https://api.openweathermap.org;font-src https://fonts.gstatic.com;style-src 'self' https://fonts.googleapis.com"
},
"host_permissions": [
"https://px.deals-fox.com/*"
],
"permissions": [
"storage",
"topSites"
]
}