{
  "name": "한국 주식 투자 대시보드",
  "short_name": "주식대시보드",
  "description": "한국 주식 포트 입력, 시장 데이터, 주문표, 거래대금 추세, OCR 입력을 지원하는 모바일 투자 판단 보조 대시보드",
  "lang": "ko-KR",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "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"
    }
  ],
  "categories": [
    "finance",
    "productivity",
    "utilities"
  ],
  "id": "./index.html"
}