add placeholder manifest.json when unknown or in development
This commit is contained in:
parent
157e3e4b38
commit
6a72ac2240
13
frontend/public/manifest.json
Normal file
13
frontend/public/manifest.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "AnythingLLM",
|
||||||
|
"short_name": "AnythingLLM",
|
||||||
|
"display": "standalone",
|
||||||
|
"orientation": "portrait",
|
||||||
|
"start_url": "/",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/favicon.png",
|
||||||
|
"sizes": "any"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user