{
  "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": "ja",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "呼吸ガイド",
      "url": "/ja/#/pratik/breath",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "スリープモード",
      "url": "/ja/#/pratik/sleep",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}