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.0.3", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/chrome.google.com", "default_locale": "en", "permissions": [ "contextMenus", "storage", "tabs" ], "host_permissions": [], "version_name": "1.0.3", "icons": { "16": "src\/assets\/icons\/logo.png", "32": "src\/assets\/icons\/logo.png", "48": "src\/assets\/icons\/logo.png" }, "action": { "default_icon": "src\/assets\/icons\/logo.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.js.aade76de.913d3134.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/index.js.69c7c993.css" ], "run_at": "document_start" } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "img\/*", "icon\/*" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/index.js.aade76de.js" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } }