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", "description": "View crypto prices in local conversion across the web.", "version": "1.1.1", "name": "Crypto Conversion", "manifest_version": 3, "author": "[email protected]", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "View crypto prices in local conversion across the web." } } }