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, "version": "1.1", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/calendar\/*" ], "js": [ "popup\/popup.min.js" ] } ], "permissions": [ "webNavigation", "tabs", "scripting" ], "default_locale": "en", "host_permissions": [ "https:\/\/calendar.google.com\/*", "*:\/\/easycalendarplan.com\/*" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*.*", "resources\/*.*", "widget\/widget.html", "widget\/widget.min.css", "widget\/widget.min.js" ], "matches": [ "*:\/\/*.google.com\/*" ] } ], "background": { "service_worker": "background.min.js", "type": "module" } }