{
  "name": "SendenSana — Uzdrawianie Dźwiękiem",
  "short_name": "SendenSana",
  "description": "Od częstotliwości Solfeggio po pracę z oddechem, od praktyki lustra po medytację prowadzoną — wolna przestrzeń, by zwrócić się do wnętrza w zaledwie kilka minut swojego dnia.",
  "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": "pl",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Przewodnik Oddechu",
      "url": "/pl/#/pratik/breath",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tryb Snu",
      "url": "/pl/#/pratik/sleep",
      "icons": [
        {
          "src": "../img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}