{
  "name": "LexQuest - Интерактивные юридические квесты",
  "short_name": "LexQuest",
  "description": "Интерактивные юридические квесты с AI-генерацией иллюстраций",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b1020",
  "theme_color": "#0b1020",
  "categories": ["education", "games", "entertainment"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Главная страница LexQuest"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Квест на мобильном"
    }
  ],
  "shortcuts": [
    {
      "name": "Мои квесты",
      "short_name": "Квесты",
      "description": "Открыть список моих квестов",
      "url": "/quests",
      "icons": [
        {
          "src": "/icons/shortcut-quests.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Создать квест",
      "short_name": "Создать",
      "description": "Создать новый квест",
      "url": "/quests/new",
      "icons": [
        {
          "src": "/icons/shortcut-create.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Персонажи",
      "short_name": "Персонажи",
      "description": "Управление персонажами",
      "url": "/characters",
      "icons": [
        {
          "src": "/icons/shortcut-characters.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
