{
  "name": "Bid Coach - 입찰 공고 분석 시스템",
  "short_name": "Bid Coach",
  "description": "공공데이터 기반 AI 입찰가 추천으로 낙찰 확률을 높이세요",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "입찰 공고",
      "short_name": "공고",
      "description": "입찰 공고 목록 보기",
      "url": "/bids",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "알림",
      "short_name": "알림",
      "description": "내 알림 확인",
      "url": "/notifications",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "분석",
      "short_name": "분석",
      "description": "입찰가 분석",
      "url": "/analysis",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
