{
  "name": "CodeMobile",
  "short_name": "CodeMobile",
  "description": "Control VS Code from your phone — AI Chat, Terminal, Files & Git",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a12",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Open AI Chat"
    },
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "url": "/terminal",
      "description": "Remote Terminal"
    }
  ]
}
