blockbench/manifest.webmanifest

37 lines
797 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"
},
{
2023-12-08 19:52:08 +08:00
"src": "icon_maskable.png",
"type": "image/png",
"sizes": "256x256",
"purpose": "maskable"
2019-12-16 03:04:31 +08:00
}
],
2023-12-15 02:21:30 +08:00
"screenshots": [
{
"src": "content/front_page_app.png",
"sizes": "1920x1040",
"type": "image/png",
"label": "Blockbench Interface"
}
],
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",
2023-11-09 02:26:14 +08:00
"display_override": ["window-controls-overlay"],
2023-01-09 04:36:47 +08:00
"orientation": "any"
2019-12-16 03:04:31 +08:00
}