Inspect and view changes in TouchCric Cricket Pictures New 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
{
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "CarTab.html"
},
"description": "This new tab extension will show pictures of cricket moments on TouchCric in the background.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 3,
"name": "TouchCric Cricket Pictures New Tab",
"permissions": [
"cookies",
"storage"
],
"version": "1.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}