Who's Live on Twitch

Who's Live on Twitch

See who's streaming live that you're following on Twitch.tv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Who's Live on Twitch",
  "description": "See who's streaming live that you're following on Twitch.tv",
  "version": "1.9.1",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Who's Live",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options/options.html",
  "permissions": [
    "storage",
    "notifications"
  ],
  "web_accessible_resources": [
    "options/options.html"
  ]
}