From ff33b310e2199dbddf929715530eadc3162266eb Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 20 Aug 2025 18:14:49 +0300 Subject: Revert "deps: Upgrade nextjs to 15.5" This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402. --- apps/web/public/manifest.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/web/public/manifest.json (limited to 'apps/web/public') diff --git a/apps/web/public/manifest.json b/apps/web/public/manifest.json new file mode 100644 index 00000000..e0c1bbe9 --- /dev/null +++ b/apps/web/public/manifest.json @@ -0,0 +1,25 @@ +{ + "name": "Karakeep", + "short_name": "Karakeep", + "icons": [ + { + "src": "/icons/logo-16.png", + "sizes": "16x16", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/icons/logo-48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/icons/logo-128.png", + "sizes": "128x128", + "type": "image/png" + } + ], + "start_url": "/", + "display": "standalone", + "orientation": "portrait" +} -- cgit v1.2.3-70-g09d2