Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "action": { "default_icon": "icon\/icon.png", "default_popup": "popup.html", "default_title": "popup" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "css": [ "css\/chunk-vendors.css", "css\/main.css", "css\/content.css" ], "js": [ "js\/chunk-vendors.js", "js\/content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/chrome.google.com", "host_permissions": [], "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "img\/*", "icon\/*" ] } ] }