GgRd - Live Alerte

GgRd - Live Alerte

Notifie lorsque GgRd est en live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "/images/32.png",
      "48": "/images/64.png",
      "128": "/images/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "GgRd"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "description": "Notifie lorsque GgRd est en live.",
  "homepage_url": "https://www.twitch.tv/ggrd",
  "icons": {
    "32": "/images/32.png",
    "48": "/images/64.png",
    "128": "/images/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgTwdEOy+KU1PBqQqC2t98wcYemFZ92ALB4amAdFIP4hbLlGpQdwfYci5PAbvYi5NwG+CJFECkn1K/B73mUjMUwdcqGkj7enTy4pdZ4B9zGuxmtpPBI9QqUeExVjNylBCizdBDd1HduxgoklGdyN1ixnRFxaHaOEBqZqVWYoMduUO4sPf+oEv+1lOFlMQq7qJB6skEes25YZoNZVgY7xk+DsSMJwvO6grd7IrLgqDTnMXkQc7+dvR0+dLNkBDqlWgzRosww1307g+V8Mf1UVwyZ0IdoR5ZrzqrJLvpfPx1cUE4e6Fy25Al8pzpqMlOFCXLhAc44y+HuZSLqAIYl+LxQIDAQAB",
  "manifest_version": 3,
  "author": "@GgRd_",
  "name": "GgRd - Live Alerte",
  "short_name": "GgRd",
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "*://api.ggrd.fr/*",
    "*://i.ytimg.com/*",
    "*://static-cdn.jtvnw.net/*",
    "*://img.youtube.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.9"
}