Twitch Live Sratuke

Twitch Live Sratuke

Vous notifie lorsque Sratuke est en live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitch Live Sratuke",
  "description": "Vous notifie lorsque Sratuke est en live",
  "version": "2.0.4",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "js/twitchalert.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js object-src 'self'"
}