🔨 Make web app capable (#743)

This commit is contained in:
Luke Vella 2023-07-13 15:47:41 +01:00 committed by GitHub
parent 19b6a421db
commit c1c46a2f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"short_name": "Rallly",
"name": "Rallly",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#F3F4F6",
"theme_color": "#4F46E5"
}

View file

@ -75,6 +75,8 @@ export default function Document() {
href="/favicon-128x128.png"
sizes="128x128"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="manifest" href="/manifest.json" />
<meta name="robots" content="noindex,nofollow" />
<meta name="application-name" content="Rallly" />
<meta name="msapplication-TileColor" content="#FFFFFF" />