Skip to content

Commit

Permalink
manifest: remove brave IPFS node detection support, as it may soon be…
Browse files Browse the repository at this point in the history
… deprecated
  • Loading branch information
ikreymer committed Jun 4, 2024
1 parent f63325c commit afca1eb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/ext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Webrecorder ArchiveWeb.page",
"description": "Create high-fidelity web archives directly in your browser",
"version": "$VERSION",
"permissions": ["debugger", "contextMenus", "tabs", "activeTab", "storage", "unlimitedStorage", "webRequest", "declarativeNetRequest"],
"permissions": ["debugger", "contextMenus", "tabs", "activeTab", "storage", "unlimitedStorage", "webRequest"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"service_worker": "bg.js"
Expand All @@ -18,13 +18,6 @@
"default_title": "Webrecorder ArchiveWeb.page",
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [{
"id": "brave-ipfs",
"enabled": true,
"path": "brave-ipfs.json"
}]
},
"web_accessible_resources": [{
"resources": [
"pdf/*",
Expand Down

0 comments on commit afca1eb

Please sign in to comment.