{
  "name": "DADOMA Партнёр",
  "short_name": "DADOMA",
  "description": "Личный кабинет партнёра DADOMA",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f6f6",
  "theme_color": "#f24f33",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Заказы",
      "short_name": "Заказы",
      "description": "Активные заказы",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}