From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/manifest/screenshots/index.html | 75 ++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 files/ja/web/manifest/screenshots/index.html (limited to 'files/ja/web/manifest/screenshots') diff --git a/files/ja/web/manifest/screenshots/index.html b/files/ja/web/manifest/screenshots/index.html new file mode 100644 index 0000000000..b7cbd8d6b7 --- /dev/null +++ b/files/ja/web/manifest/screenshots/index.html @@ -0,0 +1,75 @@ +--- +title: screenshots +slug: Web/Manifest/screenshots +tags: + - Manifest + - Screenshots + - Web +translation_of: Web/Manifest/screenshots +--- +
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+ + + + + + + + + + + + +
Object
必須いいえ
+ +

screenshots メンバーはアプリケーションのショーケースに向けたスクリーンショットの配列を定義します。これらの画像はプログレッシブウェブアプリストアで使用することを意図しています。

+ +

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

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書状態備考フィードバック
+

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ + + +

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

-- cgit v1.2.3-54-g00ecf