summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2023-08-02 14:19:46 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-08-02 14:20:47 +0600
commite131686760d4325ed5316033d60d5ac81ada0d1c (patch)
treed91c0b3a7175fb3f26816ea41be60cc5bd5cc9d0 /data
downloadstore-source-e131686760d4325ed5316033d60d5ac81ada0d1c.tar.gz
store-source-e131686760d4325ed5316033d60d5ac81ada0d1c.zip
Initial commit
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'data')
-rw-r--r--data/app.toml47
1 files changed, 47 insertions, 0 deletions
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"