Examine source code of Kittyih-Live

Inspect and view changes in Kittyih-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
{
  "author": "Yanaël G",
  "manifest_version": 2,
  "name": "Kittyih-Live",
  "description": "Extension Twitch pour suivre la streameuse Kittyih sur ses réseaux et être au courant de ses lives !",
  "version": "1.1.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Kittyih-Live - afficher les détails"
  },
  "icons": {
    "32": "assets/logo/logo_32.png",
    "48": "assets/logo/logo_48.png",
    "64": "assets/logo/logo_64.png",
    "128": "assets/logo/logo_128.png"
  },
  "permissions": [
    "notifications",
    "https://twitch.tv/kittyih",
    "https://discord.com/invite/X6FaPhH",
    "https://www.youtube.com/channel/UCxhI-Yzb4p8L5DmO8jwVO1g",
    "https://api.twitch.tv/helix/streams",
    "https://utip.io/kittyih",
    "https://id.twitch.tv/oauth2/token",
    "https://id.twitch.tv/oauth2/validate",
    "https://twitter.com/Kittyih_",
    "https://www.instagram.com/e.gbm/"
  ],
  "background": {
    "scripts": [
      "runtime.js",
      "background.js",
      "vendor.js"
    ]
  },
  "web_accessible_resources": [
    "assets/icons/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}