webmanifest

This commit is contained in:
2021-10-02 13:35:44 +02:00
parent e0937cdddf
commit 4a456af1a3
2 changed files with 19 additions and 2 deletions
+4 -2
View File
@@ -30,11 +30,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/public/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="196x196" href="/public/icon-grey.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<link rel="shortcut icon" href="/public/favicon.ico" -->
<link rel="manifest" href="manifest.webmanifest">
</head>
<body>
@@ -0,0 +1,15 @@
{
"background_color": "#50a7bd",
"description": "Ausgaben",
"display": "standalone",
"icons": [
{
"src": "/public/icon-grey.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "Ausgaben",
"short_name": "Ausgaben",
"start_url": "/#/home"
}