GameDev Stream Browser

GameDev Stream Browser

Browse and watch Game Developer live streams from twitch!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GameDev Stream Browser",
  "description": "Browse and watch Game Developer live streams from twitch!",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "GameDev Stream Browser",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://api.twitch.tv/kraken/*",
    "tabs"
  ]
}