Live On Twitch

Live On Twitch

See all of your favorite Twitch streams with the click of a button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live On Twitch",
  "description": "See all of your favorite Twitch streams with the click of a button!",
  "version": "1.1.4",
  "icons": {
    "16": "media/icon_16.png",
    "64": "media/icon_64.png",
    "128": "media/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms"
  ],
  "options_page": "options.html"
}