Mid0na Live Notifier

Mid0na Live Notifier

Soyez prévenus quand Mid0na est en live !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Mid0na",
  "background": {
    "scripts": [
      "libs/jquery-1.11.2.js",
      "parameters.js",
      "background.js",
      "chrome.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_off.png",
    "default_popup": "popup.html",
    "default_title": "Mid0na - Offline"
  },
  "description": "Soyez prévenus quand Mid0na est en live !",
  "icons": {
    "128": "default_icon.png"
  },
  "manifest_version": 2,
  "name": "Mid0na Live Notifier",
  "permissions": [
    "https://api.twitch.tv/",
    "https://api.dailymotion.com/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}