{
  "name": "HushMe — Secure Messenger",
  "short_name": "HushMe",
  "description": "Secure Matrix messenger with end-to-end encryption, voice & video calls, and MFOS app support.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3D9970",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["communication", "social", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "HushMe desktop interface"
    },
    {
      "src": "/screenshots/mobile.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "HushMe mobile interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Web Client",
      "short_name": "Web",
      "description": "Open HushMe in browser",
      "url": "https://hushme.online",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://hushme.app/manifest.json"
    }
  ],
  "prefer_related_applications": false
}
