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": "Cryptocurrency Price Converter",
"description": "Instantly convert between cryptocurrencies and USDT with real-time price updates",
"version": "1.0.0",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/converter16.png",
"48": "assets\/images\/converter48.png",
"128": "assets\/images\/converter128.png"
}
},
"icons": {
"16": "assets\/images\/converter16.png",
"48": "assets\/images\/converter48.png",
"128": "assets\/images\/converter128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"mac": "Command+Shift+C"
},
"description": "Open Crypto Converter"
},
"toggle-theme": {
"suggested_key": {
"default": "Alt+Shift+D",
"mac": "Alt+Shift+D"
},
"description": "Toggle between light and dark theme"
},
"quick-convert-btc": {
"suggested_key": {
"default": "Alt+Shift+B",
"mac": "Alt+Shift+B"
},
"description": "Quick convert BTC to USDT"
}
}
}