{
  "name": "ITNES Support — 통합관제",
  "short_name": "ITNES",
  "description": "장애 접수·처리 현황·현장 정보. 홈 화면에 설치해 앱처럼 씁니다.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111110",
  "theme_color": "#111110",
  "lang": "ko",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "장애접수",
      "short_name": "접수",
      "url": "/customer/incidents/new",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "처리현황",
      "short_name": "현황",
      "url": "/customer/incidents",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
