{
  "name": "Embun Rooms",
  "short_name": "Embun",
  "description": "Property + room rental management for Malaysia. View your rental, pay rent, report issues — all in one app.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#A91D1D",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "productivity"],
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "url": "/tenant/dashboard",
      "description": "Quick access to your tenant dashboard"
    },
    {
      "name": "Payment Transactions",
      "url": "/tenant/payments",
      "description": "View and pay outstanding rent"
    },
    {
      "name": "My Tasks",
      "url": "/tenant/tasks",
      "description": "Report an issue at your unit"
    }
  ]
}
