mirror of
https://github.com/ghostersk/gowebmail.git
synced 2026-09-13 23:30:37 +01:00
16 lines
571 B
JSON
16 lines
571 B
JSON
{
|
|
"name": "GoWebMail",
|
|
"short_name": "GoWebMail",
|
|
"description": "Multi-account webmail client",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0d0f14",
|
|
"theme_color": "#0d0f14",
|
|
"icons": [
|
|
{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
|
{ "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
|
{ "src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
|
]
|
|
}
|