photoprism/assets/resources/static/manifest.json
Michael Mayer 0a1c16d9b6 Frontend: Change loading bar and PWA color
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-08 22:58:40 +01:00

18 lines
343 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"
}