{
  "name": "고속버스터미널 시간표 알리미",
  "short_name": "버스시간표",
  "description": "전국 고속버스 노선과 실시간 시간표를 한눈에 확인하세요.",
  "start_url": "./home.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F2F7",
  "theme_color": "#007AFF",
  "lang": "ko",
  "icons": [
    {
      "src": "./img/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "./img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
