mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-24 01:36:25 +01:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"background_color": "white",
|
|
"description": "Partitioncloud",
|
|
"display": "fullscreen",
|
|
"icons": [
|
|
{
|
|
"src": "static/icon.png",
|
|
"sizes": "2000x2000",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"name": "PartitionCloud",
|
|
"short_name": "PartitionCloud",
|
|
"start_url": "/"
|
|
}
|
|
|