mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
PWA #264 Manifest does not have:
* PNG icon of at least 512px * `background_color` * `theme_color` * maskable icon * `<meta name="theme-color">` tag
This commit is contained in:
parent
57673384e9
commit
7468268e1a
3 changed files with 8 additions and 0 deletions
BIN
assets/logo-512.png
Normal file
BIN
assets/logo-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
|
|
@ -3,6 +3,8 @@
|
|||
"short_name": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"display": "standalone",
|
||||
"background_color": "white",
|
||||
"theme_color": "black",
|
||||
"icons": [{
|
||||
"src": "apple-touch-icon.png",
|
||||
"sizes": "64x64",
|
||||
|
|
@ -11,6 +13,11 @@
|
|||
"src": "android-icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}],
|
||||
"start_url": "../../../../"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="google" content="notranslate">
|
||||
<meta name="robots" content="noindex,nofollow,noodp">
|
||||
<meta name="theme-color" content="black">
|
||||
<title></title>
|
||||
<style id="app-boot-css">{{BaseAppBootCss}}</style>
|
||||
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue