{
  "name": "크라우니AI",
  "short_name": "크라우니AI",
  "description": "AI 시대, 당신의 이야기를 함께 만듭니다",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAF9F7",
  "theme_color": "#C9A961",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "education"],
  "lang": "ko",
  "shortcuts": [
    { "name": "통화", "short_name": "통화", "description": "음성/영상 통화 시작", "url": "/?action=call" },
    { "name": "지갑", "short_name": "지갑", "description": "잔액/송금", "url": "/?action=wallet" },
    { "name": "사람 초대", "short_name": "초대", "description": "대화에 사람 초대", "url": "/?action=invite" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    { "protocol": "web+crowny", "url": "/handle?u=%s" }
  ],
  "prefer_related_applications": false
}
