Random Twitch Stream Finder

Random Twitch Stream Finder

Retrieves a random Twitch stream URL out of all currently active Twitch streams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Twitch Stream Finder",
  "version": "1.0.0",
  "description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "randomTwitchStream_32.png"
  },
  "manifest_version": 2,
  "icons": {
    "16": "randomTwitchStream_16.png",
    "48": "randomTwitchStream_48.png",
    "128": "randomTwitchStream_128.png"
  }
}