{
  "name": "OrbiLattice CRM",
  "short_name": "OrbiLattice",
  "description": "AI-powered real estate CRM with intelligent workspaces",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/orbilattice-icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Workspace",
      "short_name": "New",
      "description": "Create a new AI workspace",
      "url": "/ai-workspaces/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mission Control",
      "short_name": "Mission",
      "description": "View mission control dashboard",
      "url": "/mission-control",
      "icons": [{ "src": "/orbilattice-icon-256.png", "sizes": "256x256" }]
    }
  ]
}
