From 6a72ac22401c359a2b686e3a9765fbd62e3218f1 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Tue, 25 Nov 2025 11:23:23 -0800 Subject: [PATCH] add placeholder manifest.json when unknown or in development --- frontend/public/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/public/manifest.json diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 00000000..59011133 --- /dev/null +++ b/frontend/public/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "AnythingLLM", + "short_name": "AnythingLLM", + "display": "standalone", + "orientation": "portrait", + "start_url": "/", + "icons": [ + { + "src": "/favicon.png", + "sizes": "any" + } + ] +} \ No newline at end of file