{
  "name": "건축물 설계하중 통합 산정 — MANMIN",
  "short_name": "설계하중",
  "description": "KDS 41 12 00 : 2022 기준 건축물 설계하중 통합 산정. 고정·활·적설·풍·지진 5종 하중 + LRFD 하중조합 자동 산출",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f2240",
  "theme_color": "#1e3a5f",
  "orientation": "any",
  "lang": "ko",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "설계하중 통합 산정 — 데스크탑"
    },
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "설계하중 통합 산정 — 모바일"
    }
  ],
  "shortcuts": [
    {
      "name": "고정하중 산정",
      "short_name": "고정하중",
      "description": "고정하중(D) 산정 바로 이동",
      "url": "./index.html#dead",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "하중조합 확인",
      "short_name": "하중조합",
      "description": "LRFD 하중조합 결과 바로 이동",
      "url": "./index.html#combo",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
