Merge pull request #3822 from achembarpu/patch-1

Fix web app manifest
This commit is contained in:
James Cole 2020-09-22 05:15:50 +00:00 committed by GitHub
commit 1624abd9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 23 deletions

View File

@ -1,20 +0,0 @@
{
"name": "Firefly III",
"short_name": "Firefly III",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": 4
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"display": "standalone",
"start_url": "/",
"orientation": "portrait"
}

View File

@ -15,6 +15,5 @@
],
"theme_color": "#3c8dbc",
"background_color": "#3c8dbc",
"display": "standalone",
"orientation": "portrait"
"display": "standalone"
}

View File

@ -1,7 +1,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png?v=3e8AboOwbd">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png?v=3e8AboOwbd">
<link rel="manifest" href="site.webmanifest?v=3e8AboOwbd">
<link rel="manifest" href="manifest.webmanifest?v=3e8AboOwbd">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#3c8dbc">
<link rel="shortcut icon" href="favicon.ico?v=3e8AboOwbd">
<meta name="apple-mobile-web-app-title" content="Firefly III">