Skip to content

Commit

Permalink
Webmanifest improvements: apps shorcut and focus-existing window (#64)
Browse files Browse the repository at this point in the history
* Add Apps to webmanifest shortcuts

Signed-off-by: Kowalski Dragon (kowalski7cc) <[email protected]>

* Set launch mode focus-existing, as webserial doesn't like multiple tabs

Signed-off-by: Kowalski Dragon (kowalski7cc) <[email protected]>

---------

Signed-off-by: Kowalski Dragon (kowalski7cc) <[email protected]>
  • Loading branch information
kowalski7cc authored Aug 12, 2024
1 parent aa260e2 commit 7a047f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"development",
"utilities"
],
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
},
"related_applications": [
{
"platform": "play",
Expand All @@ -26,6 +29,10 @@
}
],
"shortcuts": [
{
"name": "Apps",
"url": "/apps"
},
{
"name": "Files",
"url": "/archive"
Expand Down

0 comments on commit 7a047f3

Please sign in to comment.