mirror of https://git.sr.ht/~michalr/menu
35 lines
936 B
JSON
35 lines
936 B
JSON
{
|
|
"urls": [
|
|
{
|
|
"label": "example 1",
|
|
"action_type": "MSG",
|
|
"action_param": "1",
|
|
"action_message": "Doing example 1"
|
|
},
|
|
{
|
|
"label": "example 2",
|
|
"action_type": "MSG",
|
|
"action_param": "2",
|
|
"action_message": "Doing example 2"
|
|
},
|
|
{
|
|
"label": "example 3",
|
|
"action_type": "MSG",
|
|
"action_param": "3",
|
|
"action_message": "Doing example 3"
|
|
},
|
|
{
|
|
"label": "example 4",
|
|
"action_type": "MSG",
|
|
"action_param": "Bad time definition",
|
|
"action_message": "Doing example 4"
|
|
},
|
|
{
|
|
"label": "GET example",
|
|
"action_type": "GET",
|
|
"action_param": "http://example.com/",
|
|
"action_message": "Doing GET example"
|
|
}
|
|
],
|
|
"bg_color": "lime"
|
|
} |