photoprism/assets/static/manifest.json

23 lines
417 B
JSON
Raw Normal View History

2019-05-22 13:14:39 +02:00
{
"short_name": "PhotoPrism",
"name": "PhotoPrism",
2019-05-22 13:14:39 +02:00
"icons": [
{
"src": "/static/favicons/favicon.png",
2019-05-22 13:14:39 +02:00
"sizes": "723x729",
"type": "image/png"
}
],
"scope": "/",
"start_url": "/photos",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#333333",
"background_color": "#333333",
"permissions": [
"geolocation",
"downloads",
"storage"
]
2019-05-22 13:14:39 +02:00
}