{
  "name": "Property Rental Manager",
  "short_name": "Rental Manager",
  "description": "Manage flats, tenants, bills and rent collection — built for Indian landlords. HRA receipts, UPI pay links, WhatsApp/SMS reminders.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F9F8F6",
  "theme_color": "#C25934",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48 64x64 128x128 256x256",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Record payment",
      "short_name": "Payment",
      "url": "/payments?new=1",
      "description": "Record a rent payment received"
    },
    {
      "name": "New bill",
      "short_name": "New bill",
      "url": "/billing?new=1",
      "description": "Create a monthly rent bill"
    }
  ]
}
