From cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:30:39 +0100 Subject: build(treewide): Provide a working `manifest.json` file The previous one had no really working images. --- public/manifest.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 5ea8b9d..1c89288 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,31 @@ { "name": "Rocie", + "short_name": "Rocie ", "icons": [ { - "src": "favicon.ico", - "type": "image/png", - "sizes": "512x512" + "src": "./favicon-1024.png", + "sizes": "1024x1024", + "type": "image/png" + } + { + "src": "./favicon-512.png", + "sizes": "512x512", + "type": "image/png" + } + { + "src": "./favicon-256.png", + "sizes": "256x256", + "type": "image/png" + } + { + "src": "./favicon-128.png", + "sizes": "128x128", + "type": "image/png" } ], - "start_url": "/", + "start_url": null, + "background_color": "#333131", + "theme_color": "#333131", "display": "standalone", "prefer_related_applications": false } -- cgit 1.4.1