description

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

  1. background_color
  2. categories
  3. description
  4. display
  5. display_override Experimental
  6. file_handlers Experimental
  7. icons
  8. id
  9. launch_handler Experimental
  10. name
  11. note_taking Experimental
  12. orientation
  13. prefer_related_applications Experimental
  14. protocol_handlers Experimental
  15. related_applications Experimental
  16. scope
  17. screenshots
  18. serviceworker Experimental 非標準
  19. share_target Experimental
  20. short_name
  21. shortcuts
  22. start_url
  23. theme_color

description はマニフェストのメンバーで、このウェブアプリケーションの主な特性や機能を説明するために使用します。 このテキストは、アプリストアでアプリを表示した際に、ユーザーがアプリの目的を理解する手助けとなります。

メモ: description メンバーはオプションであり、アプリストアはアプリを紹介する際にこのテキストを使用しない場合があります。

構文

json
"description": "毎日のタスクを追跡し、プロジェクトを効率的に計画しましょう。"

description

このウェブアプリを説明する文字列です。

解説

description メンバーは、アプリの実行時の動作やブラウザーによるアプリの表示方法には影響しない補足的なメタデータです。 この値は、アプリストアやその他の配信プラットフォームで使用され、ユーザーがアプリの機能について理解する手助けとなります。 さらに、インストールされたアプリのアクセス可能な説明を提供します。

献立計画ウェブアプリに説明を追加

左書き言語用の単純な description です。

json
{
  "name": "献立プランナー",
  "description": "1 週間の献立を計画し、買い物リストを自動的に作成します。栄養を管理し、レシピを見つけます。"
}

仕様書

Specification
Web App Manifest - Application Information
# description-member

ブラウザーの互換性