{
  "name": "BE Residences Buyers Portal",
  "short_name": "BE Residences",
  "description": "Manage your unit, view billing statements, and make payments.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f4f2",
  "theme_color": "#4a5568",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-PH",
  "categories": ["finance", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/login.png", "sizes": "390x844", "type": "image/png", "label": "Login screen" }
  ],
  "shortcuts": [
    { "name": "My Units",     "url": "/#/units",        "description": "View your units and due amounts" },
    { "name": "Transactions", "url": "/#/transactions", "description": "View payment history" }
  ]
}
