nc-photos/app/web/manifest.json

24 lines
625 B
JSON
Raw Normal View History

2021-04-10 06:28:12 +02:00
{
"name": "Photos (for Nextcloud)",
"short_name": "Photos",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#fafafa",
"description": "Gallery app for viewing your photos hosted on Nextcloud servers",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}