AlphaCast Stream

AlphaCast Stream

Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AlphaCast Stream",
  "description": "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !",
  "version": "1.0.3",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*",
    "https://ajax.googleapis.com/"
  ],
  "browser_action": {
    "default_icon": "data/alpha-cast.png",
    "default_title": "AlphaCast Stream!"
  },
  "icons": {
    "128": "data/alpha-cast-128.png"
  },
  "background": {
    "scripts": [
      "js/app.js"
    ]
  }
}