{
  "id": "./index.html",
  "name": "FM SAFE AI 현장 측정도구 Pro",
  "short_name": "FM 측정 Pro",
  "description": "시설관리 현장의 측정·사진·조명 계산과 공공데이터 기반 현장환경 정보를 연결하는 PWA",
  "lang": "ko-KR",
  "start_url": "./index.html#home",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#f5f4ef",
  "theme_color": "#173b36",
  "orientation": "any",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "소음 측정",
      "short_name": "소음",
      "url": "./index.html#noise",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "조도 측정",
      "short_name": "조도",
      "url": "./index.html#light",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "사진대지",
      "short_name": "사진",
      "url": "./index.html#photo",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "조명 개선",
      "short_name": "조명",
      "url": "./index.html#lighting",
      "icons": [
        {
          "src": "./assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
