{
  "name": "Jet-Rag",
  "short_name": "Jet-Rag",
  "description": "한국어 멀티포맷 RAG 개인 지식 에이전트",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FFFFFF",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "application/pdf",
            ".hwp",
            ".hwpx",
            "image/jpeg",
            "image/png",
            "image/heic",
            "image/heif"
          ]
        }
      ]
    }
  }
}
