{
  "id": "/",
  "name": "Perfect Tutor — английский через игры и ИИ",
  "short_name": "Perfect Tutor",
  "description": "Учи английский через зомби-битвы, детективные расследования и ИИ-чат. Коллекционные карты, комиксы, диплом агента-полиглота.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#C5B7E8",
  "theme_color": "#4A3D6E",
  "orientation": "portrait",
  "lang": "ru",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["education", "games", "entertainment"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "screenshots": [
    {
      "src": "/images/catbolshoy.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Perfect Tutor — главный экран"
    }
  ],
  "icons": [
    {
      "src": "/images/caticon1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/caticon1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/caticon1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI-чат с наставником",
      "short_name": "AI чат",
      "description": "Чат с персональным ИИ-тьютором",
      "url": "/app/chat",
      "icons": [
        { "src": "/images/caticon1.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Zombie Word Battle",
      "short_name": "Zombies",
      "description": "Сражайся с зомби через слова",
      "url": "/app/zombie-game",
      "icons": [
        { "src": "/images/caticon1.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Расследования",
      "short_name": "Детектив",
      "description": "Интерактивные квесты на английском",
      "url": "/app/investigations",
      "icons": [
        { "src": "/images/caticon1.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Словарь",
      "short_name": "Словарь",
      "description": "Твоя база слов и глобальная база 3000+",
      "url": "/app/dictionary",
      "icons": [
        { "src": "/images/caticon1.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}