{
  "name": "CloudPilot360 AI",
  "short_name": "CloudPilot360",
  "description": "Ship production cloud infrastructure in plain English. Terraform, Bicep, and Kubernetes for Azure, AWS, and GCP — with cost, security, and CI/CD baked in.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["developer", "productivity", "business", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate infrastructure",
      "short_name": "Generate",
      "description": "Prompt the AI to design new cloud infra",
      "url": "/app/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Open your saved projects",
      "url": "/app/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cost Center",
      "short_name": "Costs",
      "description": "Cloud spend and optimizer savings",
      "url": "/app/costs",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
