{
  "name": "SendenSana — 소리를 통한 치유",
  "short_name": "SendenSana",
  "description": "솔페지오 주파수부터 호흡 수련, 거울 작업부터 안내 명상까지 — 하루 단 몇 분 만에 내면으로 향할 수 있는 자유로운 공간.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f1eb",
  "theme_color": "#7c4dbd",
  "icons": [
    {
      "src": "../img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "../img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "medical"
  ],
  "lang": "ko",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "호흡 가이드",
      "url": "/ko/#/pratik/breath",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "수면 모드",
      "url": "/ko/#/pratik/sleep",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}