{
  "id": "com.ghas.lunch",
  "name": "GHAS 오늘의 급식",
  "short_name": "GHAS급식",
  "description": "경기자동차과학고등학교 오늘의 급식 및 날씨 정보",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["education", "food"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#1a1c1e",
  "theme_color": "#f39c12",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘의 급식",
      "url": "/",
      "icons": [
        {
          "src": "icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "모바일 급식 화면"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "데스크탑 급식 화면"
    }
  ]
}