{
  "name": "AILotto · 로또 AI매니저",
  "short_name": "AILotto",
  "description": "공인구 AI 추첨, 회차 분석, 명당 판매점, 번호 보관함을 한 곳에서",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#62AC64",
  "background_color": "#F5F5F0",
  "lang": "ko",
  "categories": ["entertainment", "lifestyle", "utilities"],
  "icons": [
    { "src": "/assets/Main.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/Main.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/Main.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "AI 번호 뽑기",
      "short_name": "AI 뽑기",
      "url": "/draw/ai",
      "icons": [{ "src": "/assets/Tab/DrawerSvg.svg", "sizes": "any" }]
    },
    {
      "name": "회차 분석",
      "short_name": "분석",
      "url": "/analysis/wins",
      "icons": [{ "src": "/assets/Tab/AnalysisSvg.svg", "sizes": "any" }]
    },
    {
      "name": "가까운 판매점",
      "short_name": "판매점",
      "url": "/map",
      "icons": [{ "src": "/assets/Tab/StoreSvg.svg", "sizes": "any" }]
    }
  ]
}
