From 0ebf03eb9ba7646d400903c90a50e73af5f3b545 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 27 Jul 2023 21:19:08 +0800 Subject: [PATCH] revert: chore: fix seed data --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index a408de0..3204b7d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -13,6 +13,6 @@ "service_worker": "background.js", "type": "module" }, - "permissions": ["tabs", "activeTab", "storage", "cookies", "scripting"], + "permissions": ["tabs", "activeTab", "storage"], "host_permissions": ["*://s/*"] }