Twitch Clip Manager

Twitch Clip Manager

Track and manage your Twitch.tv clips!

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 Clip Manager",
  "short_name": "TCM",
  "description": "Track and manage your Twitch.tv clips!",
  "version": "1.0",
  "icons": {
    "16": "img/tcm_16.png",
    "32": "img/tcm_32.png",
    "128": "img/tcm.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "html/settings.html",
  "browser_action": {},
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "https://clips.twitch.tv/clips",
    "https://clips-media-assets.twitch.tv/"
  ]
}