diff --git a/assets/icon.png b/assets/icon.png index cfd931b..f45b8fd 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/src/background/messages/declarative-net-request.ts b/src/background/messages/declarative-net-request.ts index 07bbb78..2b7a836 100644 --- a/src/background/messages/declarative-net-request.ts +++ b/src/background/messages/declarative-net-request.ts @@ -54,12 +54,10 @@ const handler: PlasmoMessaging.MessageHandler = async (req, res) => }); if (chrome.runtime.lastError?.message) throw new Error(chrome.runtime.lastError.message); - const currentRules = await chrome.declarativeNetRequest.getDynamicRules(); res.send({ success: true, body: req.body, - currentRules, }); } catch (err) { res.send({