photoprism/assets/resources/static/manifest.json
Michael Mayer e796d036c2 Fix indexer and add sort by file name #328
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-22 19:05:16 +02:00

23 lines
417 B
JSON

{
"short_name": "PhotoPrism",
"name": "PhotoPrism",
"icons": [
{
"src": "/static/favicons/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"
]
}