Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update data for web app launch handler api #18427

Merged
merged 1 commit into from Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 37 additions & 4 deletions api/LaunchParams.json
Expand Up @@ -2,10 +2,10 @@
"api": {
"LaunchParams": {
"__compat": {
"spec_url": "https://wicg.github.io/manifest-incubations/#launchparams-interface",
"spec_url": "https://wicg.github.io/web-app-launch/#launchparams-interface",
"support": {
"chrome": {
"version_added": "102"
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -34,10 +34,43 @@
},
"files": {
"__compat": {
"spec_url": "https://wicg.github.io/manifest-incubations/#dom-launchparams-files",
"spec_url": "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-files-1",
"support": {
"chrome": {
"version_added": "102"
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"targetURL": {
"__compat": {
"spec_url": "https://wicg.github.io/web-app-launch/#ref-for-dom-launchparams-targeturl-7",
"support": {
"chrome": {
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
8 changes: 4 additions & 4 deletions api/LaunchQueue.json
Expand Up @@ -2,10 +2,10 @@
"api": {
"LaunchQueue": {
"__compat": {
"spec_url": "https://wicg.github.io/manifest-incubations/#launchqueue-interface",
"spec_url": "https://wicg.github.io/web-app-launch/#launchqueue-interface",
"support": {
"chrome": {
"version_added": "102"
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"setConsumer": {
"__compat": {
"spec_url": "https://wicg.github.io/manifest-incubations/#dom-launchqueue-setconsumer",
"spec_url": "https://wicg.github.io/web-app-launch/#dom-launchqueue-setconsumer",
"support": {
"chrome": {
"version_added": "102"
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
4 changes: 2 additions & 2 deletions api/Window.json
Expand Up @@ -2293,10 +2293,10 @@
},
"launchQueue": {
"__compat": {
"spec_url": "https://wicg.github.io/manifest-incubations/#dom-window-launchqueue",
"spec_url": "https://wicg.github.io/web-app-launch/#launchqueue-interface",
"support": {
"chrome": {
"version_added": "102"
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
73 changes: 73 additions & 0 deletions html/manifest/launch_handler.json
@@ -0,0 +1,73 @@
{
"html": {
"manifest": {
"launch_handler": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/launch_handler",
"spec_url": "https://wicg.github.io/web-app-launch/#launch_handler-member",
"support": {
"chrome": {
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"client_mode": {
"__compat": {
"spec_url": "https://wicg.github.io/web-app-launch/#client_mode-member",
"support": {
"chrome": {
"version_added": "110"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
46 changes: 0 additions & 46 deletions html/manifest/shortcuts.json

This file was deleted.