-- Chuck Norris Tab --
By clicking "Add to chrome", I accept and agree to installing the extension and setting chrome new tab…
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": "Chuck Norris Tab",
"version": "1.0.1",
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"action": {},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
]
}