From 49a14ca5601d5af299abb15238535df262da6ef1 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Fri, 23 Oct 2020 20:27:13 +0200 Subject: [PATCH] catalog for setup script added Signed-off-by: Benny Samir Hierl --- catalog.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 catalog.json diff --git a/catalog.json b/catalog.json new file mode 100644 index 0000000..1364eba --- /dev/null +++ b/catalog.json @@ -0,0 +1,28 @@ +{ + "widgets": [ + { + "name": "Countdown", + "scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/Countdown.js", + "previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight.jpeg", + "descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#countdown" + }, + { + "name": "Covid-19 7-Day-Inzidenz for Düsseldorf", + "scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/Covid-19.js", + "previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewLight.jpeg", + "descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#covid-19-7-day-inzidenz-for-d%C3%BCsseldorf" + }, + { + "name": "Vodafone DE remaining data volume", + "scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/VodafoneDE.js", + "previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewLight.jpeg", + "descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#vodafone-de-remaining-data-volume" + }, + { + "name": "VRR-Monitor", + "scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/VRR-Monitor.js", + "previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewLight.jpeg", + "descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#vrr-monitor" + } + ] +} \ No newline at end of file