Drunken Wolf Stream

Drunken Wolf Stream

Drunken Wolf stream notification

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/drunken16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/drunken16.png",
    "48": "img/drunken48.png",
    "128": "img/drunken.png"
  },
  "manifest_version": 2,
  "name": "Drunken Wolf Stream",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "description": "Drunken Wolf stream notification",
  "version": "1.0"
}