{
  "name": "4P3X SurvivorSupport™ App",
  "short_name": "SurvivorSupport",
  "description": "Free private offline-first survivor support App for grounding, safety planning, trusted contacts, private notes, Vex™ guidance and user-controlled export/delete.",
  "start_url": "./index.html#/landing",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#050505",
  "background_color": "#050505",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/survivorsupport-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/survivorsupport-app-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"
    }
  ]
}