{
  "name": "UI Copilot - AI-Powered UI Code Generator",
  "short_name": "UI Copilot",
  "description": "Generate production-ready React components with AI",
  "start_url": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "/UI-Big-Eye.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/UI-Eye.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "developer tools"],
  "prefer_related_applications": false,
  "scope": "/",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
