{
  "name": "제연설비 설계 계산서",
  "short_name": "제연설비",
  "description": "제연설비의 화재안전기술기준 NFTC 501 (2024.10.1 시행) 적용 설계 계산서 — MANMIN Ver-3.0",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "lang": "ko",
  "categories": ["utilities", "productivity"],
  "icons": [
    { "src": "./icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "./icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "./icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "./icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "./icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "./icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "./icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "배출량 계산",
      "short_name": "배출량",
      "description": "제연설비 배출량 산출",
      "url": "./index.html#tab-calc",
      "icons": [{ "src": "./icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "계산서 출력",
      "short_name": "출력",
      "description": "A4 계산서 PDF 저장",
      "url": "./index.html#tab-print",
      "icons": [{ "src": "./icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "제연설비 설계 계산서 메인 화면"
    }
  ]
}
