How do I add Qwant (or another) as search engine plugin ?

I would like to add Qwant as a search engine. I haven’t found how to add a search engine in the tutorial. How could I do that?

I also would like to know if the queries to search engines (Google, etc.) are done anonymously, or with our profile.

The following plugin was basically done by pasting the URL lite.qwant.com/?p=agentOffset … ery_&t=web into the File > New Plugin… panel, testing the plugin and excluding the domain *.quant.com. More or less identical to the tutorial but I had to disable JavaScript first.


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Description</key>
	<string>Searches the Web using Qwant</string>
	<key>EngineUrl</key>
	<string>https://lite.qwant.com/?p=_agentOffset_&amp;q=_agentQuery_&amp;t=web</string>
	<key>Identifier</key>
	<string>com.devon-technologies.quant_web.plugin</string>
	<key>Info</key>
	<string>Qwant Plugin</string>
	<key>LinksNotMatching</key>
	<string>*.qwant.com*</string>
	<key>Name</key>
	<string>Qwant</string>
	<key>OffsetPerPage</key>
	<integer>1</integer>
	<key>Operators</key>
	<integer>59</integer>
	<key>ParseLinks</key>
	<true/>
	<key>ResultsPerPage</key>
	<integer>10</integer>
	<key>Start</key>
	<integer>0</integer>
	<key>Version</key>
	<string>1.0</string>
</dict>
</plist>

Some plugins require cookies, therefore it’s anonymous as long as you’re not logged into your account in DEVONagent.