{
  "name": "ChamaGo – Chama & Savings Management",
  "short_name": "ChamaGo",
  "description": "Kenya's #1 app for managing chamas, merry-go-rounds, table banking, investment clubs, and harambee fundraisers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03254C",
  "lang": "en-KE",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "social"],
  "id": "chamago-pwa",
  "scope": "/",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-154.png", "sizes": "154x154", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start a Chama",
      "short_name": "New Chama",
      "description": "Create a new chama or savings group",
      "url": "/register?intent=create-chama",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start a Fundraiser",
      "short_name": "Fundraiser",
      "description": "Create a harambee or kitty fundraiser",
      "url": "/create-kitty",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Discover Chamas",
      "short_name": "Discover",
      "description": "Browse and join public chamas",
      "url": "/discover",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
