RIP - GasNow

RIP - GasNow

GasNow code with etherchain.org api to estimate eth gas prediction

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_pluginName__",
  "description": "__MSG_pluginDesc__",
  "version": "0.2.9",
  "manifest_version": 2,
  "author": "gasnow code with etherchain api",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon48.png"
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "homepage_url": "https://github.com/CtheSky/eth-gasnow-extention",
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "default_locale": "en"
}