{
  "id": "/",
  "name": "Zonix AI",
  "short_name": "ZonixAI",
  "description": "AI-powered content and image generation platform — generate text, images, code, and more.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
  ],
  "categories": ["productivity", "utilities", "business"],
  "shortcuts": [
    {
      "name": "Text Generator",
      "short_name": "Text",
      "description": "Generate AI text content",
      "url": "/generator/text",
      "icons": [{"src": "/images/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Image Generator",
      "short_name": "Images",
      "description": "Generate AI images with DALL-E & Stable Diffusion",
      "url": "/generator/image",
      "icons": [{"src": "/images/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Code Generator",
      "short_name": "Code",
      "description": "Generate production-ready code",
      "url": "/generator/code",
      "icons": [{"src": "/images/icon.svg", "sizes": "any"}]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with AI assistants",
      "url": "/chat",
      "icons": [{"src": "/images/icon.svg", "sizes": "any"}]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zonix AI Dashboard"
    },
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Zonix AI on mobile"
    }
  ]
}
