snappymail/assets/manifest.json
the-djmaze 7468268e1a PWA #264 Manifest does not have:
* PNG icon of at least 512px
* `background_color`
* `theme_color`
* maskable icon
* `<meta name="theme-color">` tag
2022-03-15 16:02:58 +01:00

24 lines
537 B
JSON

{
"name": "SnappyMail Webmail",
"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",
"type": "image/png"
}, {
"src": "android-icon.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}],
"start_url": "../../../../"
}