{
  "name": "4P3X Vex BereavementSupport™ App",
  "short_name": "VexBereavement",
  "description": "Free private offline-first bereavement support App with the 4P3X Vex™ brand, local discussion mode, rich encouragement, grounding, memory support, practical steps, local PIN and user-controlled export/delete.",
  "start_url": "./index.html#/app/home",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#050505",
  "background_color": "#050505",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/bereavementsupport-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/bereavementsupport-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}