Skip to content

Commit

Permalink
Add fullscreen permission policy for fullscreen popups
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wasserman committed Oct 19, 2023
1 parent 386808e commit cda755e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"display_override": ["borderless", "window-controls-overlay"],
"permissions_policy": {
"cross-origin-isolated": ["self"],
"window-management": ["self"]
"window-management": ["self"],
"fullscreen": ["self"]
},
"isolated_storage": true,
"icons": [
Expand Down

0 comments on commit cda755e

Please sign in to comment.