diff options
Diffstat (limited to 'web/manifest.json')
| -rw-r--r-- | web/manifest.json | 11 |
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" } + ] +} |
