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