short_name

Limited availability

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

String
必須 はい

short_name メンバーは文字列で、 name を表示するのに十分なスペースがない場合 (例えば、携帯電話のホーム画面にあるアイコンのラベルなど) に、ユーザーに表示するウェブアプリケーションの名前を表します。 short_name は書字方向に対応しており、 dir および lang の各マニフェストメンバーの値に基づいて左書きで表示されたり右書きで表示されたりします。

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

json
"name": "Awesome application",
"short_name": "Awesome app"

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

json
"dir": "rtl",
"lang": "ar",
"name": "تطبيق رائع",
"short_name": "رائع"

仕様書

Specification
Web Application Manifest
# short_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
short_name

Legend

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

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