app-store/apps/emulatorjs/config.json

23 lines
527 B
JSON
Raw Permalink Normal View History

2023-03-21 04:03:07 +00:00
{
"$schema": "../schema.json",
"name": "Emulatorjs",
"port": 8164,
"available": true,
"exposable": true,
"id": "emulatorjs",
"tipi_version": 14,
"version": "1.9.0",
"categories": [
"gaming"
],
2023-03-21 04:03:07 +00:00
"description": "Self-hosted Javascript emulation for various system.",
"short_desc": "Self-hosted Javascript emulation for various system.",
"author": "EmulatorJS",
"source": "https://github.com/EmulatorJS/EmulatorJS",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2023-03-21 04:03:07 +00:00
}