From 5584ad5368782285e8694043741b9e6de30217c7 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Fri, 11 Nov 2022 09:54:59 -0800 Subject: [PATCH 1/5] Add html.manifest.id BCD --- html/manifest/id.json | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 html/manifest/id.json diff --git a/html/manifest/id.json b/html/manifest/id.json new file mode 100644 index 0000000000000..f34e5c40c28c6 --- /dev/null +++ b/html/manifest/id.json @@ -0,0 +1,48 @@ +{ + "html": { + "manifest": { + "start_url": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/id", + "spec_url": "https://w3c.github.io/manifest/#id-member", + "support": { + "chrome": { + "version_added": "96" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "95" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": { + "version_added": null + }, + "opera_android": { + "version_added": null + }, + "safari": { + "version_added": null + }, + "safari_ios": { + "version_added": null + }, + "samsunginternet_android": "mirror", + "webview_android": { + "version_added": null + } + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } +} From 13674253c7545206dbb71a780a4732aaa0cd7624 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Fri, 11 Nov 2022 10:08:57 -0800 Subject: [PATCH 2/5] Update id.json --- html/manifest/id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/manifest/id.json b/html/manifest/id.json index f34e5c40c28c6..82ed3d1fd0e9b 100644 --- a/html/manifest/id.json +++ b/html/manifest/id.json @@ -1,7 +1,7 @@ { "html": { "manifest": { - "start_url": { + "id": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/id", "spec_url": "https://w3c.github.io/manifest/#id-member", From b4957846f40ccf2c60511c105be8c4f0e43cc752 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Wed, 16 Nov 2022 17:35:41 -0800 Subject: [PATCH 3/5] Update html/manifest/id.json Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- html/manifest/id.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/manifest/id.json b/html/manifest/id.json index 82ed3d1fd0e9b..949acfee3f092 100644 --- a/html/manifest/id.json +++ b/html/manifest/id.json @@ -28,9 +28,7 @@ "safari": { "version_added": null }, - "safari_ios": { - "version_added": null - }, + "safari_ios": "mirror", "samsunginternet_android": "mirror", "webview_android": { "version_added": null From 3571e141568e5da104211a2e1055a7c6ff1019f3 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Wed, 16 Nov 2022 17:36:00 -0800 Subject: [PATCH 4/5] Update html/manifest/id.json Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- html/manifest/id.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/manifest/id.json b/html/manifest/id.json index 949acfee3f092..8211ea7508722 100644 --- a/html/manifest/id.json +++ b/html/manifest/id.json @@ -30,9 +30,7 @@ }, "safari_ios": "mirror", "samsunginternet_android": "mirror", - "webview_android": { - "version_added": null - } + "webview_android": "mirror" }, "status": { "experimental": false, From 2ba49dc80231d54f5ab2385061f3b8874bf4e331 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Wed, 16 Nov 2022 17:36:25 -0800 Subject: [PATCH 5/5] Update html/manifest/id.json Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- html/manifest/id.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/html/manifest/id.json b/html/manifest/id.json index 8211ea7508722..a955b22bebd77 100644 --- a/html/manifest/id.json +++ b/html/manifest/id.json @@ -19,12 +19,8 @@ "version_added": false }, "oculus": "mirror", - "opera": { - "version_added": null - }, - "opera_android": { - "version_added": null - }, + "opera": "mirror", + "opera_android": "mirror", "safari": { "version_added": null },