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

related_applications フィールドはオブジェクトの配列で、基礎となるプラットフォームにインストール可能、またはアクセス可能なネイティブアプリケーション — たとえば、 Google Play ストアで入手可能なネイティブの Android アプリケーションなどを指定します。このようなアプリケーションは、ネイティブアプリの同等品のように、同様または同等の機能を提供するマニフェストのウェブサイトの代替品となることを意図しています。

+ +
+

注: 開発者は prefer_related_applicationstrue を設定することで、ネイティブアプリケーションがウェブアプリケーションよりも推奨されることを示すことができます。

+
+ +

+ +
"related_applications": [
+  {
+    "platform": "play",
+    "url": "https://play.google.com/store/apps/details?id=com.example.app1",
+    "id": "com.example.app1"
+  }, {
+    "platform": "itunes",
+    "url": "https://itunes.apple.com/app/example-app1/id123456789"
+  }
+]
+ +

+ +

アプリケーションオブジェクトには、次の値を入れることができます。

+ + + + + + + + + + + + + + + + + + + + + + +
メンバー説明
platformアプリケーションを見つけることができるプラットフォームです。利用できる値の一覧
urlアプリケーションを見つけることができる URL です。
id指定されたプラットフォームでアプリケーションを表す ID です。
+ +

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書状態備考フィードバック
{{SpecName('Manifest', '#related_applications-member', 'related_applications')}} +

{{Spec2('Manifest')}}

+
初回定義Web App Manifest Working Group drafts
+ +

ブラウザーの互換性

+ + + +

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

-- cgit v1.2.3-54-g00ecf