From c017367d93cc5d51d487bea0c2790938c3642fad Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 6 May 2026 16:17:44 -0400 Subject: [PATCH] feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: manifest.json --- overlay/public/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 overlay/public/manifest.json diff --git a/overlay/public/manifest.json b/overlay/public/manifest.json new file mode 100644 index 0000000..90a0fef --- /dev/null +++ b/overlay/public/manifest.json @@ -0,0 +1,13 @@ +{ + "short_name": "Wild Dragon", + "name": "Wild Dragon — Live Streaming", + "icons": [ + { "src": "favicon.ico", "sizes": "64x64 32x32 16x16", "type": "image/x-icon" }, + { "src": "logo192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "logo512.png", "type": "image/png", "sizes": "512x512" } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#0d0e12", + "background_color": "#0d0e12" +}