From 4a70c0ea083306cb79d0fa325d331ffa4333154a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 29 Apr 2026 20:19:34 +0300 Subject: feat: create web PWA frontend --- web/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/manifest.json (limited to 'web/manifest.json') diff --git a/web/manifest.json b/web/manifest.json new file mode 100644 index 0000000..d3ddb9b --- /dev/null +++ b/web/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "KISS Media Player", + "short_name": "KISS Media", + "start_url": "/", + "display": "standalone", + "background_color": "#0f1117", + "theme_color": "#0f1117", + "icons": [ + { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" } + ] +} -- cgit v1.2.3