{
  "name": "MakeJam — 작곡 & 학습",
  "short_name": "MakeJam",
  "description": "MIDI 분석 · 코드/스케일 · 작곡 · 피아노 학습을 한 화면에서",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070916",
  "theme_color": "#ff5b9e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/makejam/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/makejam/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "audio/midi": [".mid", ".midi"],
        "application/pdf": [".pdf"]
      }
    }
  ]
}
