ZephosMaster Stream Notifier

ZephosMaster Stream Notifier

Soyez notifié lorsque Zephos est en stream !

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ZephosMaster Stream Notifier",
  "description": "Soyez notifié lorsque Zephos est en stream !",
  "version": "1.2",
  "icons": {
    "16": "assets/images/icon-48-on.png",
    "48": "assets/images/icon-48-on.png",
    "128": "assets/images/icon-128.png"
  },
  "permissions": [
    "https://www.twitch.tv/zephosmaster",
    "*://api.twitch.tv/*",
    "*://youtubeapi.harkor.sexy/*",
    "storage",
    "activeTab",
    "notifications"
  ],
  "web_accessible_resources": [
    "assets/default.json"
  ],
  "browser_action": {
    "default_icon": "assets/images/icon-48-on.png",
    "default_popup": "assets/templates/popup.html"
  },
  "background": {
    "scripts": [
      "assets/js/jquery-3.2.1.min.js",
      "assets/js/background.js"
    ]
  },
  "options_ui": {
    "page": "assets/templates/options.html",
    "chrome_style": false,
    "open_in_tab": true
  }
}