{
  "name": "Quiz Tracker",
  "short_name": "QuizTracker",
  "description": "Твой квиз-дневник. Записывай игры, следи за статистикой.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#185FA5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "lang": "ru",
  "shortcuts": [
    {
      "name": "Новый чекин",
      "short_name": "Чекин",
      "url": "/checkin",
      "description": "Записать новую игру"
    },
    {
      "name": "Мои игры",
      "short_name": "Кабинет",
      "url": "/cabinet",
      "description": "Посмотреть все игры"
    }
  ]
}
