{
  "name": "CUTECLAW — agent workspace",
  "short_name": "CUTECLAW",
  "description": "Your CUTECLAW agent workspace: chat, engines, usage and admin.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New chat", "short_name": "Chat", "url": "/chat" },
    { "name": "Usage", "short_name": "Usage", "url": "/usage" },
    { "name": "Engines", "short_name": "Engines", "url": "/engines" }
  ]
}
