{
  "name": "RM - ДОСТАВКА ЕДЫ",
  "short_name": "ДОСТАВКА ЕДЫ",
  "description": "R&M - cеть семейных кафе",
  "start_url": "https://cafenf.ru/",
  "Scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "ru",
  "background_color": "#dc0028",
  "theme_color": "#dc0028",
  "categories": [
    "food"
  ],
  "manifestUrl": "https://cafenf.ru/site.webmanifest",
  "related_applications": [],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/icons/logo_pwa_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },    
    {
      "src": "/assets/icons/logo_pwa_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Пиццерия",
      "url": "/pizzeria/dostavka/",
      "description": "Доставка от еды кафе Пиццерия",
      "icons": [
        {
          "src": "/assets/icons/pizzeria.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Рим-Кафе",
      "url": "/rimcafe/dostavka/",
      "description": "Доставка еды от Рим-Кафе",
      "icons": [
        {
          "src": "/assets/icons/rimcafe.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Buffet",
      "url": "/buffet/dostavka/",
      "description": "Доставка еды от Buffet",
      "icons": [
        {
          "src": "/assets/icons/buffet.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Оставить отзыв",
      "url": "/feedback",
      "description": "Доставка еды от Buffet",
      "icons": [
        {
          "src": "/assets/icons/review.png",
          "type": "image/png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    }
  ],
  
  "screenshots": [
    {
      "src": "screenshot.jpg",
      "sizes": "1280x720",
      "type": "image/jpg"
    } 
    
  ]
}