blockbench/manifest.webmanifest

29 lines
649 B
Plaintext
Raw Normal View History

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"
},
{
"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"],
"orientation": "portrait-primary"
2019-12-16 03:04:31 +08:00
}