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": "Echo IT Up", "version": "1.3", "description": "Select text in input fields, rewrite it, or translate it (Eng\/Fr) using AI.", "permissions": [ "activeTab", "storage", "notifications" ], "host_permissions": [ "https:\/\/api.groq.com\/*", "https:\/\/generativelanguage.googleapis.com\/*" ], "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "all_frames": true } ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "changelog.html", "images\/*.png" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }