{
  "short_name": "Jengo",
  "name": "Jengo App — Construction Management",
  "description": "Every Brick. Every Shilling. Every Client. Construction management, built different.",
  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",  "type": "image/png" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",  "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128","type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144","type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192","type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512","type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.svg",        "sizes": "any",     "type": "image/svg+xml" }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1A2E0F",
  "background_color": "#F7F6F2",
  "scope": "/",
  "categories": ["business", "productivity"],
  "lang": "en-KE",
  "shortcuts": [
    {
      "name": "Clients",
      "short_name": "Clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Record payment",
      "short_name": "Payment",
      "url": "/finance/payment/new",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/projects",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
