From bcac914e89e05d7db457504d1d6d5a131a2af132 Mon Sep 17 00:00:00 2001 From: bylicaatgoogle Date: Tue, 24 Dec 2024 15:07:08 +0100 Subject: [PATCH] Fix controlled-frame permission policy in the manifest. There was a typo in the policy name. --- public/.well-known/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.well-known/manifest.webmanifest b/public/.well-known/manifest.webmanifest index da6c3b7..1842f50 100644 --- a/public/.well-known/manifest.webmanifest +++ b/public/.well-known/manifest.webmanifest @@ -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"] }