{
  "name": "IT Roadmaps — роудмапы и тренажёры",
  "short_name": "IT Roadmaps",
  "description": "Интерактивный каталог IT-роудмапов и тренажёров.",
  "lang": "ru",
  "dir": "ltr",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F6EEDC",
  "theme_color": "#F6EEDC",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Учебный маршрут",
      "short_name": "Маршрут",
      "url": "/roadmaps/ml-engineer",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Python-тренажёр",
      "short_name": "Python",
      "url": "/trainers/python",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "SQL-тренажёр",
      "short_name": "SQL",
      "url": "/trainers/sql",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
