--- title: screenshots slug: Web/Manifest/screenshots tags: - Manifest - Screenshots - Web translation_of: Web/Manifest/screenshots ---
Type | Object |
---|---|
Mandatory | No |
Example |
"screenshots": [ { "src": "screenshot.webp", "sizes": "1280x720", "type": "image/webp" } ] |
screenshots
определяет массив снимков экрана, предназначенных для демонстрации приложения. Эти изображения предназначены для использования в прогрессивных веб-приложениях магазинов.
"screenshots" : [ { "src": "screenshot1.webp", "sizes": "1280x720", "type": "image/webp" }, { "src": "screenshot2.webp", "sizes": "1280x720", "type": "image/webp" } ]
Specification | Status | Comment | Feedback |
---|---|---|---|
{{SpecName('Manifest', '#screenshots-member', 'screenshots')}} |
{{Spec2('Manifest')}} |
Initial definition. |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("html.manifest.screenshots")}}