{
  "name": "AIXORD Director Remote",
  "short_name": "AIXORD",
  "description": "Mobile governance dashboard for AIXORD projects — approve, monitor, control from your phone",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Approvals",
      "short_name": "Approve",
      "description": "View pending approval queue",
      "url": "/mobile?tab=approvals",
      "icons": []
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View active projects",
      "url": "/mobile?tab=projects",
      "icons": []
    }
  ]
}
