Jbzz Live

Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jbzz Live",
  "description": "Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.",
  "version": "0.1.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "notifications",
    "https://api.twitch.tv/"
  ],
  "browser_action": {
    "default_title": "Jbzz Live",
    "default_icon": {
      "48": "icons/icon_48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}