We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8508614 commit e2e77c2Copy full SHA for e2e77c2
browserAction/script.js
@@ -18,7 +18,7 @@ async function onGot(tabs){
18
if (config.private) {
19
cookies = await browser.cookies.getAll({
20
storeId: tab.cookieStoreId
21
- }).then((cookies) => cookies);
+ });
22
};
23
24
let data = {url: tab.url , listing: 0}
manifest.json
@@ -45,6 +45,9 @@
45
"optional_permissions": [
46
"cookies"
47
],
48
+ "host_permissions": [
49
+ "<all_urls>"
50
+ ],
51
"permissions": [
52
"activeTab",
53
"scripting",
0 commit comments