Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency Converter", "description": "Currency conversion anywhere", "version": "1.1.4", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Currency Converter" }, "icons": { "16": "logo512.png", "48": "logo512.png", "128": "logo512.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/content.js" ] } ] }