Vause Live Extension

Vause Live Extension

Informe lorsque Vause est en live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Scorfly",
  "name": "Vause Live Extension",
  "short_name": "Vause Live",
  "description": "Informe lorsque Vause est en live",
  "homepage_url": "https://vause.fr",
  "version": "1.0.7",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.js",
      "js/jquery.browser.min.js",
      "js/main.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/installed.js"
      ],
      "matches": [
        "https://vause.fr/extension*"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Vause | OFF",
    "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=*",
    "*://*.youtube.com/*",
    "*://*.googleapis.com/*",
    "notifications",
    "storage",
    "*://*.google-analytics.com/?*"
  ],
  "options_ui": {
    "page": "settings/options.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}