🗃️ Adds scema doc for searchBangs

This commit is contained in:
Alicia Sykes 2021-09-11 21:05:32 +01:00
parent 6e96c12738
commit b901a04d4a
1 changed files with 6 additions and 0 deletions

View File

@ -264,6 +264,12 @@
"searchBangs": {
"type": "object",
"additionalProperties": true,
"examples": [
{
"/r": "reddit",
"!w": "https://whoogle.local/search?q="
}
],
"description": "A KV-pair of custom search bangs. The key should be the shortcut to type, and the value is the search engine, specified either by key or full URL"
}
}