photoprism/assets/static/manifest.json
Michael Mayer 1fb8b5cd63 Use static logo in sidebar navigation
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-06-26 16:11:56 +02:00

23 lines
412 B
JSON

{
"short_name": "PhotoPrism",
"name": "PhotoPrism",
"icons": [
{
"src": "/static/img/favicon.png",
"sizes": "723x729",
"type": "image/png"
}
],
"scope": "/",
"start_url": "/photos",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#333333",
"background_color": "#333333",
"permissions": [
"geolocation",
"downloads",
"storage"
]
}