MyAzubu

MyAzubu

Be notified when your favorite streamers start to play live!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "@GabrielJMJ",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "public/images/icons/16.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "description": "Be notified when your favorite streamers start to play live!",
  "name": "MyAzubu",
  "permissions": [
    "notifications",
    "background",
    "storage",
    "http://api.azubu.tv/*"
  ],
  "icons": {
    "16": "public/images/icons/16.png",
    "48": "public/images/icons/48.png",
    "128": "public/images/icons/128.png"
  },
  "background": {
    "scripts": [
      "public/js/channels.js",
      "public/js/functions.js",
      "public/js/jquery.min.js",
      "public/js/background.js"
    ]
  },
  "version": "1.5.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "30.0.0"
}