mirror of
https://github.com/zadam/trilium.git
synced 2026-02-06 13:54:27 +01:00
fix(web-clipper): the storage API will not work with a temporary addon ID
This commit is contained in:
parent
957590523c
commit
a9218960e9
@ -48,10 +48,5 @@
|
||||
"default": "Ctrl+Shift+E"
|
||||
}
|
||||
}
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "{1410742d-b377-40e7-a9db-63dc9c6ec99c}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,6 +10,11 @@ export default defineConfig({
|
||||
"<all_urls>",
|
||||
"storage",
|
||||
"contextMenus"
|
||||
]
|
||||
],
|
||||
browser_specific_settings: {
|
||||
gecko: {
|
||||
id: "{1410742d-b377-40e7-a9db-63dc9c6ec99c}"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user