Thebenbig est en live V2

Thebenbig est en live V2

Reçois des notifications quand le live Twitch est lancé.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Thebenbig est en live V2",
  "description": "Reçois des notifications quand le live Twitch est lancé.",
  "version": "2.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "img/icon-off-64.png"
  },
  "icons": {
    "64": "img/icon-on-64.png",
    "128": "img/icon-on-128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/config.js",
      "js/functions.js",
      "js/initialization.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}