export const SUPPORTED_SERACH_PROVIDERS = [
{
label: "Google",
value: "google"
},
label: "DuckDuckGo",
value: "duckduckgo"
label: "Sogou",
value: "sogou"
}
]