{
  "name": "ГрибРадар",
  "short_name": "ГрибРадар",
  "description": "Прогноз грибной активности: карта, места, режим «Я в лесу» без связи.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D120E",
  "theme_color": "#0D120E",
  "lang": "ru",
  "dir": "ltr",
  "categories": [
    "weather",
    "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Я в лесу",
      "short_name": "Я в лесу",
      "description": "Офлайн: последний прогноз, свои места, машина и компас без связи",
      "url": "/app/profile/forest?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Мои места",
      "short_name": "Места",
      "url": "/app/places?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
