Examine source code of PyrooTv - Live Notification

Inspect and view changes in PyrooTv - Live Notification source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}