{
  "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": "zh",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "呼吸引导",
      "url": "/zh/#/pratik/breath",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "睡眠模式",
      "url": "/zh/#/pratik/sleep",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}