1
0
Fork 0
menu/example_config.json

30 lines
731 B
JSON

{
"urls": [
{
"label": "example 1",
"action_type": "MSG",
"action_param": "This is example 1"
},
{
"label": "example 2",
"action_type": "MSG",
"action_param": "This is example 2"
},
{
"label": "example 3",
"action_type": "MSG",
"action_param": "This is example 3"
},
{
"label": "example 4",
"action_type": "MSG",
"action_param": "This is example 4"
},
{
"label": "example 5",
"action_type": "MSG",
"action_param": "This is example 5"
}
],
"bg_color": "lime"
}