mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-24 14:49:30 +00:00
21 lines
394 B
Text
21 lines
394 B
Text
|
|
{
|
|||
|
|
"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"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|