{
  "name": "DWI Fintech OS",
  "short_name": "DWI Fintech",
  "description": "Digital financial ecosystem — wallet, investments, agents, merchants",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#070B14",
  "theme_color": "#06C8E8",
  "orientation": "portrait-primary",
  "lang": "en-UG",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Deposit",
      "short_name": "Deposit",
      "description": "Deposit funds",
      "url": "/wallet",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Investments",
      "short_name": "Invest",
      "description": "Browse investment products",
      "url": "/investments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
