From 09627a6ef023888d7832cd0ef81fb6fd646bba2b Mon Sep 17 00:00:00 2001 From: Prakash Palanisamy <51423001+RyuuPendragon@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:00:35 +0530 Subject: recipes: add initial SimpleLogin service --- recipes/simplelogin/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/simplelogin/package.json (limited to 'recipes/simplelogin/package.json') diff --git a/recipes/simplelogin/package.json b/recipes/simplelogin/package.json new file mode 100644 index 0000000..6d12b3c --- /dev/null +++ b/recipes/simplelogin/package.json @@ -0,0 +1,9 @@ +{ + "id": "simplelogin", + "name": "SimpleLogin", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://app.simplelogin.io/" + } +} -- cgit v1.2.3-70-g09d2