{
  "name": "rhent Tenant Portal",
  "short_name": "rhent",
  "description": "Access your tenant portal — pay rent, submit requests, and stay connected with property management.",
  "start_url": "/tenant-portal/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c0e14",
  "theme_color": "#0c0e14",
  "orientation": "portrait-primary",
  "categories": ["finance", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Pay Rent",
      "url": "/tenant-portal/pay-rent",
      "description": "Pay your monthly rent"
    },
    {
      "name": "Service Requests",
      "url": "/tenant-portal/requests",
      "description": "Submit a maintenance request"
    },
    {
      "name": "Contact Admin",
      "url": "/tenant-portal/contact",
      "description": "Message property management"
    }
  ]
}
