Multi Twitch Extension

Multi Twitch Extension

Chrome Extension who allow you to easely follow when your streamers goes live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Multi Twitch",
  "background": {
    "scripts": [
      "./scripts/script_back.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icone64.png",
    "default_popup": "pages/index.html",
    "default_title": "Multi twitch"
  },
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icone16.png",
    "32": "images/icone32.png",
    "64": "images/icone64.png",
    "128": "images/icone128.png"
  },
  "options_page": "pages/template_option.html",
  "permissions": [
    "https://api.twitch.tv/helix/streams/",
    "https://static-cdn.jtvnw.net/jtv_user_pictures/",
    "notifications",
    "tabs"
  ],
  "default_locale": "en",
  "version": "3.2.0",
  "author": "Lupusanghren @Lupusanghrenn"
}