Stream Overview Help for Twitch.tv

Stream Overview Help for Twitch.tv

Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stream Overview Help for Twitch.tv",
  "description": "Shows current most popular CS:GO, Dota2 and SC2 streams with the ability to browse through current top 10 streams of Twitch.tv",
  "version": "1.0",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self' https://api.twitch.tv; object-src 'self'",
  "browser_action": {
    "default_icon": "default_icon.png",
    "default_popup": "popup.html"
  }
}