{
  "name": "우리AI - 우리아이 스튜디오",
  "short_name": "우리AI",
  "description": "AI 기술을 활용한 맞춤형 아이 이미지 생성 서비스. 우리아이의 특별한 순간을 AI로 창조해보세요.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF0F5",
  "theme_color": "#FFB6C1",
  "orientation": "portrait",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["entertainment", "kids", "photo", "productivity"],
  "icons": [
    {
      "src": "/assets/ogimage.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}