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": "burowmar", "name": "Smart Currency Converter", "description": "Smart replace currency with your preffered unit", "manifest_version": 3, "version": "5.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Smart Currency Converter", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "shared.css", "content.css" ] } ], "options_ui": { "page": "options.html" }, "host_permissions": [ "https:\/\/uacc-go-h3a6bmejfnaebygu.northeurope-01.azurewebsites.net\/*" ], "permissions": [ "contextMenus", "activeTab", "storage" ], "version_name": "5.1.0" }