From 7769b556f7ef589efab8e373be13600030d2a779 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 17 Oct 2023 13:45:57 +0200 Subject: [PATCH] web: Added more information to the PWA manifest --- dist/web/source/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dist/web/source/manifest.json b/dist/web/source/manifest.json index d5e5165ac..23ccc9188 100644 --- a/dist/web/source/manifest.json +++ b/dist/web/source/manifest.json @@ -1,5 +1,13 @@ { "name": "ImHex", + "description": "🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.", + "background_color": "#0F0F0F", + "theme_color": "#0F0F0F", + "categories": [ + "education", + "productivity", + "utilities" + ], "icons": [ { "src": "icon.png",