SanjiLive

SanjiLive

SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SanjiLive",
  "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.",
  "version": "0.0.3",
  "manifest_version": 2,
  "icons": {
    "48": "icons/Trepb.png",
    "128": "icons/Trepa.png"
  },
  "permissions": [
    "notifications",
    "https://api.twitch.tv/"
  ],
  "browser_action": {
    "default_title": "SanjiLive",
    "default_icon": {
      "48": "icons/Trepb.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}