{
  "name": "sshmail",
  "short_name": "sshmail",
  "description": "SSH-based encrypted messaging hub",
  "start_url": "/inbox",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "categories": ["communication", "social"],
  "icons": [
    {
      "src": "/api/icon?size=192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/api/icon?size=512",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/api/icon?size=512&maskable=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
