Inspect and view changes in Holiday seasons background 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
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "holidayPic.png"
},
"manifest_version": 3,
"name": "Holiday seasons background pictures new tab",
"version": "1.0.1",
"description": "It shows holiday season background images on every new tab.",
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*://holidayseasonsnewtab.com/",
"*://*.holidayseasonsnewtab.com/"
],
"chrome_url_overrides": {
"newtab": "holidayBg.html"
},
"icons": {
"16": "holidayPic.png",
"48": "holidayPic.png",
"128": "holidayPic.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}