Nost Live Alerte

Nost Live Alerte

Nost Live Alerte !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Mrtiran @Mrtiran",
  "background": {
    "scripts": [
      "js/jquery-2.2.3.min.js",
      "js/parameters.js",
      "js/background.js",
      "js/chrome.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_off.png",
    "default_popup": "popup.html",
    "default_title": "Nost - Offline"
  },
  "description": "Nost Live Alerte !",
  "icons": {
    "32": "img/icons/logo32.png",
    "64": "img/icons/logo64.png",
    "128": "img/icons/logo128.png",
    "256": "img/icons/logo256.png"
  },
  "manifest_version": 2,
  "name": "Nost Live Alerte",
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.5"
}