23 lines
527 B
JSON
23 lines
527 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Emulatorjs",
|
|
"port": 8164,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "emulatorjs",
|
|
"tipi_version": 14,
|
|
"version": "1.9.0",
|
|
"categories": [
|
|
"gaming"
|
|
],
|
|
"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"
|
|
]
|
|
}
|