From 21eab35e4527609612d53d31b35d6879c1abaa5d Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 27 Jul 2023 21:13:13 +0800 Subject: [PATCH] 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 3204b7d..a408de0 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -13,6 +13,6 @@ "service_worker": "background.js", "type": "module" }, - "permissions": ["tabs", "activeTab", "storage"], + "permissions": ["tabs", "activeTab", "storage", "cookies", "scripting"], "host_permissions": ["*://s/*"] }