{
  "name": "NexQ Studio",
  "short_name": "NexQ",
  "description": "AI-powered web development studio",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer tools", "productivity"],
  "shortcuts": [
    {
      "name": "New Project",
      "url": "/editor",
      "description": "Start a new project"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your projects"
    }
  ]
}
