{
  "id": "/price/app/",
  "name": "KSTA 계산기 - 실시간 암호화폐 환산",
  "short_name": "KSTA",
  "description": "LBANK 실시간 KSTA 시세 · 손익 · 평균단가 · 포트폴리오 · 김치프리미엄 계산기. 회원가입 없이 바로 사용 가능.",
  "start_url": "/price/app/",
  "scope": "/price/app/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#8a5e2e",
  "background_color": "#faf6f1",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.kstacoin.price",
      "id": "com.kstacoin.price"
    }
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "손익 계산",
      "short_name": "손익",
      "description": "매수가 대비 현재 수익 계산",
      "url": "./?tab=pnl",
      "icons": [{"src": "./icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "평균단가",
      "short_name": "평균단가",
      "description": "분할매수 평균 단가 계산",
      "url": "./?tab=avg",
      "icons": [{"src": "./icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "포트폴리오",
      "short_name": "포트폴리오",
      "description": "자산별 총 평가액 확인",
      "url": "./?tab=portfolio",
      "icons": [{"src": "./icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+ksta",
      "url": "./?share=%s"
    }
  ],
  "scope_extensions": [
    {"origin": "https://kstacoin.com"}
  ]
}
