mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
7f54eaf002
Updated dimensions of favicon-touch.png Signed-off-by: Elsie Hupp <github@elsiehupp.com>
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"name": "Nextcloud",
|
|
"start_url": "../../",
|
|
"icons": [{
|
|
"src": "favicon-touch.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}, {
|
|
"src": "favicon-mask.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "16x16"
|
|
}],
|
|
"display": "standalone"
|
|
}
|