feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: manifest.json

This commit is contained in:
Zac Gaetano 2026-05-06 16:17:44 -04:00
parent a769333f41
commit c017367d93

View file

@ -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"
}