{
  "name": "Ведар",
  "short_name": "Ведар",
  "description": "Полевой инструмент Камчатки. Маршруты, безопасность, SOS, проводник Кузьмич.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafaf9",
  "theme_color": "#0f172a",
  "lang": "ru",
  "dir": "ltr",
  "categories": [
    "travel",
    "navigation",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/map.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Офлайн-карта Камчатки"
    },
    {
      "src": "/images/screenshots/routes.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Маршруты и места"
    },
    {
      "src": "/images/screenshots/sos.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SOS и безопасность"
    }
  ],
  "shortcuts": [
    {
      "name": "Карта Камчатки",
      "short_name": "Карта",
      "url": "/map",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Кузьмич",
      "short_name": "Кузьмич",
      "url": "/ai-assistant",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "SOS — экстренная помощь",
      "short_name": "SOS",
      "url": "/emergency",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}