Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }