blob: 20c058e7406673b548b54e6602ab582622da3c9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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"
|