From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- data/app.toml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 data/app.toml (limited to 'data') diff --git a/data/app.toml b/data/app.toml new file mode 100644 index 0000000..20c058e --- /dev/null +++ b/data/app.toml @@ -0,0 +1,47 @@ +# App definition +# [apt-pkg-name] +# name = "App Name" #required +# info = "This is a Template App" #required +# url = "https://app.example.org" #required +# tags = ["internet", #optional [array]; catagories +# "communication"] + +[firefox-esr] +name = "Firefox" +info = "Free and Open Source Browser" +url = "https://mozilla.org/firefox" + +[chromium] +name = "Chromium" +info = "Free and Open Source Browser" +url = "https://chromium.org" + +[qbittorrent] +name = "qBittorrent" +info = "Free and Open-Source Bittorrent Client" +url = "https://qbittorrent.org/" + +[libreoffice] +name = "LibreOffice" +info = "Free and Open-Source Office Suite" +url = "https://libreoffice.org" + +[code] +name = "Visual Studio Code" +info = "Free and Open-Source Text Editor (memory hog)" +url = "https://qbittorrent.org/" + +[vlc] +name = "VLC" +info = "Free and Open-Source Media Player" +url = "https://qbittorrent.org/" + +[super-tuxcart] +name = "SuperTuxCart" +info = "Free and Open-Source Cart racing game" +url = "https://qbittorrent.org/" + +[mousepad] +name = "Mousepad" +info = "Lightweight Text Editor" +url = "https://xfce.org" -- cgit v1.2.3