Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Progressive web apps
  3. Web app manifest
  4. Reference
  5. description

description

Limited availability

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

Thedescription manifest member is used to explain the core features or functionality of your web application.This text helps users understand your app's purpose when viewing it in an app store.

Note:Thedescription member is optional, and app stores may not use this text when presenting your app.

Syntax

json
"description": "Track your daily tasks and plan your projects efficiently."

Values

description

A string that describes your web app.

Description

Thedescription member is supplementary metadata that does not affect the app's runtime behavior or how browsers present the app.Its value is used in app stores and other distribution platforms to help users understand what your app does.Additionally, it provides an accessible description of your installed app.

Examples

Adding a description for a meal planning web app

Simpledescription in left-to-right language:

json
{  "name": "Meal Planner",  "description": "Plan your weekly meals and automatically generate shopping lists. Track nutrition and discover recipes."}

Specifications

Specification
Web App Manifest - Application Information
# description-member

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp