{
  "name": "TEAM KOB",
  "short_name": "TEAM KOB",
  "description": "AI-powered team collaboration platform for working with large language models",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open your dashboard"
    },
    {
      "name": "Chat Hub",
      "url": "/chat-hub",
      "description": "Open team chat hub"
    },
    {
      "name": "Content Creator",
      "url": "/content-creator",
      "description": "Create AI-powered content"
    },
    {
      "name": "Prompts",
      "url": "/prompts",
      "description": "Browse and create prompts"
    }
  ],
  "share_target": {
    "action": "/chat-hub?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "audio/*", ".pdf", ".doc", ".docx", ".txt"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/chat-hub?file=true",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "video/*": [".mp4", ".webm", ".mov"],
        "audio/*": [".mp3", ".wav", ".ogg"],
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+kobchat",
      "url": "/chat-hub?handler=%s"
    }
  ]
}
