diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 244e8168..d3bf8ff6 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -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" } }