Skip to content

Commit

Permalink
Safari 17.4 adds support for web app shortcuts. (#22523)
Browse files Browse the repository at this point in the history
* Update shortcuts.json

Safari 17.4 adds support for web app shortcuts. 
https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes

* Fix ios support statement

* experimental -> false

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
jensimmons and Elchi3 authored Mar 6, 2024
1 parent 6ab267a commit e78b4ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions html/manifest/shortcuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/201964"
"version_added": "17.4"
},
"safari_ios": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit e78b4ae

Please sign in to comment.