Hi,
I am creating a new tab extension.
I read about the new Chrome policy that requires to use chrome.search api if the extension includes a web search. Did I understand the policy correctly?
I would like my new tab extension to include a new search engine, so it is added to list of search engine available in settings. I understand to not be in conflict with single purpose policy, my extension cannot change the default search engine, so I set it to default: false like that
So now, I load the extension in developer mode but the new search engine is not listed in chrome://settings/searchEngines. Why?
My goal here is not let the user choose this new search engine in settings if that is his/her wish and use chrome.search API for the web search box of my extension.
Thank you,
Jean