{
  "name": "Youtube-Final",
  "short_name": "YT-Final",
  "description": "AI 기반 영상 자동 제작 + 영상 소스 라이브러리",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d14",
  "theme_color": "#FF4B4B",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/sources/quick",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "영상 소스 빠른 저장",
      "short_name": "빠른 저장",
      "description": "틱톡/인스타 URL 빠른 저장",
      "url": "/sources/quick",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "수집한 영상 소스",
      "short_name": "영상 소스",
      "description": "저장한 영상 라이브러리",
      "url": "/sources",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}
