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"
}
]
}

BIN
docs/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -9,6 +9,15 @@
/>
<meta name="description" content="Tribes 2 forever." />
<link rel="icon" type="image/png" href="/t2-mapper/icon.png" />
<link rel="manifest" href="/t2-mapper/app.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-title" content="MapGenius" />
<link rel="apple-touch-icon" href="/t2-mapper/icon-512.png" />
<meta name="theme-color" content="#067272" />
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
<script type="module" crossorigin src="/t2-mapper/assets/index-DZTN6bJp.js"></script>
<link rel="modulepreload" crossorigin href="/t2-mapper/assets/chunk-DECur_0Z.js">

View file

@ -9,6 +9,15 @@
/>
<meta name="description" content="Tribes 2 forever." />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="manifest" href="/app.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-title" content="MapGenius" />
<link rel="apple-touch-icon" href="/icon-512.png" />
<meta name="theme-color" content="#067272" />
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
</head>
<body>

20
public/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"
}
]
}

BIN
public/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB