{
  "name": "코인핑 — 코인 가격 급등 알림",
  "short_name": "코인핑",
  "description": "BTC·ETH·SOL·CROSS 실시간 시세 모니터링 및 급등·급락 임계값 알림 (카카오톡/웹푸시)",
  "lang": "ko-KR",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050608",
  "theme_color": "#00E5A0",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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": "시세",
      "description": "선택한 코인의 실시간 가격 확인",
      "url": "/?view=price"
    },
    {
      "name": "알림 설정",
      "short_name": "설정",
      "description": "급등/급락 임계값 설정",
      "url": "/?view=settings"
    }
  ]
}
