Update webmanifest

This commit is contained in:
augustin64 2022-12-18 21:39:30 +01:00
parent cd1d1d5dc4
commit 6131235918

View File

@ -1,16 +1,15 @@
{ {
"background_color": "white", "background_color": "white",
"description": "Partitioncloud", "description": "Partitioncloud",
"display": "fullscreen", "display": "fullscreen",
"icons": [ "icons": [
{ {
"src": "static/icon.png", "src": "static/icon.png",
"sizes": "2000x2000", "sizes": "2000x2000",
"type": "image/png" "type": "image/png"
} }
], ],
"name": "PartitionCloud", "name": "PartitionCloud",
"short_name": "PartitionCloud", "short_name": "PartitionCloud",
"start_url": "/" "start_url": "/"
} }