From 886b7fb8a54eb3463853b41248a3cb68f1ad49fd Mon Sep 17 00:00:00 2001 From: Miha Lunar Date: Thu, 24 Oct 2024 22:39:09 +0200 Subject: [PATCH] Update manifest.webmanifest with additional icons and metadata --- ui/manifest.webmanifest | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/ui/manifest.webmanifest b/ui/manifest.webmanifest index 1017d22..4839d88 100644 --- a/ui/manifest.webmanifest +++ b/ui/manifest.webmanifest @@ -1,7 +1,37 @@ { "short_name": "Photos", "name": "Photos (by Photofield)", - "icons": [], + "categories": ["photo", "photo & video"], + "icons": [ + { + "src": "/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], "start_url": "/", - "display": "fullscreen" -} + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#ffffff", + "description": "A non-invasive local photo viewer with a focus on speed and simplicity." +} \ No newline at end of file