Duplicate "cookies" permissions in webextension/manifest.json #60 (#61)

This commit is contained in:
Andrea Marchesini
2017-01-10 10:25:41 +00:00
committed by Jonathan Kingston
parent aeddb7c3ad
commit 398ea9907f
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -21,8 +21,7 @@
"permissions": [
"cookies",
"tabs",
"cookies"
"tabs"
],
"browser_action": {