{
  "name": "ChequeMate — Save Together, Grow Together",
  "short_name": "ChequeMate",
  "description": "Nigeria's group-savings app. Run ajo/esusu circles, save into your Kolo, and cash out to your bank. Save together, grow together.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "id": "/chequemate",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "background_color": "#0a140d",
  "theme_color": "#15803d",
  "orientation": "portrait",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/chequemate-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chequemate-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chequemate-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Circles",
      "short_name": "Circles",
      "description": "View and manage your savings circles",
      "url": "/circles?utm_source=pwa_shortcut"
    },
    {
      "name": "Kolo",
      "short_name": "Kolo",
      "description": "Save into your personal Kolo",
      "url": "/kolo?utm_source=pwa_shortcut"
    },
    {
      "name": "Cash Wallet",
      "short_name": "Wallet",
      "description": "Fund and cash out",
      "url": "/cash?utm_source=pwa_shortcut"
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
