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", "name": "Currency Instant Converter", "description": "Converts currency in-place", "version": "0.91", "manifest_version": 3, "icons": { "128": "\/images\/dollar_on.png" }, "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": "\/images\/dollar_on.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/dist\/content.bundle.js" ] } ] }