diff options
| author | ache <ache@ache.one> | 2025-08-16 04:13:03 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-08-16 04:44:19 +0200 |
| commit | e66a94fd0150eaae5a191ac25a7d2a2d1e32a757 (patch) | |
| tree | 0e4d08f417584805a98747879ddc651040d0048f | |
| parent | Fix icons of manifest (diff) | |
Allow download permission
| -rw-r--r-- | manifest.json | 2 |
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"] }, |