{
  "name": "Makonde RDC Mobile App",
  "short_name": "Makonde RDC",
  "description": "Mobile access to Makonde Rural District Council services, updates and portals.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#061a33",
  "theme_color": "#061a33",
  "orientation": "portrait-primary",
  "categories": ["government", "utilities", "productivity"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Client Portal",
      "short_name": "Client",
      "url": "/client/index.php",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Report Issue",
      "short_name": "Report",
      "url": "/client/complaint.php",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Payments",
      "short_name": "Pay",
      "url": "/client/pay_request.php",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
