1
0
Fork 0
menu/example_config.json

30 lines
731 B
JSON
Raw Normal View History

2024-09-08 15:50:38 +00:00
{
"urls": [
{
"label": "example 1",
"action_type": "MSG",
"action_param": "This is example 1"
2024-09-08 15:50:38 +00:00
},
{
"label": "example 2",
"action_type": "MSG",
"action_param": "This is example 2"
2024-09-08 15:50:38 +00:00
},
{
"label": "example 3",
"action_type": "MSG",
"action_param": "This is example 3"
2024-09-08 15:50:38 +00:00
},
{
"label": "example 4",
"action_type": "MSG",
"action_param": "This is example 4"
2024-09-08 15:50:38 +00:00
},
{
"label": "example 5",
"action_type": "MSG",
"action_param": "This is example 5"
2024-09-08 15:50:38 +00:00
}
2024-09-08 16:02:13 +00:00
],
"bg_color": "lime"
2024-09-08 15:50:38 +00:00
}