KAO Live

Ne loupez plus un seul live Twitch de Kao.
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": "KAO Live",
  "description": "Ne loupez plus un seul live Twitch de Kao.",
  "version": "2.0.4",
  "author": "Gwyomarch",
  "permissions": [
    "notifications"
  ],
  "icons": {
    "64": "img/logo-64.png",
    "128": "img/logo-128.png",
    "256": "img/logo-256.png"
  },
  "browser_action": {
    "default_icon": "img/logo-256.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/config.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{28492134-b242-4a87-b896-1545c27b0dd7}"
    }
  }
}