MrErilio Live

MrErilio Live

MrErilio Live notifie l'utilisateur si le streamer MrErilio est actuellement en train de stream sur Twitch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "MrErilio Live"
  },
  "description": "MrErilio Live notifie l'utilisateur si le streamer MrErilio est actuellement en train de stream sur Twitch",
  "icons": {
    "64": "icons/logo64.png",
    "128": "icons/logo128.png"
  },
  "manifest_version": 2,
  "name": "MrErilio Live",
  "permissions": [
    "notifications",
    "https://api.twitch.tv/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7"
}