{
    "manifest_version": 3,
    "version": "0.1",
    "name": "Эвакуатор Гарант",
    "short_name": "Эвакуатор",
    "description": "Услуги Эвакуатора в Бишкеке",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0b0f17",
    "theme_color": "#0b0f17",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "ru",
    "icons": [
      {
        "src": "/src/img/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/src/img/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
    "categories": ["productivity", "utilities"],
    "shortcuts": [
      {
        "name": "Главная",
        "short_name": "Главная",
        "description": "Открыть главную страницу",
        "url": "/",
        "icons": [{ "src": "/src/img/icon-192.png", "sizes": "192x192" }]
      },
      {
        "name": "Цены",
        "short_name": "Цены",
        "description": "Посмотреть цены",
        "url": "/prices",
        "icons": [{ "src": "/src/img/icon-192.png", "sizes": "192x192" }]
      }
    ]
  }