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", "manifest_version": 3, "name": "Coinverse: Instant Currency Converter", "description": "Coinverse offers fast and simple currency conversion for 160+ currencies with automatic detection and instant results.", "version": "1.3.2", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "activeTab", "storage" ], "author": { "email": "TransLab <[email protected]>" }, "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_title": "Coinverse - Popup" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+P", "mac": "Command+Shift+P" } } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ] }