Now Live

Now Live

Instantly check which of your favorite Twitch streamers are live right from your favorite browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2.1",
  "description": "Instantly check which of your favorite Twitch streamers are live right from your favorite browser",
  "name": "Now Live",
  "browser_action": {
    "default_popup": "NowLive.a3d8cec8.html",
    "default_title": "See who is live"
  },
  "background": {
    "scripts": [
      "background.a1313d20.js"
    ]
  },
  "icons": {
    "16": "16.e39123e5.png",
    "32": "32.d23b76f6.png",
    "48": "48.7bf91f9b.png",
    "64": "64.30a3bcfb.png",
    "96": "96.5d7556ae.png",
    "128": "128.d47cb096.png",
    "256": "256.11922409.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "*://*.twitch.tv/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://nowlive.jewelexx.com/auth/callback"
      ],
      "js": [
        "authcheck.bdc9cfe7.js"
      ],
      "css": []
    }
  ]
}