Ryu7z Live Notification

Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ryu7z Live Notification",
  "version": "0.1.1",
  "manifest_version": 3,
  "description": "Crée une notification lorsque Ryu7z est en live.",
  "homepage_url": "https://leodesigaux.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/bg/background.js"
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://kick.com/*"
  ]
}