{
  "name": "Codex Central",
  "short_name": "Codex",
  "description": "Codex-first local control surface for workspaces, sessions, terminal, files, and preview",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f1e8",
  "theme_color": "#0f766e",
  "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" },
    { "src": "/icon-180.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Chat", "url": "/#chat", "description": "Open Codex chat" },
    { "name": "Preview", "url": "/#preview", "description": "Open proxied preview" }
  ],
  "categories": ["developer", "productivity"]
}
