From 4d6c438c9dc60fce14882eb6aca6dcb428eb902f Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:51:17 +0100 Subject: [PATCH] Update catalog.json --- Widget-Catalog/catalog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Widget-Catalog/catalog.json b/Widget-Catalog/catalog.json index 484c04f..dc0b838 100644 --- a/Widget-Catalog/catalog.json +++ b/Widget-Catalog/catalog.json @@ -27,6 +27,13 @@ "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/VRR-Monitor/README.md" + }, + { + "name": "Where did I park my car?", + "version": "1.0.1", + "scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/car-location.js", + "previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/car-location/previewLight.jpeg", + "descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/car-location/README.md" } ] }