added new app: bentopdf (1.0.2)

This commit is contained in:
Markus 2025-10-21 23:24:57 +02:00
parent a535c098e0
commit e93b5eb210
4 changed files with 309 additions and 0 deletions

24
apps/bentopdf/config.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "Bento PDF",
"id": "bentopdf",
"available": true,
"short_desc": "A Privacy First PDF Toolkit",
"author": "alam00000",
"port": 8261,
"categories": [
"utilities"
],
"description": "BentoPDF is a powerful, privacy-first, client-side PDF toolkit that allows you to manipulate, edit, merge, and process PDF files directly in your browser. No server-side processing is required, ensuring your files remain secure and private.",
"tipi_version": 1,
"version": "v1.0.2",
"source": "https://bentopdf.com/",
"exposable": true,
"supported_architectures": [
"arm64",
"amd64"
],
"created_at": 1761081578350,
"updated_at": 1761081578350,
"dynamic_config": true,
"form_fields": []
}