{
  "name": "LESKOV — Платформа артистов",
  "short_name": "LESKOV",
  "description": "Платформа для эстонских артистов и их фан-сообществ: лента, музыка, истории, видео-круги, звонки, LSV.",
  "id": "/",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "lang": "ru",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#090b17",
  "background_color": "#090b17",
  "categories": [
    "music",
    "entertainment",
    "social"
  ],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "auto"
  },
  "icons": [
    {
      "src": "/images/icon-192x192.png?v=20260616r3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512x512.png?v=20260616r3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/maskable-icon-192x192.png?v=20260616r3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/maskable-icon-512x512.png?v=20260616r3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LESKOV — мобильный вид"
    },
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LESKOV — широкий вид"
    }
  ],
  "shortcuts": [
    {
      "name": "Лента",
      "short_name": "Лента",
      "url": "/feed.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Voo",
      "short_name": "Voo",
      "url": "/feed.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Сообщения",
      "short_name": "Чат",
      "url": "/messages.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sõnumid",
      "short_name": "Vestlus",
      "url": "/messages.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Уведомления",
      "short_name": "Колокол",
      "url": "/notifications.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Teavitused",
      "short_name": "Teavitused",
      "url": "/notifications.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Premium-плеер",
      "short_name": "Плеер",
      "url": "/profile.php?tab=player",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Premium-mängija",
      "short_name": "Mängija",
      "url": "/profile.php?tab=player",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Поиск",
      "short_name": "Поиск",
      "url": "/search.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Otsing",
      "short_name": "Otsing",
      "url": "/search.php",
      "icons": [
        {
          "src": "/images/icon-192x192.png?v=20260616r3",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/profile.php?share_target=pwa",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_media",
          "accept": [
            "image/*",
            "video/*",
            "audio/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "name": "Медиа LESKOV",
      "action": "/profile.php?file_handler=pwa",
      "accept": {
        "image/*": [
          ".jpg",
          ".jpeg",
          ".png",
          ".gif",
          ".webp"
        ],
        "video/*": [
          ".mp4",
          ".mov",
          ".webm",
          ".m4v"
        ],
        "audio/*": [
          ".mp3",
          ".wav",
          ".ogg",
          ".m4a"
        ]
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    {
      "protocol": "web+leskov",
      "url": "/profile.php?deep_link=%s"
    }
  ],
  "handle_links": "preferred"
}