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_appName__", "version": "1.0", "description": "__MSG_shortDesc__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" } }, "background": { "service_worker": ".\/static\/js\/background.js" }, "permissions": [ "storage", "tabs", "scripting", "alarms" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/icon_16.png", "images\/icon_48.png", "images\/icon_64.png", "images\/icon_128.png", "images\/rating_star.png", "images\/rocket.png", "images\/cresotech.png" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/static\/js\/contentScript.js" ], "run_at": "document_idle" } ] }