mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:10:42 +00:00
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"icons": [
|
|
{
|
|
"purpose": "maskable",
|
|
"sizes": "512x512",
|
|
"src": "/icons/icon512_maskable.png",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"purpose": "any",
|
|
"sizes": "512x512",
|
|
"src": "/icons/icon512_rounded.png",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"orientation": "portrait",
|
|
"display_override": ["fullscreen", "minimal-ui"],
|
|
"display": "standalone",
|
|
"dir": "auto",
|
|
"lang": "en",
|
|
"name": "OpenFront.io",
|
|
"short_name": "OpenFront",
|
|
"start_url": "/",
|
|
"id": "/"
|
|
}
|