PWA: Update manifest.json
This commit is contained in:
parent
ab76ba3194
commit
8ab6ad863e
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"short_name": "PhotoPrism",
|
||||
"name": "PhotoPrism",
|
||||
"description": "Browse Your Life in Pictures",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/img/favicon-16.png",
|
||||
|
@ -79,7 +80,7 @@
|
|||
}
|
||||
],
|
||||
"scope": "/",
|
||||
"start_url": "/photos",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"theme_color": "#333333",
|
||||
|
|
Loading…
Add table
Reference in a new issue