Improve PWA presentation

This commit is contained in:
Andreas Svanberg 2024-05-08 20:39:14 +02:00
parent 9d290fa645
commit 78f674e63d
2 changed files with 6 additions and 2 deletions
src/main/resources/static

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#002F5F">
<title>Studentportalen [proof-of-concept progressive web app]</title>
<link rel="manifest" href="public/manifest.json">
<link rel="icon" href="images/icons/student-hat-32.png" type="image/png" sizes="32x32">

@ -19,7 +19,8 @@
{
"src": "../images/icons/student-hat-256.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "../images/icons/student-hat-512.png",
@ -28,5 +29,7 @@
}
],
"start_url": "../index.html",
"display": "fullscreen"
"display": "fullscreen",
"theme_color": "#002F5F",
"background_color": "#002F5F"
}