brown-wall/menus.json

22 lines
426 B
JSON
Raw Permalink Normal View History

2023-07-04 22:27:06 +02:00
[
{
"name": "Fruit",
"items": [
"Banana",
"Orange",
"Pineapple",
"Apple"
],
"description":"What it says on the tin."
2023-07-04 22:27:06 +02:00
},
{
"name": "Genre",
"items": [
"FFP",
"Action Adventrue",
"Lobotomy aka Idlegame"
],
"description":"The overal genre of the thinky thing."
2023-07-04 22:27:06 +02:00
}
]