app-store/apps/viewtube/config.json
Stavros 53f4460bab
Add arm64 support to viewtube. (#1379)
* Add arm64 support.

* Update config.json
2023-10-15 16:13:29 +03:00

17 lines
499 B
JSON

{
"$schema": "../schema.json",
"name": "ViewTube",
"port": 8180,
"available": true,
"exposable": true,
"id": "viewtube",
"tipi_version": 2,
"version": "0.12.2",
"categories": ["media"],
"description": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"short_desc": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"author": "ViewTube",
"source": "https://github.com/ViewTube/viewtube",
"form_fields": []
}