StayStrange : l'extension d'(EYR)

StayStrange : l'extension d'(EYR)

Cette extension permet d'être alerté en direct des dernières vidéos et lives d'(EYR) et bien plus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.min.js",
      "eventPage.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup-page.html",
    "default_title": "StayStrange : l'extension d'(EYR)"
  },
  "content_security_policy": "script-src 'self' https://www.google.com/ https://platform.twitter.com/ https://cdn.api.twitter.com/ https://syndication.twimg.com/ https://cdn.syndication.twimg.com/; object-src 'self'",
  "description": "Cette extension permet d'être alerté en direct des dernières vidéos et lives d'(EYR) et bien plus",
  "icons": {
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "StayStrange : l'extension d'(EYR)",
  "permissions": [
    "tabs",
    "https://api.twitch.tv/",
    "https://www.googleapis.com/",
    "notifications",
    "alarms",
    "storage"
  ],
  "short_name": "StayStrange",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "author": "Zehir et (EYR)"
}