{
  "name": "아이티도트",
  "short_name": "ITDOT",
  "description": "아이티도트 하이브리드 PWA 앱",
  "start_url": "/?mode=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e293b",
  "icons": [
    {
      "src": "/theme/basic/img/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/theme/basic/img/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}