photoprism/assets/resources/static/manifest.json

18 lines
373 B
JSON
Raw Normal View History

2019-05-22 11:14:39 +00:00
{
"short_name": "PhotoPrism",
"name": "PhotoPrism: Browse your life in pictures",
"icons": [
{
"src": "/static/favicons/favicon.png",
2019-05-22 11:14:39 +00:00
"sizes": "723x729",
"type": "image/png"
}
],
"scope": "/",
"start_url": "/photos",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#424242",
"background_color": "#424242"
}