{
  "name": "띵곡 — AI 음악 생성기",
  "short_name": "띵곡",
  "description": "AI로 나만의 음악을 만들어보세요",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["music", "entertainment"],
  "lang": "ko",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "음악 만들기",
      "short_name": "작곡",
      "description": "AI로 새 음악을 만들어보세요",
      "url": "/?tab=create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "커뮤니티",
      "short_name": "커뮤니티",
      "description": "다른 크리에이터의 음악을 들어보세요",
      "url": "/?tab=community",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "보관함",
      "short_name": "보관함",
      "description": "내 음악 라이브러리",
      "url": "/?tab=library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI 음악 생성 화면"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
