{
  "name": "RentEazzy — Smart Rent Collection",
  "short_name": "RentEazzy",
  "description": "Modern rent collection for Kerala property owners and tenants.",
  "start_url": "/renteazzy/login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4B3EE8",
  "categories": ["finance", "productivity", "business"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Owner Dashboard",
      "url": "/renteazzy/ownerDashbord",
      "description": "Open the owner dashboard"
    },
    {
      "name": "Tenant Home",
      "url": "/renteazzy/tenantHome",
      "description": "Open the tenant home screen"
    }
  ]
}
