mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +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": "../../../../"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue