Daily rate crypto and fiat currency converter powered by exchangerate-api.com and api.coingecko.com. Fork of Currency Converter.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Crypto Currency Converter",
"version": "0.9.3",
"description": "Daily rate crypto and fiat currency converter powered by exchangerate-api.com and api.coingecko.com. Fork of Currency Converter.",
"homepage_url": "https://github.com/OutisNemo/minimal-currency-converter",
"browser_action": {
"default_icon": "icons/icon_128.png",
"default_title": "Crypto Currency Converter",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"permissions": [
"*://open.er-api.com/",
"*://api.coingecko.com/"
],
"browser_specific_settings": {
"gecko": {
"id": "{5560f41c-46e8-4fdb-9886-2e3c99d0e5e2}"
}
}
}