Twitch notifications for Crawling_Live

Twitch notifications for Crawling_Live

C kan le 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 notifications for Crawling_Live",
  "version": "2.1.0",
  "author": "CoCoLary",
  "description": "C kan le live ?",
  "icons": {
    "32": "img/iconOffline32.png",
    "64": "img/iconOffline64.png",
    "128": "img/iconOffline128.png",
    "256": "img/iconOffline256.png"
  },
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://cdn.api.twitter.com https://cdn.syndication.twimg.com; object-src 'self'",
  "permissions": [
    "notifications",
    "storage",
    "http://zebar.be/addon/",
    "https://api.twitch.tv/kraken/streams/",
    "https://api.twitter.com/1.1/search/",
    "https://publish.twitter.com/",
    "https://pbs.twimg.com/profile_images/"
  ],
  "background": {
    "scripts": [
      "src/jquery-3.3.1.min.js",
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "img/offline32.png",
      "64": "img/offline64.png",
      "128": "img/offline128.png",
      "256": "img/offline256.png"
    },
    "default_popup": "src/popup.html",
    "default_title": "Twitch notifications for Crawling_Live"
  },
  "options_ui": {
    "page": "src/options.html"
  }
}