This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

screenshots

    Type Object
    Mandatory No
    Example
    json
    "screenshots": [
      {
        "src": "screenshot.webp",
        "sizes": "1280x720",
        "type": "image/webp"
      }
    ]

    screenshots определяет массив снимков экрана, предназначенных для демонстрации приложения. Эти изображения предназначены для использования в прогрессивных веб-приложениях магазинов.

    Пример

    json
    "screenshots" : [
      {
        "src": "screenshot1.webp",
        "sizes": "1280x720",
        "type": "image/webp"
      },
      {
        "src": "screenshot2.webp",
        "sizes": "1280x720",
        "type": "image/webp"
      }
    ]
    

    Спецификации

    Specification
    Web App Manifest - Application Information
    # screenshots-member

    Совместимость с браузерами