{
  "name": "Landlord OS — Tenant Portal",
  "short_name": "Tenant Portal",
  "description": "Pay rent, submit maintenance requests, and manage your tenancy",
  "start_url": "/tenant/home",
  "display": "standalone",
  "background_color": "#F7F7F6",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "utilities"],
  "shortcuts": [
    {
      "name": "Pay Rent",
      "url": "/tenant/payments",
      "description": "Pay your monthly rent"
    },
    {
      "name": "Maintenance",
      "url": "/tenant/requests",
      "description": "Submit a maintenance request"
    }
  ]
}
