name
型 | String |
---|---|
必須 | はい |
name
メンバーは文字列で、ウェブアプリケーションの名前を通常ユーザーに表示される形 (例えば、他のアプリケーションとのリストの中や、アイコンのラベルなど) で表します。 name
は書字方向に対応しており、 dir
および lang
の各マニフェストメンバーの値に基づいて左書きで表示されたり右書きで表示されたりします。
例
単純な name
を左書き言語で:
json
"name": "Awesome application"
アラビア語で右書きの name
:
json
"dir": "rtl",
"lang": "ar",
"name": "!أنا من التطبيق"
仕様書
Specification |
---|
Web Application Manifest # name-member |
ブラウザーの互換性
BCD tables only load in the browser