Skip to content

Commit

Permalink
Remove unused cookies permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Aug 13, 2024
1 parent 247f6d6 commit 28bb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const manifest = {
css: ["assets/css/contentStyle<KEY>.chunk.css"],
},
],
permissions: ["scripting", "storage", "tts", "activeTab", "cookies"],
permissions: ["scripting", "storage", "tts", "activeTab"],
optional_host_permissions: ["*://*/*"],
optional_permissions: [],
host_permissions: ["https://translate.google.com/*", "http://localhost:8765/*", "https://api.lingualeo.com/*"],
Expand Down

0 comments on commit 28bb80d

Please sign in to comment.