From 45083ed41fadbbdd0372bb671588f5d22ae929fc Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:02:29 +0100 Subject: [PATCH] Queries for "Search on Bing" activity --- src/functions/queries.json | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/functions/queries.json diff --git a/src/functions/queries.json b/src/functions/queries.json new file mode 100644 index 0000000..104e7f0 --- /dev/null +++ b/src/functions/queries.json @@ -0,0 +1,68 @@ +{ + "Translate anything": [ + "Translate welcome home to Korean", + "Translate welcome home to Japanese", + "Translate goodbye to Japanese" + ], + "Search the lyrics of a song": [ + "Debarge rhythm of the night lyrics" + ], + "Let's watch that movie again!": [ + "Alien movie", + "Aliens movie", + "Alien 3 movie", + "Predator movie" + ], + "Plan a quick getaway": [ + "Flights Amsterdam to Tokyo", + "Flights New York to Tokyo" + ], + "Discover open job roles": [ + "jobs at Microsof", + "Microsoft Job Openings", + "Jobs near me", + "jobs at Boeing worked" + ], + "You can track your package": [ + "USPS tracking" + ], + "Find somewhere new to explore": [ + "Directions to Berlin", + "Directions to Tokyo", + "Directions to New York" + ], + "Too tired to cook tonight?": [ + "KFC near me", + "Burger King near me", + "McDonalds near me" + ], + "Quickly convert your money": [ + "convert 250 USD to yen", + "convert 500 USD to yen" + ], + "Learn to cook a new recipe": [ + "How to cook ratatouille", + "How to cook lasagna" + ], + "Find places to stay": [ + "Hotels Berlin Germany", + "Hotels Amsterdam Netherlands" + ], + "How's the economy?": [ + "sp 500" + ], + "Who won?": [ + "braves score" + ], + "Gaming time": [ + "Overwatch video game", + "Call of duty video game" + ], + "Expand your vocabulary": [ + "definition definition" + ], + "What time is it?": [ + "Japan time", + "New York time" + ] +} \ No newline at end of file