From f77dc60215f74c5b4578425a7fe9137f923b1c89 Mon Sep 17 00:00:00 2001 From: vaclavhodek Date: Sat, 27 May 2023 03:01:58 +0200 Subject: Add Localazy service recipe (#373) --- recipes/localazy/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/localazy/package.json (limited to 'recipes/localazy/package.json') diff --git a/recipes/localazy/package.json b/recipes/localazy/package.json new file mode 100644 index 0000000..daec11f --- /dev/null +++ b/recipes/localazy/package.json @@ -0,0 +1,9 @@ +{ + "id": "localazy", + "name": "Localazy", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://localazy.com/my/dashboard" + } +} -- cgit v1.2.3-54-g00ecf