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