Skip to content

Commit

Permalink
Add direct-sockets-private permissions policy and bump the version to…
Browse files Browse the repository at this point in the history
… 0.1.1 (#49)
  • Loading branch information
GrapeGreen authored Sep 30, 2024
1 parent f81644f commit eb9ec56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/.well-known/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "/",
"short_name": "Telnet",
"name": "Telnet",
"version": "0.1.0",
"version": "0.1.1",
"icons": [
{
"src": "/images/icons-vector.svg",
Expand All @@ -28,6 +28,7 @@
"scope": "/",
"permissions_policy": {
"cross-origin-isolated": ["self"],
"direct-sockets": ["self"]
"direct-sockets": ["self"],
"direct-sockets-private": ["self"]
}
}

0 comments on commit eb9ec56

Please sign in to comment.