{
  "name": "MAMA Mobile",
  "short_name": "MAMA",
  "description": "Mobile interface for MAMA - Memory-Augmented MCP Assistant",
  "start_url": "/viewer",
  "display": "standalone",
  "background_color": "#EDDBF7",
  "theme_color": "#FFCE00",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/viewer/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/viewer/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/viewer/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/viewer/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "developer tools"],
  "lang": "en"
}
