Can the developer add a preference for language settings? Sometimes, I need to replace the language in the search url with something other than English.
I think just change SearchIndexURL to a setting map.
file -> manifest-v3/background.js
const SearchIndexURL = 'https://developer.mozilla.org/en-US/search-index.json';
Finally, thanks to the developers for review this Issue!