MMO Live

MMO Live

Soyez informé, dés qu'un streamer est en live sur notre chaîne !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MMO Live",
  "description": "Soyez informé, dés qu'un streamer est en live sur notre chaîne !",
  "version": "1.4",
  "permissions": [
    "notifications",
    "tabs",
    "alarms",
    "https://api.twitch.tv/*"
  ],
  "browser_action": {
    "default_icon": "img/logo_32.png"
  },
  "icons": {
    "128": "img/logo_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/mmolive.js"
    ],
    "persistent": true
  }
}