Streams Now

Streams Now

This extension shows currently live channels from Twitch and Hitbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "options_page": "options.html",
  "default_locale": "en",
  "version": "1.0",
  "icons": {
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "scripts/jquery-2.1.3.min.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/icon-48.png",
    "default_title": "__MSG_appName__"
  },
  "permissions": [
    "activeTab",
    "storage",
    "background",
    "notifications",
    "https://api.twitch.tv/",
    "https://www.hitbox.tv/"
  ]
}