{
  "name": "OpenCode Pilot",
  "short_name": "Pilot",
  "description": "Remote control for OpenCode",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e1b2e",
  "theme_color": "#1e1b2e",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer"],
  "shortcuts": [
    { "name": "New Session", "url": "./#new-session" },
    { "name": "Permissions", "url": "./#permissions" }
  ]
}
