{
  "name": "NoteStep — 무료 악보 작성 플랫폼",
  "short_name": "NoteStep",
  "description": "초보자부터 전문가까지 사용하는 무료 웹 기반 악보 작성 및 작곡 도구",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1e2e",
  "theme_color": "#4A90D9",
  "orientation": "landscape-primary",
  "lang": "ko",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "categories": ["music", "education", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NoteStep 악보 편집 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "새 악보",
      "short_name": "새로 만들기",
      "description": "새 작곡 프로젝트 시작",
      "url": "/?new=1",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "클래식 라이브러리",
      "short_name": "라이브러리",
      "description": "클래식 악보 프리셋 불러오기",
      "url": "/?library=1",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
