Inspect and view changes in National Parks 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": "National Parks Tab",
"version": "0.0.7",
"description": "Breathtaking National Park Pictures in every new tab.",
"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"
}
},
"permissions": [
"storage"
]
}