{
  "name": "Rezident Manager",
  "short_name": "Rezident",
  "description": "Rent, rooms and reminders — the calm way to run your hostel.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1e7fea",
  "lang": "en-IN",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-light.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Record payment",
      "short_name": "Payment",
      "url": "/payments/record",
      "description": "Quickly record a rent payment"
    },
    {
      "name": "Add tenant",
      "short_name": "Tenant",
      "url": "/tenants/new",
      "description": "Onboard a new tenant"
    },
    {
      "name": "Send reminders",
      "short_name": "Reminders",
      "url": "/reminders",
      "description": "View and send rent reminders"
    }
  ]
}
