{
  "name": "로또 6/45 번호 생성기",
  "short_name": "로또생성기",
  "description": "1회~1238회 전체 1등 당첨 조합을 분석해 자리별 패턴으로 다음 회차 번호를 예측하는 로또 번호 생성기",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "ko",
  "icons": [
    { "src": "icon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
