{
  "name": "HowsdyMail",
  "short_name": "HowsdyMail",
  "description": "Next-generation self-hosted webmail",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#155DFC",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "lang": "en",
  "orientation": "any",
  "categories": ["productivity", "communication"],
  "shortcuts": [
    { "name": "Inbox", "url": "/inbox", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Compose", "url": "/inbox?compose=new", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Settings", "url": "/settings", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
