pages235/assets/manifest.json
2025-03-11 19:22:50 +03:00

17 lines
377 B
JSON

{
"name": "Minecraft Web Client",
"short_name": "Minecraft Web Client",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "favicon.png",
"sizes": "720x720"
}
],
"background_color": "#349474",
"theme_color": "#349474",
"lang": "en-US",
"orientation": "landscape",
"display": "standalone"
}