Examine source code of Squntt - Live

Inspect and view changes in Squntt - Live 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": "Squntt - Live",
  "version": "0.98.5.0",
  "description": "Extension de Squntt pour être informé quand ça Stream sa mère",
  "icons": {
    "16": "assets/icons/squntt_icon16.png",
    "32": "assets/icons/squntt_icon32.png",
    "48": "assets/icons/squntt_icon48.png",
    "128": "assets/icons/squntt_icon128.png"
  },
  "author": "devleesch",
  "permissions": [
    "notifications",
    "storage",
    "*://*.twitch.tv/*",
    "*://*.youtube.com/*",
    "*://twitter.com/*"
  ],
  "options_ui": {
    "page": "views/options/options.html"
  },
  "background": {
    "scripts": [
      "assets/js/jquery-3.4.1.min.js",
      "init.js",
      "app.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Squntt_ - Hors-Ligne",
    "default_popup": "views/popup/popup.html"
  }
}