Ethereum AllInOne: ETH Ticker / Wallet viewer

Ethereum AllInOne: ETH Ticker / Wallet viewer

Everything about Ethereum in one extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ethereum AllInOne: ETH Ticker / Wallet viewer",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Everything about Ethereum in one extension",
  "icons": {
    "16": "static/images/icon16.png",
    "48": "static/images/icon48.png",
    "128": "static/images/icon128.png"
  },
  "options_page": "options/options.html",
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "static/js/config.js",
      "static/js/app.js",
      "static/js/background.js"
    ]
  },
  "permissions": [
    "https://api.kraken.com/0/public/Ticker?pair=ETH*",
    "https://api.ethplorer.io/getAddressInfo/*",
    "https://fonts.googleapis.com/*"
  ]
}