mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"background_color": "#eff1f5",
|
|
"description": "Partitioncloud",
|
|
"display": "fullscreen",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon.png",
|
|
"sizes": "2000x2000",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"name": "PartitionCloud",
|
|
"short_name": "PartitionCloud",
|
|
"start_url": "/"
|
|
}
|