{
  "name": "MyAgent",
  "short_name": "MyAgent",
  "description": "Personal AI Assistant",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080d",
  "theme_color": "#08080d",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2308080d' width='100' height='100' rx='20'/><text y='.88em' x='12' font-size='80'>✦</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
