Starcraft 2 Streams

Starcraft 2 Streams

Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Starcraft 2 Streams",
  "version": "0.2.9",
  "manifest_version": 2,
  "description": "Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/vendor/jquery.min.js",
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://api.twitch.tv/*",
    "notifications",
    "storage",
    "alarms",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://cdn.ravenjs.com/ https://ssl.google-analytics.com; object-src 'self'"
}