{
  "short_name": "RentBhai",
  "name": "RentBhai - Property Management Platform",
  "description": "Simplify property and rental management. Manage properties, collect rent, track maintenance, and communicate with tenants - all in one place.",
  "icons": [
    {
      "src": "assets/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "assets/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "assets/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#8B5CF6",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your property dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "assets/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "Manage your properties",
      "url": "/dashboard/properties",
      "icons": [{ "src": "assets/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "description": "Manage your tenants",
      "url": "/dashboard/tenants",
      "icons": [{ "src": "assets/logo192.png", "sizes": "192x192" }]
    }
  ]
}
