{
  "name": "자람이 - 발달장애커뮤니티",
  "short_name": "자람이",
  "description": "발달장애인 가족들과 현장의 전문가들이 함께 성장할수 있도록 지원하는 AI디지털케어 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["health", "education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/tablet-home.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "디지털케어로그",
      "short_name": "케어로그",
      "description": "치료 세션 기록 및 관리",
      "url": "/digital-care-log",
      "icons": [
        {
          "src": "/icons/shortcut-carelog.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "자가진단",
      "short_name": "자가진단",
      "description": "발달장애 자가진단 검사",
      "url": "/diagnosis",
      "icons": [
        {
          "src": "/icons/shortcut-diagnosis.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "센터 검색",
      "short_name": "센터검색",
      "description": "치료 센터 검색 및 정보",
      "url": "/center-search",
      "icons": [
        {
          "src": "/icons/shortcut-center.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "마이페이지",
      "short_name": "마이페이지",
      "description": "개인 정보 및 설정",
      "url": "/mypage",
      "icons": [
        {
          "src": "/icons/shortcut-mypage.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://jarami.ai"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "file_handlers": [
    {
      "action": "/file-handler",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "application/pdf": [".pdf"],
        "text/*": [".txt", ".md"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+jarami",
      "url": "/protocol-handler?url=%s"
    }
  ]
}