summaryrefslogtreecommitdiff
path: root/web/manifest.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-29 20:19:34 +0300
committerPaul Buetow <paul@buetow.org>2026-04-29 20:19:34 +0300
commit4a70c0ea083306cb79d0fa325d331ffa4333154a (patch)
tree84df7e2f781974ef45ac8c34f1a59e80fdd5c41d /web/manifest.json
parentcf30414c2a0696cc75c615f4da66ea85d0522c42 (diff)
feat: create web PWA frontend
Diffstat (limited to 'web/manifest.json')
-rw-r--r--web/manifest.json11
1 files changed, 11 insertions, 0 deletions
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" }
+ ]
+}