Inspect and view changes in The Rock fans homepage 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",
"short_name": "The Rock",
"name": "The Rock fans homepage",
"version": "1.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "The Rock"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "./img/logo/logo_16x16.png",
"48": "./img/logo/logo_48x48.png",
"128": "./img/logo/logo_128x128.png"
}
}