{
  "name": "Mpangaj — Real Estate Portfolio",
  "short_name": "Mpangaj",
  "description": "Real estate portfolio management for owners, managers and agents",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a2a7a",
  "theme_color": "#2f49d1",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/icons/icon.svg",     "sizes": "any",      "type": "image/svg+xml" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "View your property portfolio",
      "url": "/dashboard?view=buildings",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Transactions",
      "short_name": "Finance",
      "description": "View transactions and cashflow",
      "url": "/dashboard?view=transactions",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
