ZanderLP - Livestream Notifications

ZanderLP - Livestream Notifications

ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1.2",
  "name": "ZanderLP - Livestream Notifications",
  "short_name": "ZanderLP",
  "description": "ZanderLP - Livestream Notifications \nErhalte direkt eine Nachricht, wenn Zander Live ist!",
  "icons": {
    "64": "icons/64.png"
  },
  "browser_action": {
    "default_icon": "icons/64.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "background"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.1.1.min.js",
      "background.js"
    ]
  }
}