From bf8c6d7cf96ba8602f8b2c34ef5345f461d74f3a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 7 Aug 2026 12:49:30 +0200 Subject: Windows-95-Design --- app/manifest.json | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index fd416dd..28baa45 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -8,12 +8,31 @@ "scope": ".", "display": "standalone", "orientation": "portrait-primary", - "background_color": "#f6f7fa", - "theme_color": "#1f3864", - "categories": ["finance", "utilities", "productivity"], + "background_color": "#008080", + "theme_color": "#000080", + "categories": [ + "finance", + "utilities", + "productivity" + ], "icons": [ - { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, - { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, - { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } + { + "src": "icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } ] -} +} \ No newline at end of file -- cgit v1.2.1