{
  "name": "ExecAI",
  "short_name": "ExecAI",
  "description": "AI-powered command execution assistant",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false
} 