{
  "name": "Keycoliving PMS",
  "short_name": "Keycoliving",
  "description": "Keycoliving Resident & Management Portal",
  "start_url": "/tenant/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafbfc",
  "theme_color": "#1A1A1A",
  "orientation": "portrait",
  "categories": ["productivity", "utilities"],
  "lang": "en-MY",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay Rent",
      "short_name": "Pay",
      "url": "/tenant/payments",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Top up Meter",
      "short_name": "Meter",
      "url": "/tenant/meter",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
