{
  "id": "/",
  "name": "H3Y v26",
  "short_name": "H3Y v26",
  "description": "서버저장 실시간 호가 검증, D1 중복주문 방지, 2단계 주문검증을 포함한 다중레그 옵션 합성 PWA",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#090d14",
  "theme_color": "#111827",
  "categories": [
    "finance",
    "productivity"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "옵션 호가",
      "short_name": "호가",
      "url": "/?screen=quotes",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "합성 차트",
      "short_name": "차트",
      "url": "/?screen=chart",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "주문 큐",
      "short_name": "주문",
      "url": "/?screen=orders",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "내 거래",
      "short_name": "거래",
      "url": "/?screen=trades",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}