mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 00:04:27 +01:00
chore(web-clipper): define entrypoints
This commit is contained in:
parent
f8e5f31970
commit
e4d319c7a1
@ -31,8 +31,7 @@
|
||||
],
|
||||
"js": [
|
||||
"lib/browser-polyfill.js",
|
||||
"utils.js",
|
||||
"content.js"
|
||||
"utils.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -40,13 +39,9 @@
|
||||
"scripts": [
|
||||
"lib/browser-polyfill.js",
|
||||
"utils.js",
|
||||
"trilium_server_facade.js",
|
||||
"background.js"
|
||||
"trilium_server_facade.js"
|
||||
]
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "options/options.html"
|
||||
},
|
||||
"commands": {
|
||||
"saveSelection": {
|
||||
"description": "Save the selected text into a note",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user