--- 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")}}