{
  "name": "EstateCraft — Properties Management",
  "short_name": "EstateCraft",
  "description": "Multi-landlord rent collection, tenant management, complaints and expenses — all in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1B4332",
  "theme_color": "#1B4332",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rent Ledger",
      "short_name": "Rent",
      "url": "/rent",
      "description": "View invoices and record payments"
    },
    {
      "name": "Tenants",
      "url": "/tenants",
      "description": "Manage tenants and KYC"
    },
    {
      "name": "Complaints",
      "url": "/complaints",
      "description": "Maintenance workflow"
    }
  ]
}
