Aypierre notifieur de stream

Aypierre notifieur de stream

Permet d'être informé du début des stream d'Aypierre

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aypierre notifieur de stream",
  "description": "Permet d'être informé du début des stream d'Aypierre",
  "version": "1.4",
  "browser_action": {
    "default_icon": "images/icon_off.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/stream.png"
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "storage",
    "tabs",
    "http://localhost:3000/*",
    "http://62.210.119.253:3000/*",
    "https://static-cdn.jtvnw.net/*"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.1.1.min.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "images/*",
    "fonts/*",
    "js/*",
    "sounds/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}