mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2024-11-25 10:55:10 +01:00
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"name": "BlueMap",
|
|
"short_name": "BlueMap",
|
|
"start_url": "..",
|
|
"display": "standalone",
|
|
"background_color": "#181818",
|
|
"theme_color": "#006EDE",
|
|
"description": "BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser.",
|
|
"icons": [{
|
|
"src": "logoCircle512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},{
|
|
"src": "logoCircle64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
}]
|
|
}
|