mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"name": "@NOOBS_DISTRO@",
|
|
"version": "@LIBREELEC_VERSION@",
|
|
"release_date": "@RELEASE_DATE@",
|
|
"kernel": "@KERNEL_VERSION@",
|
|
"description": "@DESCRIPTION@",
|
|
"username": "root",
|
|
"password": "@ROOT_PASSWORD@",
|
|
"supported_hex_revisions": "@NOOBS_HEX@",
|
|
"supported_models": [@NOOBS_SUPPORTED_MODELS@],
|
|
"url": "@PINN_URL@",
|
|
"group": "@PINN_GROUP@",
|
|
"supports_backup": true,
|
|
"download_size": @PINN_DOWNLOAD_SIZE@
|
|
}
|