mirror of
https://github.com/zadam/trilium.git
synced 2026-07-08 11:52:27 +02:00
fix(web-clipper): the storage API will not work with a temporary addon ID
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user