{
  "id": "/",
  "name": "SNS메이킷 - AI 콘텐츠 생성기",
  "short_name": "SNS메이킷",
  "description": "주제만 입력하면 AI가 카드뉴스, 상세페이지, 블로그 글을 자동으로 만들어드려요.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#7c6aff",
  "orientation": "any",
  "scope": "/",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.snsmakeit.app",
      "id": "com.snsmakeit.app"
    }
  ],
  "scope_extensions": [
    { "type": "origin", "origin": "https://www.snsmakeit.com" },
    { "type": "origin", "origin": "https://snsmakeit.com" }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SNS메이킷 홈 화면"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SNS메이킷 앱 아이콘"
    }
  ],
  "shortcuts": [
    {
      "name": "글쓰기",
      "short_name": "글쓰기",
      "url": "/ai",
      "description": "AI 글쓰기 시작",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "카드뉴스",
      "short_name": "카드뉴스",
      "url": "/ai",
      "description": "AI 카드뉴스 생성",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
