From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/manifest/screenshots/index.html | 90 ++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 files/ru/web/manifest/screenshots/index.html (limited to 'files/ru/web/manifest/screenshots') diff --git a/files/ru/web/manifest/screenshots/index.html b/files/ru/web/manifest/screenshots/index.html new file mode 100644 index 0000000000..4b91fbcdd4 --- /dev/null +++ b/files/ru/web/manifest/screenshots/index.html @@ -0,0 +1,90 @@ +--- +title: screenshots +slug: Web/Manifest/screenshots +tags: + - Manifest + - Screenshots + - Web +translation_of: Web/Manifest/screenshots +--- +
{{QuickLinksWithSubpages("/ru/docs/Web/Manifest")}}
+ + + + + + + + + + + + + + + + +
TypeObject
MandatoryNo
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"
+  }
+]
+ +

Specifications

+ + + + + + + + + + + + + + + + + + +
SpecificationStatusCommentFeedback
+

{{SpecName('Manifest', '#screenshots-member', 'screenshots')}}

+
+

{{Spec2('Manifest')}}

+
+

Initial definition.

+
+

Web App Manifest Working Group drafts

+
+ +

Browser compatibility

+ + + +

{{Compat("html.manifest.screenshots")}}

-- cgit v1.2.3-54-g00ecf