app-store/apps/nitter/config.json

18 lines
498 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Nitter",
"available": true,
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8106,
"id": "nitter",
"tipi_version": 3,
2022-08-24 09:26:38 +00:00
"version": "latest",
2022-07-28 17:46:12 +00:00
"categories": ["social"],
"description": "A free and open source alternative Twitter front-end focused on privacy and performance.",
"short_desc": "Twitter without annoyances!",
"author": "zedeus",
"source": "https://github.com/zedeus/nitter",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}