Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "action": { "default_icon": { "38": "img\/icon_48.png" }, "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "background": { "service_worker": "scripts\/bg.js" }, "commands": { "clear": { "description": "Clear", "suggested_key": { "default": "Alt+C", "mac": "Alt+C" } } }, "content_scripts": [ { "css": [ "styles\/content.css" ], "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_shortDesc__", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "storage", "browsingData", "tabs", "cookies", "alarms", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "*" ] } ] }