This commit is contained in:
cmclark00 2025-03-19 21:26:32 -04:00
parent 34089867a1
commit 182e9b91ae
93 changed files with 721 additions and 52 deletions

16
minimal_test.json Normal file
View file

@ -0,0 +1,16 @@
{
"os_list": [
{
"name": "Test OS 1",
"description": "A test OS for verifying functionality",
"icon": "icons/erase.png",
"url": "internal://format"
},
{
"name": "Test OS 2",
"description": "Another test OS",
"icon": "icons/erase.png",
"url": "internal://format"
}
]
}