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", "author": "Translate", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_title": "Translate", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "declarative_net_request": { "rule_resources": [ { "id": "translator", "enabled": true, "path": "rules\/translator.json" } ] }, "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Translate", "description": "Simple Inline Translate Tool.", "permissions": [ "declarativeNetRequest", "alarms", "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "version": "0.0.2" }