{
  "name": "Shooters Portal",
  "short_name": "Shooters Portal",
  "description": "Веб-приложение для стрелка",
  "id": "/index.html",
  "start_url": "/index.html",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "utilities"],
  "protocol_handlers": [
    {
      "protocol": "web+shootersportal",
      "url": "/index.html?pwa-protocol=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/pwa-narrow.png",
      "type": "image/png",
      "sizes": "220x471",
      "form_factor": "narrow",
      "label": "Интерфейс на смартфоне"
    }
  ],
  "shortcuts": [
    {
      "name": "Группы",
      "short_name": "Группы",
      "description": "Открыть страницу групп",
      "url": "/groups.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Тренировки",
      "short_name": "Тренировки",
      "description": "Открыть страницу тренировок",
      "url": "/trainings.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Оружие",
      "short_name": "Оружие",
      "description": "Открыть страницу оружия",
      "url": "/guns.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Боеприпасы",
      "short_name": "Боеприпасы",
      "description": "Открыть страницу боеприпасов",
      "url": "/ammo.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Обратная связь",
      "short_name": "Обратная связь",
      "description": "Открыть страницу обратной связи",
      "url": "/feedback.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Упражнения",
      "short_name": "Упражнения",
      "description": "Открыть страницу упражнений",
      "url": "/exercise.html",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}

