From c39b9e6513d6ece47241d2aced3b3cee553cff58 Mon Sep 17 00:00:00 2001 From: meiphoo7-Mae <95827976+meiphoo7-Mae@users.noreply.github.com> Date: Sun, 3 Sep 2023 02:23:38 +0200 Subject: add Wikipedia recipe (#401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --------- Co-authored-by: AndreĢ Oliveira --- recipes/wikipedia/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/wikipedia/package.json (limited to 'recipes/wikipedia/package.json') diff --git a/recipes/wikipedia/package.json b/recipes/wikipedia/package.json new file mode 100644 index 0000000..2c837ef --- /dev/null +++ b/recipes/wikipedia/package.json @@ -0,0 +1,11 @@ +{ + "id": "wikipedia", + "name": "Wikipedia", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://www.wikipedia.org/", + "hasHostedOption": true, + "hasCustomUrl": true + } +} -- cgit v1.2.3-70-g09d2