Huzounet

Huzounet

Huzounet's extension for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Huzounet",
  "version": "1.4",
  "description": "Huzounet's extension for Chrome",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "notifications",
    "http://pma.yeswevent.fr:5555/twitch/online"
  ],
  "background": {
    "scripts": [
      "js/isStreaming.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "rcs/logo_offline16.png",
    "48": "rcs/logo_offline48.png",
    "128": "rcs/logo_offline128.png"
  },
  "browser_action": {
    "default_popup": "html/interface.html",
    "default_icon": "rcs/logo_offline128.png"
  }
}