add webmanifest

This commit is contained in:
Brian Beck 2026-03-16 23:03:48 -07:00
parent 475f96aa1b
commit 0de43ece22
6 changed files with 58 additions and 0 deletions

20
docs/app.webmanifest Normal file
View file

@ -0,0 +1,20 @@
{
"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"
}
]
}