Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "javaScripts\/serviceWorker.js" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "assets\/img\/48.png", "128": "assets\/img\/128.png" }, "manifest_version": 3, "name": "__MSG_name__", "action": { "default_icon": "assets\/img\/128.png", "default_title": "Translator", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "contextMenus", "storage", "tabs" ], "content_scripts": [ { "all_frames": true, "js": [ "javaScripts\/content.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "version": "2.16", "web_accessible_resources": [ { "resources": [ "javaScripts\/*", "javaScripts\/img\/*", "javaScripts\/style\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }