{
  "name": "PropMS Caretaker",
  "short_name": "Caretaker",
  "description": "Manage tenants, payments, maintenance issues, and property operations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9faf6",
  "theme_color": "#012d1d",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-caretaker-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Caretaker dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "url": "/tenants",
      "description": "Manage tenants"
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "url": "/payments",
      "description": "View rent payments"
    },
    {
      "name": "Issues",
      "short_name": "Issues",
      "url": "/issues",
      "description": "Track maintenance issues"
    }
  ]
}