{
  "name": "Aurora Mail",
  "short_name": "Aurora",
  "description": "Modern webmail client — configure IMAP/SMTP and read mail anywhere.",
  "start_url": "/mail",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#0a0f1e",
  "orientation": "any",
  "lang": "ja",
  "categories": ["productivity", "communication"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/compose?mailto=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "新規メール",
      "short_name": "作成",
      "url": "/compose",
      "description": "新しいメールを作成"
    },
    {
      "name": "受信トレイ",
      "url": "/mail/inbox",
      "description": "受信トレイを開く"
    }
  ]
}
