PyrooTv - Live Notification

PyrooTv - Live Notification

Affiche un message au lancement d'un live PyrooTv et lorsqu'une nouvelle vidéo est disponible !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/config.js",
      "js/fonctions.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "html/popup_off.html",
    "default_title": "PyrooTv"
  },
  "options_page": "html/options.html",
  "content_scripts": [
    {
      "js": [
        "libs/jquery/dist/jquery.min.js",
        "js/username-grabber.js"
      ],
      "matches": [
        "https://www.twitch.tv/pyrootv"
      ]
    }
  ],
  "description": "Affiche un message au lancement d'un live PyrooTv et lorsqu'une nouvelle vidéo est disponible !",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "PyrooTv - Live Notification",
  "short_name": "PyrooTv",
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "https://*/*"
  ],
  "version": "3.2",
  "author": "Diablue",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}