2019-05-22 13:14:39 +02:00
|
|
|
{
|
|
|
|
"short_name": "PhotoPrism",
|
2019-12-08 22:58:40 +01:00
|
|
|
"name": "PhotoPrism",
|
2019-05-22 13:14:39 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2019-05-22 13:55:11 +02:00
|
|
|
"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",
|
2019-12-08 22:58:40 +01:00
|
|
|
"theme_color": "#333333",
|
|
|
|
"background_color": "#333333"
|
2019-05-22 13:14:39 +02:00
|
|
|
}
|