{
  "name": "FocusLab — Тренажёр фокуса",
  "short_name": "FocusLab",
  "description": "Тренируй фокус и внимание с помощью научно обоснованных упражнений",
  "start_url": "/trainer",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafb",
  "theme_color": "#00a896",
  "categories": ["health", "education", "lifestyle"],
  "lang": "ru",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Тренажёр",
      "short_name": "Тренажёр",
      "url": "/trainer",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "N-back",
      "short_name": "N-back",
      "url": "/trainer/n-back",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
