Skip to content

Commit 62ebd3d

Browse files
committed
remove 'ipfs' from manifest, no longer allowed
1 parent b6102c8 commit 62ebd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Create high-fidelity web archives directly in your browser",
44
"version": "$VERSION",
55
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
6-
"permissions": ["debugger", "contextMenus", "tabs", "activeTab", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "ipfs", "<all_urls>"],
6+
"permissions": ["debugger", "contextMenus", "tabs", "activeTab", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "<all_urls>"],
77
"background": {
88
"scripts": ["bg.js"],
99
"persistent": true

0 commit comments

Comments
 (0)