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__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.7", "icons": { "48": "assets\/48.png", "64": "assets\/64.png", "128": "assets\/128.png" }, "background": { "service_worker": "javascripts\/worker.js" }, "action": [], "options_ui": { "page": "settings.html", "open_in_tab": true }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/popup.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "svgfiles\/*", "css\/*", "settings.html", "javascripts\/setting.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "activeTab", "scripting", "storage", "webRequest" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } } } }