customize search engine

This commit is contained in:
Nriver
2023-05-04 14:57:33 +08:00
parent 5ea8226996
commit 22587ee6b5
4 changed files with 97 additions and 3 deletions

View File

@@ -61,7 +61,9 @@ const ALLOWED_OPTIONS = new Set([
'downloadImagesAutomatically',
'minTocHeadings',
'checkForUpdates',
'disableTray'
'disableTray',
'customSearchEngineName',
'customSearchEngineUrl',
]);
function getOptions() {