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__", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "action": { "default_icon": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "Close.png", "Star_grey.png", "Star_gold.png", "Star_gold_main.png", "popup.html", "popup.css" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "artifactScript.js" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }