{
  "name": "Qira Notify",
  "short_name": "Qira Notify",
  "description": "Encrypted notifications only you can read. Zero-knowledge topic inbox with XChaCha20-Poly1305 + Argon2id.",
  "start_url": "/notify/",
  "scope": "/notify/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d0b15",
  "background_color": "#0d0b15",
  "lang": "en",
  "categories": ["utilities", "productivity", "security"],
  "icons": [
    {
      "src": "/notify/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notify/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notify/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/notify/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
