{
  "name": "PropMS — Property Management",
  "short_name": "PropMS",
  "description": "Manage properties, tenants, payments, and maintenance from one place.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9faf6",
  "theme_color": "#012d1d",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "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-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "url": "/tenants",
      "description": "View and manage tenants"
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "url": "/payments",
      "description": "Track rent and payments"
    },
    {
      "name": "Issues",
      "short_name": "Issues",
      "url": "/issues",
      "description": "View maintenance issues"
    }
  ]
}