i want to change the search link by language
example default search engine (Lang EN):
"chrome_settings_overrides": {
"search_provider": {
"name": "Example",
"keyword": "example",
"search_url": "https://example.com/search/?q={searchTerms}",
"favicon_url": "https://example.com/favicon.ico",
"encoding": "UTF-8",
"is_default": true
}
},
and in Italian i want to change the search link
from https://example.com/search/?q={searchTerms}
to https://example.com/it/search/?q={searchTerms}
how i can do this? is this possible?