{
  "name": "Александр Клюев — тренировки",
  "short_name": "Клюев",
  "description": "Дневник тренировок, питания и замеров",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "lang": "ru",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Дневник тренировок",
      "short_name": "Тренировки",
      "url": "./dnevnik.html",
      "icons": [
        {
          "src": "sc-dnevnik.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Дневник питания",
      "short_name": "Питание",
      "url": "./pitanie.html",
      "icons": [
        {
          "src": "sc-pitanie.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Замеры",
      "short_name": "Замеры",
      "url": "./zamery.html",
      "icons": [
        {
          "src": "sc-zamery.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}