BuildTeam - Notifier

BuildTeam - Notifier

This extension allows the user to be notified about certain Steemit events.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BuildTeam - Notifier",
  "description": "This extension allows the user to be notified about certain Steemit events.",
  "version": "1.9.8",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "BuildTeam!"
  },
  "background": {
    "scripts": [
      "/dist/action_cable.js",
      "jquery.js",
      "eventPage.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon.png",
    "167": "icon_167.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "http://www,minnowbooster.net/"
  ]
}