{
  "name": "CPAR Maternal Health System",
  "short_name": "CPAR",
  "description": "Offline-aware maternal record collection system for field teams.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f1e8",
  "theme_color": "#0f766e",
  "categories": ["medical", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Records",
      "short_name": "Records",
      "url": "/surveys/"
    },
    {
      "name": "New Record",
      "short_name": "New",
      "url": "/surveys/new/"
    }
  ]
}
