{
  "name": "G-Connect",
  "short_name": "G-Connect",
  "description": "AI operational coordination platform — your Drive, with a workforce inside it.",
  "id": "/",
  "start_url": "/go",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch",
      "url": "/go?tab=dispatch",
      "description": "Send a new instruction"
    },
    {
      "name": "Workspace",
      "url": "/dashboard/workspace",
      "description": "Instruction thread and results"
    },
    {
      "name": "Drive Hub",
      "url": "/dashboard/drive",
      "description": "Live Drive project tree"
    }
  ]
}
