name

Limited availability

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

String
必須 はい

name メンバーは文字列で、ウェブアプリケーションの名前を通常ユーザーに表示される形 (例えば、他のアプリケーションとのリストの中や、アイコンのラベルなど) で表します。 name は書字方向に対応しており、 dir および lang の各マニフェストメンバーの値に基づいて左書きで表示されたり右書きで表示されたりします。

単純な name を左書き言語で:

json
"name": "Awesome application"

アラビア語で右書きの name:

json
"dir": "rtl",
"lang": "ar",
"name": "!أنا من التطبيق"

仕様書

Specification
Web Application Manifest
# name-member

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
name

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.