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", "description": "LangBrowser Extension", "version": "0.2.0", "manifest_version": 3, "name": "Translate and Save - LangBrowser", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Translate and Save", "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/glosbe.com\/", "https:\/\/www.youtube.com\/" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [] }, { "resources": [ "options.html" ], "matches": [ "<all_urls>" ] } ] }