Steem Upvote Bot

Steem Upvote Bot

Automatic upvoting of new content

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 Upvote Bot",
  "short_name": "SteemBot",
  "description": "Automatic upvoting of new content",
  "version": "0.7",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "steem128.png"
  },
  "permissions": [
    "tabs",
    "https://steemit.com/*",
    "storage"
  ],
  "options_page": "options.html",
  "icons": {
    "48": "steem48.png",
    "128": "steem128.png"
  }
}