{
  "name": "YawtAI - Your AI Software Engineer",
  "short_name": "YawtAI",
  "description": "YawtAI is an AI-powered platform that assists developers in generating code, debugging errors, and building projects efficiently.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/yawt-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/yawt-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer-tools", "ai"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/yawt-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contact us",
      "url": "/contact",
      "icons": [{ "src": "/yawt-logo.png", "sizes": "192x192" }]
    }
  ]
}
