You Coub notifications & follow manager

You Coub notifications & follow manager

Coub.com you channels notifications & follow manager. (Coub.com API based)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "You Coub notifications & follow manager",
  "description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "You Coub notifications & follow manager"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://coub.com/*"
      ],
      "css": [
        "ext.css"
      ],
      "js": [
        "ext.js"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "0.810",
  "icons": {
    "128": "icon.png",
    "666": "logo.png",
    "777": "icon_connect.png"
  }
}