{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "CleenUI — Licensed source code for enterprise teams",
  "short_name": "CleenUI",
  "description": "CleenUI is a turn-key enterprise application foundation. Two products: CleenUI Pro (60+ React components with AI agent skills) and CleenUI Full-Stack (the entire production codebase — frontend, API, database, services, 14 modules).",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "minimal-ui",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#FFFFFF",
  "theme_color": "#0F172A",
  "categories": ["developer", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/cleenui-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/cleenui-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Components",
      "short_name": "Components",
      "description": "Browse the 61 React component catalog",
      "url": "/components"
    },
    {
      "name": "Codebase",
      "short_name": "Codebase",
      "description": "Tour the full-stack codebase",
      "url": "/codebase"
    },
    {
      "name": "Book a review",
      "short_name": "Book call",
      "description": "30-minute architecture review with the architect",
      "url": "/book-call"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
