From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../prefer_related_applications/index.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 files/ja/web/manifest/prefer_related_applications/index.html (limited to 'files/ja/web/manifest/prefer_related_applications') diff --git a/files/ja/web/manifest/prefer_related_applications/index.html b/files/ja/web/manifest/prefer_related_applications/index.html new file mode 100644 index 0000000000..c31e8772cd --- /dev/null +++ b/files/ja/web/manifest/prefer_related_applications/index.html @@ -0,0 +1,68 @@ +--- +title: prefer_related_applications +slug: Web/Manifest/prefer_related_applications +tags: + - Manifest + - Web + - prefer_related_applications + - マニフェスト +translation_of: Web/Manifest/prefer_related_applications +--- +
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+ + + + + + + + + + + + +
String
必須いいえ
+ +

prefer_related_applications メンバーは論理値で、 related_applications で挙がっているアプリケーションがこのウェブアプリケーションよりも推奨されることを示します。 prefer_related_applications メンバーが true に設定されていた場合、ユーザーエージェントはこのウェブアプリの代わりに関連アプリケーションのうちの一つをインストールするよう勧めるかもしれません。

+ +

省略された場合は、 prefer_related_applications の既定値は false になります。

+ +

+ +
"prefer_related_applications": true
+
+ +

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書状態備考フィードバック
+

{{SpecName('Manifest', '#prefer_related_applications-member', 'prefer_related_applications')}}

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ + + +

{{Compat("html.manifest.prefer_related_applications")}}

-- cgit v1.2.3-54-g00ecf