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": "Quickly convert currencies with real-time exchange rates.", "version": "1.1", "manifest_version": 3, "action": { "default_popup": "html\/popup.html", "default_icon": "assets\/icon128.png" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "styles\/content.css" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage" ] }