mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2025-03-28 14:25:47 +01:00
Add webapp-manifest and move favicon to the assets folder
This commit is contained in:
parent
02c6cc9738
commit
204aca189f
Before ![]() (image error) Size: 5.9 KiB After ![]() (image error) Size: 5.9 KiB ![]() ![]() |
BIN
public/assets/logoCircle512.png
Normal file
BIN
public/assets/logoCircle512.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 53 KiB |
BIN
public/assets/logoCircle64.png
Normal file
BIN
public/assets/logoCircle64.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.9 KiB |
19
public/assets/manifest.webmanifest
Normal file
19
public/assets/manifest.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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"
|
||||
}]
|
||||
}
|
@ -14,7 +14,8 @@
|
||||
<meta name="og:type" content="website">
|
||||
<meta name="og:image" content="https://avatars.githubusercontent.com/u/42522657?s=200&v=4">
|
||||
<meta name="robots" content="index,nofollow">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="icon" href="assets/favicon.png">
|
||||
<link rel="manifest" href="assets/manifest.webmanifest">
|
||||
<title>BlueMap</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user