Minecraft-Console-Client/docs/.vuepress/public/manifest.webmanifest
2022-11-02 21:49:54 +08:00

20 lines
529 B
JSON

{
"name": "MCC Documentation",
"short_name": "MCC Doc",
"description": "Documentation website for Minecraft Console Client (MCC)",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#3eaf7c",
"background_color": "#ffffff",
"display": "standalone"
}