{
  "name": "Nova Microfinance Dashboard",
  "short_name": "Nova",
  "description": "Real-time portfolio, collections, and risk analytics for Nova Microfinance Uganda",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1b2e",
  "theme_color": "#10b981",
  "orientation": "any",
  "lang": "en",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Collections Today",
      "short_name": "Collections",
      "description": "View today's collections and due loans",
      "url": "/?period=today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PAR Report",
      "short_name": "PAR",
      "description": "View portfolio at risk breakdown",
      "url": "/?period=month",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
