{
  "id": "/",
  "name": "RentHatke",
  "short_name": "RentHatke",
  "description": "Stop draining your savings on security deposits. we finance your deposit or rent upfront - you pay your monthly rent only no asterisk. Works with any property across India.",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["finance", "lifestyle", "utilities"],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2c9b8f",
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/documents/view",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-monochrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard"
    },
    {
      "src": "/screenshots/mobile-booking.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your booking"
    },
    {
      "src": "/screenshots/mobile-payments.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EMI schedule and payments"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home dashboard"
    },
    {
      "src": "/screenshots/desktop-bookings.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Your bookings"
    }
  ],
  "shortcuts": [
    {
      "name": "New booking",
      "short_name": "New",
      "description": "Create a new rental booking",
      "url": "/bookings/new?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-new.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "My bookings",
      "short_name": "Bookings",
      "description": "View & track your bookings",
      "url": "/bookings?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-bookings.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Rent Payments",
      "short_name": "Payments",
      "description": "Payment schedule & payment history",
      "url": "/payments?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-payments.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Your account",
      "url": "/profile?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-profile.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    }
  ]
}
