mirror of https://git.sr.ht/~michalr/menu
30 lines
731 B
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"
|
|
} |