{
  "name": "PeacePoint",
  "short_name": "PeacePoint",
  "description": "A calm, private space for mood check-ins, journaling, grounding tools, hope, and personal support.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef9f7",
  "theme_color": "#4e8f89",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}