change display mode back to minimal-ui to prevent having two separate indexedDB for PWA and Browser
This commit is contained in:
parent
168d10a898
commit
c0405159c5
2 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@
|
||||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
||||||
<meta name="msapplication-TileImage" content="images/mstile-150x150.png">
|
<meta name="msapplication-TileImage" content="images/mstile-150x150.png">
|
||||||
<link rel="fluid-icon" type="image/png" href="images/android-chrome-192x192.png">
|
<link rel="fluid-icon" type="image/png" href="images/android-chrome-192x192.png">
|
||||||
<meta name="twitter:image" content="images/logo_transparent_white_512x512.png">
|
<meta name="twitter:image" content="images/logo_transparent_512x512.png">
|
||||||
<meta property="og:image" content="images/logo_transparent_white_512x512.png">
|
<meta property="og:image" content="images/logo_transparent_512x512.png">
|
||||||
<!-- Resources -->
|
<!-- Resources -->
|
||||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"background_color": "#efefef",
|
"background_color": "#efefef",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "minimal-ui",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
"share_target": {
|
"share_target": {
|
||||||
"method":"GET",
|
"method":"GET",
|
||||||
|
|
Loading…
Reference in a new issue