{
  "name": "ГеоБлог.рф",
  "short_name": "ГеоБлог",
  "description": "Карта путешествий России — геозаметки, маршруты, события",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "navigation", "lifestyle"],
  "lang": "ru",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share-moment",
    "method": "GET",
    "params": {
      "url":   "url",
      "title": "title",
      "text":  "text"
    }
  },
  "related_applications": [],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Карта",
      "short_name": "Карта",
      "description": "Открыть карту",
      "url": "/map",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Планировщик",
      "short_name": "Маршрут",
      "description": "Создать маршрут",
      "url": "/planner",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Заметки",
      "short_name": "Заметки",
      "description": "Мои геозаметки",
      "url": "/posts",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}

