mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 16:43:36 +01:00
chore(web-clipper): fix warning related to permissions
This commit is contained in:
parent
c97c69900b
commit
537d92421c
@ -12,13 +12,15 @@ export default defineConfig({
|
||||
permissions: [
|
||||
"activeTab",
|
||||
"tabs",
|
||||
"http://*/",
|
||||
"https://*/",
|
||||
"<all_urls>",
|
||||
"storage",
|
||||
"contextMenus",
|
||||
manifestVersion === 3 && "offscreen"
|
||||
].filter(Boolean),
|
||||
host_permissions: [
|
||||
"http://*/",
|
||||
"https://*/",
|
||||
"<all_urls>",
|
||||
],
|
||||
browser_specific_settings: {
|
||||
gecko: {
|
||||
// See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#id.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user