From e25bf237d54f140dc9300a90327235c8cccc96cf Mon Sep 17 00:00:00 2001 From: IanStanion-google <112102430+IanStanion-google@users.noreply.github.com> Date: Mon, 15 May 2023 09:42:11 -0400 Subject: [PATCH] Update manifest.json --- api-samples/webRequest/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-samples/webRequest/manifest.json b/api-samples/webRequest/manifest.json index 4daada2e..cef5afcb 100644 --- a/api-samples/webRequest/manifest.json +++ b/api-samples/webRequest/manifest.json @@ -7,6 +7,6 @@ }, "permissions": [ "webRequest", - "webRequestAuthProvider", + "webRequestAuthProvider" ] }