{
  "name": "Estate OS by AgentSeeIQ",
  "short_name": "Estate OS",
  "description": "The operating system for private estates. Asset management, wine cellar, service tracking, and intelligent household operations.",
  "start_url": "/assets",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#B8A065",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "lifestyle", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Asset Registry",
      "url": "/assets",
      "description": "View and manage all estate assets"
    },
    {
      "name": "Wine Cellar",
      "url": "/cellar",
      "description": "Manage wine collection"
    },
    {
      "name": "Admin Dashboard",
      "url": "/admin",
      "description": "Staffing admin dashboard"
    }
  ]
}
