webmanifest
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user