Inspect and view changes in World Holiday Calendar 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": "World Holiday Calendar",
"description": "An intuitive popup calendar extension that displays public holidays for the selected country.",
"version": "1.1",
"permissions": [
"storage"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "public/calendar_icon_16x16.png",
"32": "public/calendar_icon_32x32.png",
"48": "public/calendar_icon_48x48.png",
"128": "public/calendar_icon_128x128.png"
}
},
"icons": {
"16": "public/calendar_icon_16x16.png",
"32": "public/calendar_icon_32x32.png",
"48": "public/calendar_icon_48x48.png",
"128": "public/calendar_icon_128x128.png"
}
}