2019-12-16 03:04:31 +08:00
|
|
|
{
|
2021-02-10 06:56:40 +08:00
|
|
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
|
2019-12-16 03:04:31 +08: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-02 02:38:10 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "icon_full.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "256x256",
|
|
|
|
"purpose": "maskable"
|
2019-12-16 03:04:31 +08:00
|
|
|
}
|
|
|
|
],
|
2021-02-10 06:56:40 +08:00
|
|
|
"start_url": "./index.html",
|
2019-12-16 03:04:31 +08:00
|
|
|
"background_color": "#21252b",
|
|
|
|
"theme_color": "#3e90ff",
|
|
|
|
"display": "standalone",
|
2020-12-25 19:38:45 +08:00
|
|
|
"display_override": ["tabbed", "minimal-ui"],
|
2021-03-08 19:56:02 +08:00
|
|
|
"orientation": "portrait-primary"
|
2019-12-16 03:04:31 +08:00
|
|
|
}
|