From ae35a21e3153d836145153270ff631d9a91a012b Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 24 Jun 2025 13:40:28 +0200 Subject: [PATCH] Add bang.json --- bang.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bang.json diff --git a/bang.json b/bang.json new file mode 100644 index 0000000..53826e6 --- /dev/null +++ b/bang.json @@ -0,0 +1,13 @@ +[{ + "code":"google_search", + "name":"Google Search", + "bang":"g", + "url":"https://www.google.com/" + +},{ + "code":"bing_search", + "name":"Bing search", + "bang":"b", + "url":"https://bing.com/" +} +]