Twitch Tab

Twitch Tab

See your stream and surf to the net !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch Tab",
  "description": " See your stream and surf to the net !",
  "version": "1.1",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": "data/icon_twitch.png",
    "default_popup": "popup.html",
    "icons": {
      "19": "data/icon_twitch.png"
    }
  }
}