partitioncloud-server/partitioncloud/static/manifest.webmanifest

26 lines
544 B
Plaintext
Raw Normal View History

2022-11-21 21:00:48 +01:00
{
2023-06-23 22:37:53 +02:00
"background_color": "#eff1f5",
2022-12-18 21:39:30 +01:00
"description": "Partitioncloud",
"display": "fullscreen",
"icons": [
{
2023-06-23 22:37:53 +02:00
"src": "/static/icons/icon.png",
2022-12-18 21:39:30 +01:00
"sizes": "2000x2000",
"type": "image/png"
2023-06-23 22:37:53 +02:00
},
{
"src": "/static/icons/512.png",
"sizes": "128x128 256x256 512x512 ",
"type": "image/png"
},
{
"src": "/static/icons/144.png",
"sizes": "48x48 72x72 96x96 144x144",
"type": "image/png"
2022-12-18 21:39:30 +01:00
}
],
"name": "PartitionCloud",
"short_name": "PartitionCloud",
"start_url": "/"
}