1
0
Fork 0
menu/example_config.json

30 lines
735 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": "GET example",
"action_type": "GET",
"action_param": "http://example.com/"
}
],
"bg_color": "lime"
}