{
  "name": "OASIS Rental Management",
  "short_name": "OASIS",
  "description": "Automated property management for landlords, tenants, and contractors.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b4f6c",
  "background_color": "#f0f9ff",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/app-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Command Center",
      "short_name": "Command",
      "description": "View portfolio action queue",
      "url": "/command-center",
      "icons": [{ "src": "/icons/app-icon.png", "sizes": "any" }]
    },
    {
      "name": "Maintenance",
      "short_name": "Maintenance",
      "description": "View maintenance requests",
      "url": "/maintenance-inbox",
      "icons": [{ "src": "/icons/app-icon.png", "sizes": "any" }]
    }
  ]
}
