diff options
author | 2025-08-28 23:34:16 +0200 | |
---|---|---|
committer | 2025-08-28 23:34:16 +0200 | |
commit | d40bb5d0211ed6eb89ceccd12b5e714e3b66d0fa (patch) | |
tree | f1524a10d69069fdf4b5e268d9484e2dfa80b3ff | |
parent | 4dc1882f5ac870d065fc1588512006e28685391d (diff) | |
download | evaltool-master.tar.gz evaltool-master.tar.bz2 evaltool-master.tar.lz evaltool-master.zip |
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 880b4a6..98ee35d 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,9 @@ "contextMenus", "theme", "storage", - "unlimitedStorage" + "unlimitedStorage", + "webRequest", + "webRequestBlocking" ], "optional_permissions": [ "activeTab", @@ -31,8 +33,6 @@ "tabGroups", "tabs", "topSites", - "webRequest", - "webRequestBlocking", "webNavigation", "<all_urls>" ], |