{
  "name": "Engineering Agent",
  "short_name": "Agent",
  "description": "Server-hosted Engineering Agent interface",
  "start_url": "./",
  "scope": "./",
  "id": "./",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "any",
  "background_color": "#1F1F24",
  "theme_color": "#1F1F24",
  "categories": ["productivity", "developer", "utilities"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
