Nemitai Extension LIVE

Nemitai Extension LIVE

Notifie lorsque Nemitai est en live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "BIINOUU DEV",
  "name": "Nemitai Extension LIVE",
  "short_name": "NEMITAI Live",
  "description": "Notifie lorsque Nemitai est en live.",
  "homepage_url": "http://biinouu-dev.tech/extension",
  "version": "2.4.5",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.js",
      "js/jquery.browser.min.js",
      "js/main.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/installed.js"
      ],
      "matches": [
        "https://chrome.google.com/"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Nemitai - Hors-Ligne",
    "default_icon": "images/icon_off.png",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "permissions": [
    "tabs",
    "background",
    "https://api.twitch.tv/helix/streams?user_id=*",
    "https://api.twitch.tv/helix/games?id=",
    "https://twitchtokengenerator.com/api/refresh",
    "*://*.youtube.com/*",
    "*://*.ytimg.com/*",
    "*://yt3.ggpht.com/*",
    "notifications",
    "storage"
  ],
  "options_ui": {
    "page": "settings/options.html",
    "open_in_tab": true
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}