cleanup manifest

This commit is contained in:
idk
2019-11-28 17:52:35 -05:00
parent 56a220136b
commit 093db8443c
3 changed files with 8 additions and 2 deletions

View File

@@ -157,3 +157,6 @@ deb: deborig
cd ../i2psetproxy.js-$(VERSION) && debuild -us -uc -rfakeroot
-include mirrors.mk
dat:
wget -c -O dat.js https://bundle.run/dat-js

View File

@@ -5,7 +5,6 @@
"strict_min_version": "60.0"
}
},
"content_security_policy": "script-src 'self' 'sha256-AT9pbzcnD9T9Agf3fMgPh55nsx/xONoULxPFvOb93Uo='; object-src 'self'",
"permissions": [
"theme",
"browsingData",
@@ -59,6 +58,11 @@
"name": "RouterConsole",
"uriTemplate": "http://127.0.0.1:7657/%s"
},
"protocol_handlers": [{
"protocol": "ext+dati2p",
"name": "Dat over I2P",
"uriTemplate": "/dat.html/%s"
},
{
"protocol": "magnet",
"name": "I2PTorrent",

View File

@@ -65,7 +65,6 @@ var contextScrub = async function(requestDetails) {
} catch (error) {
let tabInfo = await browser.tabs.getCurrent();
return tabInfo;
console.log("(scrub)Context Error", error);
}
};
if (requestDetails.tabId > 0) {