Twitch Shuffle

Twitch Shuffle

Find new streamers with each tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitch Shuffle",
  "description": "Find new streamers with each tab!",
  "version": "1.71",
  "version_name": "1.0 beta",
  "web_accessible_resources": [
    "images/*.svg",
    "images/*.mp4",
    "images/*.png"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "identity",
    "activeTab",
    "storage",
    "https://ajax.googleapis.com/",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ]
}