{
  "name": "Phone Agent",
  "short_name": "PhoneAgent",
  "description": "Your personal AI agent — voice, memory, search. No downloads.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Nova — Strategist",
      "url": "/?agent=nova",
      "description": "Open Nova agent"
    },
    {
      "name": "Zara — Creative",
      "url": "/?agent=zara",
      "description": "Open Zara agent"
    }
  ]
}
