app-store/apps/nextgba/config.json
Stavros 12e2e1efad
feat: add next gba app (#2532)
* feat: add next gba app

* fix(nextgba): fix network name

* chore: make description better

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-22 22:21:57 +02:00

17 lines
470 B
JSON

{
"name": "NextGBA",
"available": true,
"port": 8435,
"exposable": true,
"id": "nextgba",
"description": "All of your favorite gameboy games in your browser",
"tipi_version": 1,
"version": "v0.0.3",
"categories": ["gaming"],
"short_desc": "Gameboy in your browser",
"author": "meienberger",
"source": "https://github.com/meienberger/nextgba",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}