aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2025-08-16 04:13:03 +0200
committerache <ache@ache.one>2025-08-16 04:44:19 +0200
commite66a94fd0150eaae5a191ac25a7d2a2d1e32a757 (patch)
tree0e4d08f417584805a98747879ddc651040d0048f
parentFix icons of manifest (diff)
Allow download permission
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index ae117ce..0912f30 100644
--- a/manifest.json
+++ b/manifest.json
@@ -20,7 +20,7 @@
"default_title": "Check Cert",
"default_popup": "control.html"
},
- "permissions": ["webRequest", "webRequestBlocking", "<all_urls>", "storage"],
+ "permissions": ["webRequest", "webRequestBlocking", "<all_urls>", "storage", "downloads"],
"background": {
"scripts": ["background.js"]
},