Track ETH value in real time and instantly convert in dollars or euro
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "ETH Converter Pro",
"version": "0.1.0",
"description": "Track ETH value in real time and instantly convert in dollars or euro",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/logo.png",
"24": "images/logo.png",
"32": "images/logo.png"
}
}
}