mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-15 16:34:49 +00:00
add webmanifest
This commit is contained in:
parent
475f96aa1b
commit
0de43ece22
6 changed files with 58 additions and 0 deletions
20
docs/app.webmanifest
Normal file
20
docs/app.webmanifest
Normal 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
BIN
docs/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
|
|
@ -9,6 +9,15 @@
|
||||||
/>
|
/>
|
||||||
<meta name="description" content="Tribes 2 forever." />
|
<meta name="description" content="Tribes 2 forever." />
|
||||||
<link rel="icon" type="image/png" href="/t2-mapper/icon.png" />
|
<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 />
|
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
|
||||||
<script type="module" crossorigin src="/t2-mapper/assets/index-DZTN6bJp.js"></script>
|
<script type="module" crossorigin src="/t2-mapper/assets/index-DZTN6bJp.js"></script>
|
||||||
<link rel="modulepreload" crossorigin href="/t2-mapper/assets/chunk-DECur_0Z.js">
|
<link rel="modulepreload" crossorigin href="/t2-mapper/assets/chunk-DECur_0Z.js">
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,15 @@
|
||||||
/>
|
/>
|
||||||
<meta name="description" content="Tribes 2 forever." />
|
<meta name="description" content="Tribes 2 forever." />
|
||||||
<link rel="icon" type="image/png" href="/icon.png" />
|
<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 />
|
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
20
public/app.webmanifest
Normal file
20
public/app.webmanifest
Normal 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
BIN
public/icon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
Loading…
Add table
Add a link
Reference in a new issue