{
  "name": "Совместные поездки",
  "short_name": "Совместные поездки",
  "description": "Совместные поездки по городу – находите пользователей с совпадающими направлениями, создавайте группы и общайтесь в чате",
  "start_url": "/trips?utm_source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#121212",
  "theme_color": "#4CAF50",
  "orientation": "portrait-primary",
  "categories": ["travel", "social", "maps", "utilities"],
  "lang": "ru-RU",
  "dir": "ltr",
  "id": "poputchik-v1",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    { "src": "/static/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/static/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/static/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/static/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/static/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/static/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/static/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Найти маршрут",
      "short_name": "Поиск",
      "description": "Поиск совпадающих маршрутов",
      "url": "/trips",
      "icons": [
        {
          "src": "/static/icons/search-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Опубликовать маршрут",
      "short_name": "Создать",
      "description": "Опубликовать новое направление",
      "url": "/trips?action=create",
      "icons": [
        {
          "src": "/static/icons/create-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Мои маршруты",
      "short_name": "Мои",
      "description": "Активные и архивные маршруты",
      "url": "/profile/active",
      "icons": [
        {
          "src": "/static/icons/drive-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/trips-page.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Список маршрутов"
    },
    {
      "src": "/static/screenshots/chat-page.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Общий чат маршрута"
    },
    {
      "src": "/static/screenshots/profile-page.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Профиль пользователя"
    },
    {
      "src": "/static/screenshots/create-trip.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Публикация маршрута"
    },
    {
      "src": "/static/screenshots/create-trip2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Список маршрутов"
    },
    {
      "src": "/static/screenshots/create-permanent-trips.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Настройка повторяющихся маршрутов"
    },
    {
      "src": "/static/screenshots/feedback.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Обратная связь"
    },
    {
      "src": "/static/screenshots/help.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Помощь"
    },
    {
      "src": "/static/screenshots/help2.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Помощь2"
    },
    {
      "src": "/static/screenshots/notifications.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Уведомления"
    }
  ]
}