Voting Power | STEEM

Voting Power | STEEM

The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Voting Power | STEEM",
  "version": "2.0",
  "icons": {
    "128": "vp.png"
  },
  "permissions": [
    "https://steemd.com/*",
    "unlimitedStorage",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Voting Power | STEEM",
    "default_icon": "vp.png",
    "default_popup": "popup.html"
  }
}