2019-12-15 20:04:31 +01:00
|
|
|
{
|
2021-02-09 23:56:40 +01:00
|
|
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
|
2019-12-15 20:04:31 +01:00
|
|
|
"short_name": "Blockbench",
|
|
|
|
"name": "Blockbench",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "favicon.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "128x128"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "1024x1024"
|
2021-03-01 19:38:10 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon_full.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "256x256",
|
|
|
|
"purpose": "maskable"
|
2019-12-15 20:04:31 +01:00
|
|
|
}
|
|
|
|
],
|
2021-02-09 23:56:40 +01:00
|
|
|
"start_url": "./index.html",
|
2019-12-15 20:04:31 +01:00
|
|
|
"background_color": "#21252b",
|
|
|
|
"theme_color": "#3e90ff",
|
|
|
|
"display": "standalone",
|
2020-12-25 12:38:45 +01:00
|
|
|
"display_override": ["tabbed", "minimal-ui"],
|
2022-03-07 14:37:19 +01:00
|
|
|
"orientation": "any"
|
2019-12-15 20:04:31 +01:00
|
|
|
}
|