15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"installable_packages": {
|
|
"thunderbird": {
|
|
"name": "Thunderbird Email Client",
|
|
"package": "thunderbird",
|
|
"verify_command": "command -v thunderbird"
|
|
},
|
|
"libreoffice": {
|
|
"name": "LibreOffice",
|
|
"package": "libreoffice-still",
|
|
"verify_command": "command -v libreoffice"
|
|
}
|
|
}
|
|
}
|