mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-19 04:11:00 +00:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
||
"name": "MapGenius – Explore maps for Tribes 2",
|
||
"short_name": "MapGenius",
|
||
"start_url": ".",
|
||
"display": "standalone",
|
||
"background_color": "#000000",
|
||
"theme_color": "#067272",
|
||
"icons": [
|
||
{
|
||
"src": "icon.png",
|
||
"sizes": "108x128",
|
||
"type": "image/png"
|
||
},
|
||
{
|
||
"src": "icon-512.png",
|
||
"sizes": "512x512",
|
||
"type": "image/png"
|
||
}
|
||
]
|
||
}
|