{
  "id": "/?source=pwa",
  "name": "Егерь ИИ",
  "short_name": "Егерь",
  "description": "ИИ-помощник рыбака: прогноз клёва, новости, дневник уловов",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111e",
  "theme_color": "#07111e",
  "lang": "ru",
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Спросить ИИ",
      "short_name": "ИИ",
      "url": "/?tab=chat",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Добавить улов",
      "short_name": "+ Улов",
      "url": "/?action=add-catch",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Прогноз клёва",
      "short_name": "Клёв",
      "url": "/?tab=home",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/?action=add-catch",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "photo", "accept": ["image/*"] }]
    }
  },
  "screenshots": [],
  "categories": ["sports", "lifestyle", "weather"]
}
