From 65661957d05a8f441301e782ff75982793fe2f95 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 17 Jul 2023 15:29:31 -0400 Subject: [PATCH] chore: update web_accessible_resources --- assets/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/manifest.json b/assets/manifest.json index 2030838..8a49158 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -55,7 +55,8 @@ ], "web_accessible_resources": [ "icon@2x.png", - "auth.html" + "*.html", + "assets/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "browser_specific_settings": {