{
  "id": "https://agentic.nextccu.cloud/",
  "name": "충청대 에이전틱 - 업무 관리",
  "short_name": "에이전틱",
  "description": "Agentic Workspace - AI 기반 업무 자동화 및 관리 플랫폼",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "any",
  "theme_color": "#0f172a",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "form_factor": "wide",
      "type": "image/png",
      "label": "에이전틱 데스크톱 인터페이스"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "컨트롤 센터",
      "short_name": "컨트롤",
      "description": "시스템 컨트롤 센터 접근",
      "url": "/control-center",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "문서 작업",
      "short_name": "문서",
      "description": "문서 편집 및 관리",
      "url": "/documents",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "메시지",
      "short_name": "메시지",
      "description": "팀 메시징",
      "url": "/messages",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/open-document",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [".pdf", ".docx", ".xlsx", ".pptx", "image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+agentic",
      "url": "/protocol?url=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-new", "navigate-existing", "auto"]
  },
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "prefer_related_applications": false
}
