{
  "name": "새빛드론 비행경력관리 시스템",
  "short_name": "비행경력관리",
  "description": "교육생 출결 기반 비행로그북 및 비행경력증명서 자동 생성 시스템",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#009BAD",
  "orientation": "any",
  "lang": "ko",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-black-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-black-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "교육생 조회",
      "short_name": "조회",
      "description": "교육생 비행경력 조회",
      "url": "./?tab=search",
      "icons": [{ "src": "./icons/icon-black-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "비행경력증명서",
      "short_name": "증명서",
      "description": "비행경력증명서 생성",
      "url": "./?tab=certificate",
      "icons": [{ "src": "./icons/icon-black-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
