{
  "id": "/",
  "name": "БАЗИЛИК",
  "short_name": "БАЗИЛИК",
  "description": "Онлайн-заказ еды на самовывоз — БАЗИЛИК",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#F3EAD6",
  "theme_color": "#1A3C34",
  "orientation": "portrait",
  "categories": ["food", "shopping"],
  "icons": [
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Меню",
      "short_name": "Меню",
      "url": "/menu",
      "icons": [{ "src": "/img/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Корзина",
      "short_name": "Корзина",
      "url": "/cart",
      "icons": [{ "src": "/img/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
