Live Tab

Live Tab

Find your favorite games and streams from Twitch in a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "iframe.html"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.twitchtab.com/?startpage=1"
  },
  "browser_action": {
    "default_title": "Live Tab",
    "default_icon": {
      "16": "./img/16_1.png",
      "32": "./img/32_1.png",
      "48": "./img/48_1.png",
      "128": "./img/128_1.png"
    }
  },
  "manifest_version": 2,
  "description": "Find your favorite games and streams from Twitch in a new tab",
  "icons": {
    "16": "./img/16_1.png",
    "32": "./img/32_1.png",
    "48": "./img/48_1.png",
    "128": "./img/128_1.png"
  },
  "name": "Live Tab",
  "background": {
    "scripts": [
      "ext-background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "https://www.twitchtab.com/*",
    "webNavigation",
    "activeTab",
    "tabs",
    "cookies"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "5.22"
}