Add mobile web app support
This commit is contained in:
parent
e204029d3c
commit
ecbad7ce6c
4 changed files with 29 additions and 0 deletions
13
internal/assets/static/manifest.json
Normal file
13
internal/assets/static/manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Glance",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/app-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue