feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: manifest.json
This commit is contained in:
parent
a769333f41
commit
c017367d93
1 changed files with 13 additions and 0 deletions
13
overlay/public/manifest.json
Normal file
13
overlay/public/manifest.json
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue