brown-wall/menus.json

20 lines
313 B
JSON
Raw Normal View History

2023-07-04 22:27:06 +02:00
[
{
"name": "Fruit",
"items": [
"Banana",
"Orange",
"Pineapple",
"Apple"
]
},
{
"name": "Genre",
"items": [
"FFP",
"Action Adventrue",
"Lobotomy aka Idlegame"
]
}
]