Antoine Daniel

Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Antoine Daniel",
  "description": "Soyez notifié quand Antoine Daniel est en live.",
  "version": "1.0",
  "background": {
    "scripts": [
      "parameters.js",
      "btnlive.js",
      "chrome.js"
    ]
  },
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "data/iconon48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "data/iconoff16.png",
    "48": "data/iconoff48.png",
    "128": "data/iconoff128.png"
  }
}