app-store/apps/pairdrop/config.json
DrMxrcy 9a73d01634
Add Pairdrop (#337)
* Add Pairdrop

* Update config.json

* Update config.json

* Update config.json

* Update config.json

* Update to 1.6.2
2023-04-24 09:17:59 -04:00

18 lines
562 B
JSON

{
"$schema": "../schema.json",
"name": "PairDrop",
"port": 8182,
"available": true,
"exposable": true,
"force_expose": true,
"id": "pairdrop",
"tipi_version": 1,
"version": "1.6.2",
"categories": ["media", "data", "utilities"],
"description": "Local file sharing in your browser. Inspired by Apple's AirDrop",
"short_desc": "Local file sharing in your browser. Inspired by Apple's AirDrop",
"author": "schlagmichdoch",
"source": "https://github.com/schlagmichdoch/PairDrop",
"website": "https://pairdrop.net/",
"form_fields": []
}