69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "Bulwark Webmail",
|
|
"short_name": "Bulwark",
|
|
"description": "A modern webmail client built for Stalwart Mail Server",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait-primary",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-maskable-light-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable",
|
|
"media": "(prefers-color-scheme: light)"
|
|
},
|
|
{
|
|
"src": "/icon-maskable-light-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable",
|
|
"media": "(prefers-color-scheme: light)"
|
|
},
|
|
{
|
|
"src": "/icon-maskable-dark-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable",
|
|
"media": "(prefers-color-scheme: dark)"
|
|
},
|
|
{
|
|
"src": "/icon-maskable-dark-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable",
|
|
"media": "(prefers-color-scheme: dark)"
|
|
}
|
|
],
|
|
"categories": ["productivity"],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshot-540x720.png",
|
|
"sizes": "540x720",
|
|
"type": "image/png",
|
|
"form_factor": "narrow"
|
|
},
|
|
{
|
|
"src": "/screenshot-1280x720.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
}
|
|
]
|
|
}
|