{
  "name": "АквасБор - Аквариумная студия Pro",
  "short_name": "АквасБор",
  "description": "Профессиональный помощник аквариумиста с анализом воды, подбором рыб и растений",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#159895",
  "theme_color": "#159895",
  "orientation": "portrait",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["lifestyle", "utilities", "education"],
  "prefer_related_applications": false,
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Мои аквариумы",
      "short_name": "Аквариумы",
      "description": "Управление аквариумами",
      "url": "/?section=my-aquarium",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Анализ воды",
      "short_name": "Анализ",
      "description": "Проверка параметров воды",
      "url": "/?section=water-analysis",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "use_cache": true
  }
}