mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
21 lines
370 B
JSON
21 lines
370 B
JSON
|
{
|
||
|
"short_name": "Blockbench",
|
||
|
"name": "Blockbench",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "favicon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "128x128"
|
||
|
},
|
||
|
{
|
||
|
"src": "icon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "1024x1024"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "/index.html",
|
||
|
"background_color": "#21252b",
|
||
|
"theme_color": "#3e90ff",
|
||
|
"display": "standalone",
|
||
|
"orientation": "portrait"
|
||
|
}
|