chore(web-clipper): define entrypoints

This commit is contained in:
Elian Doran 2026-01-24 09:50:25 +02:00
parent f8e5f31970
commit e4d319c7a1
No known key found for this signature in database
8 changed files with 2 additions and 7 deletions

View File

@ -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",