mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
37 lines
797 B
JSON
37 lines
797 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
|
|
"short_name": "Blockbench",
|
|
"name": "Blockbench",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"type": "image/png",
|
|
"sizes": "128x128"
|
|
},
|
|
{
|
|
"src": "icon.png",
|
|
"type": "image/png",
|
|
"sizes": "1024x1024"
|
|
},
|
|
{
|
|
"src": "icon_maskable.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "content/front_page_app.png",
|
|
"sizes": "1920x1040",
|
|
"type": "image/png",
|
|
"label": "Blockbench Interface"
|
|
}
|
|
],
|
|
"start_url": "./index.html",
|
|
"background_color": "#21252b",
|
|
"theme_color": "#3e90ff",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay"],
|
|
"orientation": "any"
|
|
} |