mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
20 lines
529 B
JSON
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"
|
|
}
|