Steem VP

Steem VP

Your steem and scot tokens voting power

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Steem VP",
  "version": "2.2.4",
  "description": "Your steem and scot tokens voting power",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://api.steemit.com/",
    "https://scot-api.steem-engine.com/*"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "images/favicon.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  }
}