{
  "name": "새봄 통합 홈",
  "short_name": "새봄",
  "description": "접수 · 노무 · 입지를 한 곳에서 엽니다.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F1411",
  "theme_color": "#0F1411",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "접수",
      "short_name": "접수",
      "url": "./clinic/"
    },
    {
      "name": "노무",
      "short_name": "노무",
      "url": "./nomu/"
    },
    {
      "name": "입지",
      "short_name": "입지",
      "url": "./loc/"
    }
  ]
}
