{
  "name": "RCS Tenant Portal",
  "short_name": "RCS Portal",
  "description": "Resort Communities Software – Tenant Portal",
  "start_url": "/tenant/overview",
  "scope": "/tenant",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a5c3a",
  "categories": ["utilities", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "My Invoices",
      "url": "/tenant/invoices",
      "description": "View outstanding invoices"
    },
    {
      "name": "Work Orders",
      "url": "/tenant/work-orders",
      "description": "Submit or track work orders"
    }
  ]
}
