app-store/apps/emulatorjs/config.json

17 lines
462 B
JSON
Raw 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": 1,
"version": "1.7.2",
"categories": ["development"],
"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": []
}