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", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "permissions": [ "scripting" ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" } }, "default_locale": "en", "description": "__MSG_appDesc__", "background": { "service_worker": "js\/worker.js" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/cnt.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "version": "2.3.9", "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ] }