BrowserDoge

BrowserDoge

Shows current Dogecoin value and mining difficulty and provides related tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BrowserDoge",
  "manifest_version": 2,
  "version": "0.2.2",
  "description": "Shows current Dogecoin value and mining difficulty and provides related tools.",
  "short_name": "BrowserDoge",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon32.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-1.11.0.min.js",
      "js/update.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "http://dogechain.info/",
    "https://www.dogeapi.com/",
    "https://coinbase.com/",
    "https://api.vircurex.com/"
  ]
}