Curator Pro Feed

Curator Pro Feed

Curator Pro Feed for the Steem Blockchain. Stream your favorite authors and time votes to avoid penalties. Created by @tralawar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Curator Pro Feed",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "Curator Pro Feed for the Steem Blockchain. Stream your favorite authors and time votes to avoid penalties. Created by @tralawar",
  "homepage_url": "http://steemblubber.com",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "options_page": "src/options_custom/index.html",
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_title": "Curator Pro Feed",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "notifications",
    "chrome://favicon/",
    "tabs",
    "https://www.steemit.com/*"
  ]
}