{
  "name": "Navi",
  "short_name": "Navi",
  "start_url": "/",
  "display": "standalone",
  "lang": "en",
  "categories": ["mental health", "youth", "well-being"],
  "description": "Navi mental wellbeing tool for youth",
  "theme_color": "#fff",
  "orientation": "any",
  "version": "0.1.0",
  "manifest_version": 3,
  "screenshots": [
    {
      "form_factor": "narrow",
      "sizes": "540x720",
      "src": "/screenshots/narrow.png",
      "type": "image/png"
    },
    {
      "form_factor": "wide",
      "sizes": "1024x593",
      "src": "/screenshots/wide.png",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
