{
  "name": "Hatched Mail",
  "short_name": "Hatched Mail",
  "description": "Your mail, beautifully organized. A privacy-first email client by Hatched Digital.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f8f6",
  "theme_color": "#1a1a1a",
  "categories": ["productivity", "communication", "email"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "url": "/app",
      "description": "Open your inbox"
    },
    {
      "name": "Settings",
      "url": "/app/settings",
      "description": "Manage your account"
    }
  ]
}
