okay so I see no real reason why Zorin wouldn't do this
even I, with about 0 JavaScript knowledge was able to just whip out VSCodium and add that into base.js
quite easily
so, here we go:
/* DUCKDUCKGO
------------------------------------------------------- */
eng.duckduckgo
pageTitle: "DuckDuckGo"
logo: "duckduckgo.png"
places: {
'Search with DuckDuckGo' : ["https://duckduckgo.com/%query%", false]
}
};
there are probably other assets which also need to be added in some other files, but the basic logic is easy enough to implement.
Maybe Zorin should open source their start page, so that we can more easily contribute to making it better, similar to DuckDuckGo's community driven search results for "Calculator" or GitHub integration for instance.