{
  "name": "Polemarch — Your Personal AI",
  "short_name": "Polemarch",
  "description": "Build your AI agent in five minutes. Talk to it, text it, send it to friends, embed it on your site.",
  "id": "/my-ai",
  "start_url": "/my-ai?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1020",
  "theme_color": "#0b1020",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My Agent", "url": "/my-ai", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Build a new agent", "url": "/start" }
  ]
}
