🗃️ Adds searchBangs to schema and docs

This commit is contained in:
Alicia Sykes
2021-09-11 20:36:33 +01:00
parent 0f651b281a
commit 4525f86281
2 changed files with 6 additions and 0 deletions

View File

@@ -260,6 +260,11 @@
],
"default": "newtab",
"description": "Set where you would like search results to open to"
},
"searchBangs": {
"type": "object",
"additionalProperties": true,
"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"
}
}
},