Skip to content

Commit

Permalink
Fix controlled-frame permission policy in the manifest. (#12)
Browse files Browse the repository at this point in the history
There was a typo in the policy name.
  • Loading branch information
bylicaatgoogle authored Jan 6, 2025
1 parent 362fcac commit 02d3a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/.well-known/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"permissions_policy": {
"cross-origin-isolated": ["self"],
"direct-sockets": ["self"],
"controlledframe": ["self"],
"controlled-frame": ["self"],
"window-management": ["self"],
"all-screens-capture": ["self"]
}
Expand Down

0 comments on commit 02d3a4e

Please sign in to comment.