mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
longshot
This commit is contained in:
parent
34089867a1
commit
182e9b91ae
93 changed files with 721 additions and 52 deletions
37
test_os_list.json
Normal file
37
test_os_list.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"os_list": [
|
||||
{
|
||||
"name": "Test OS 1",
|
||||
"description": "A test OS for verifying functionality",
|
||||
"icon": "icons/erase.png",
|
||||
"url": "internal://format",
|
||||
"devices": ["rg40xxh"]
|
||||
},
|
||||
{
|
||||
"name": "Test OS 2",
|
||||
"description": "Another test OS",
|
||||
"icon": "icons/erase.png",
|
||||
"url": "internal://format",
|
||||
"devices": ["rg35xx_plus"]
|
||||
}
|
||||
],
|
||||
"imager": {
|
||||
"devices": [
|
||||
{
|
||||
"name": "Test Device Category",
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Test Device 1",
|
||||
"tags": ["rg40xxh"],
|
||||
"icon": "icons/erase.png"
|
||||
},
|
||||
{
|
||||
"name": "Test Device 2",
|
||||
"tags": ["rg35xx_plus"],
|
||||
"icon": "icons/erase.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue