From a0a426386ade76df29c1ac6d9835f2d204b1683a Mon Sep 17 00:00:00 2001 From: Jia Wei Lee Date: Wed, 5 Jan 2022 09:56:28 +0800 Subject: [PATCH] added Lominus to apps.json --- apps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps.json b/apps.json index f95b30e..a1d6b4a 100644 --- a/apps.json +++ b/apps.json @@ -69,5 +69,14 @@ "url": "https://tlylt.github.io/from-the-future/", "icon_url": "https://raw.githubusercontent.com/tlylt/from-the-future/master/public/android-chrome-512x512.png", "tags": ["education", "life", "advice"] + }, + { + "name": "Lominus", + "description": "Lominus is a tool to automatically sync Luminus files onto your local storage for easy access at a fixed interval of your choice, amongst many other features. It is designed to run on Windows, macOS and Linux operating systems.", + "author": "Lee Jia Wei and Lee Jia Jun", + "url": "https://github.com/Beebeeoii/lominus/releases", + "repository_url": "https://github.com/Beebeeoii/lominus", + "icon_url": "https://github.com/Beebeeoii/lominus/blob/master/assets/app-icon.png?raw=true", + "tags": ["luminus", "file", "sync"] } ]