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": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "version": "2.0.0", "permissions": [ "notifications", "offscreen", "storage", "idle", "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "img\/red\/icon48.png", "img\/red\/icon128.png" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "Pomodoro Timer", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/red\/icon16.png", "32": "img\/red\/icon32.png", "48": "img\/red\/icon48.png", "128": "img\/red\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" } }