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", "manifest_version": 3, "name": "Rapid Currency Converter", "description": "The fastest and most efficient currency converter.", "version": "2.2.2", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+R", "mac": "Alt+R" } } }, "permissions": [ "storage", "tabs", "windows", "alarms" ], "background": { "service_worker": "src\/scripts\/service-worker.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "Smart Currency Converter" }, "content_scripts": [ { "js": [ "src\/scripts\/content.js" ], "matches": [ "<all_urls>" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/web-icon-48x48.png", "assets\/flags\/*.svg", "assets\/loading.gif" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "\/assets\/favicon-16x16.png", "32": "\/assets\/favicon-32x32.png", "192": "\/assets\/android-chrome-192x192.png", "512": "\/assets\/android-chrome-512x512.png" } }