Examine source code of FuzeIII - Notifications Twitch

Inspect and view changes in FuzeIII - Notifications Twitch 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
{
  "manifest_version": 2,
  "name": "FuzeIII - Notifications Twitch",
  "short_name": "FuzeIII - Notifications Twitch",
  "description": "Génère une notification lorsque FuzeIII passe en live sur Twitch.",
  "version": "1.7",
  "author": "Wistaro & Voltext",
  "permissions": [
    "https://wistaro.fr/extensionChromeFuzeIII/api.php",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/logo_red_38.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "img/logo_64.png",
    "128": "img/logo_128.png",
    "900": "img/logo_900.png"
  },
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "js/background.js"
    ]
  }
}