Ethereum Tracker - Euro Price (ETHEUR)

Ethereum Tracker - Euro Price (ETHEUR)

Real-time Ethereum Euro price tracker !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Raphaël Léger",
  "background": {
    "scripts": [
      "js/background.js",
      "js/popup.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "notifications",
    "https://api.kraken.com/0/public/Ticker"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.4"
}