{
  "name": "Zamani Capital",
  "short_name": "Zamani",
  "description": "Smart financial services — loans, savings, and wallet management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060e06",
  "theme_color": "#1f3920",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "My Wallets",
      "short_name": "Wallets",
      "description": "View and manage your wallets",
      "url": "/wallets",
      "icons": [{ "src": "/icon.png", "sizes": "any" }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Get help from our team",
      "url": "/support",
      "icons": [{ "src": "/icon.png", "sizes": "any" }]
    }
  ]
}
