{
  "id": "/webpush/",
  "name": "Web Push Client",
  "short_name": "Web Push",
  "description": "Подписка PWA на Web Push уведомления",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef2f8",
  "theme_color": "#172033",
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}