{
  "name": "TENDRY - Платформа аукционов",
  "short_name": "TENDRY",
  "description": "Профессиональная платформа для проведения коммерческих аукционов и тендеров",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1E90FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "{{ url_for('static', filename='img/icons/icon-72x72.png') }}",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-96x96.png') }}",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-128x128.png') }}",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-144x144.png') }}",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-152x152.png') }}",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-192x192.png') }}",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-384x384.png') }}",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "{{ url_for('static', filename='img/icons/icon-512x512.png') }}",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Создать аукцион",
      "short_name": "Аукцион",
      "description": "Создать новый аукцион",
      "url": "/po/create",
      "icons": [
        {
          "src": "{{ url_for('static', filename='img/icons/icon-96x96.png') }}",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Мои заявки",
      "short_name": "Заявки",
      "description": "Просмотреть мои заявки",
      "url": "/dashboard/supplier",
      "icons": [
        {
          "src": "{{ url_for('static', filename='img/icons/icon-96x96.png') }}",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
