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", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "icons": { "16": "icons\/icon-blue16\u044516.png", "48": "icons\/icon-blue48x48.png", "128": "icons\/icon-blue128\u0445128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon-blue16\u044516.png", "48": "icons\/icon-blue48x48.png", "128": "icons\/icon-blue128\u0445128.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/IconBlue.svg", "icons\/IconGrey.svg", "icons\/RateUsIcon.svg", "icons\/StarGrey.svg", "icons\/StarGold.svg" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "artifactScript.js" ], "css": [ "artifactScript.css" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }