diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 07:45:14 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 07:45:14 +0100 |
| commit | f6a3fb9c4d8dd86f78c9f75a23c1ac35bf35d4eb (patch) | |
| tree | 5f28fbca03d83921b568f7cb1708374456d9ec42 /public/manifest.json | |
| parent | feat(treewide): Add further buttons (diff) | |
| download | web-client-f6a3fb9c4d8dd86f78c9f75a23c1ac35bf35d4eb.zip | |
feat(treewide): Commit MVP
Diffstat (limited to 'public/manifest.json')
| -rw-r--r-- | public/manifest.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..5ea8b9d --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "Rocie", + "icons": [ + { + "src": "favicon.ico", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "display": "standalone", + "prefer_related_applications": false +} |
