{
  "name": "4P3X VexCare™ PTSD Support App",
  "short_name": "VexCare PTSD",
  "description": "APEX A I Vex Care, P T S D Support App — offline-first private PTSD support with Vex™.",
  "start_url": "./index.html#/app/home",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#050505",
  "background_color": "#050505",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/vexcare-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/vexcare-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}