From 7938cdf19f46babdedf1e90109aa616ffb78b468 Mon Sep 17 00:00:00 2001 From: Matt May <144485976+Mattm27@users.noreply.github.com> Date: Wed, 22 May 2024 21:06:14 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19f27a0..c69ca9c 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,9 @@ The following procedure is for testing the OptMeowt extension UI, which cannot b "permissions": [ "declarativeNetRequest", "webRequest", + "webRequestBlocking", "webNavigation", + "", "storage", "activeTab", "cookies", @@ -192,7 +194,9 @@ The following procedure is for testing the OptMeowt extension UI, which cannot b - `declarativeNetRequest`: Allows OptMeowt to modify rules, allowing us to send the GPC header - `webRequest`: Pauses outgoing HTTP requests to append opt out headers +- `webRequestBlocking`: Allows an extension to intercept and potentially block, modify, or redirect web requests before they are completed - `webNavigation`: Similar to `webRequest`, allows OptMeowt to check when navigation requests are made to reset processes +- ``: Gives OptMeowt permission to access and interact with the content and data of any website visited by the browser - `storage`: Allows OptMeowt to save your opt out preferences in your browser - `activeTab`: Allows OptMeowt to set opt out signals on your active browser tab - `cookies`: Allows OptMeowt to place opt out cookies in your browser