2024-09-08 15:50:38 +00:00
|
|
|
{
|
2024-09-10 15:50:10 +00:00
|
|
|
"actions": [
|
2024-09-08 15:50:38 +00:00
|
|
|
{
|
|
|
|
"label": "example 1",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
2024-09-10 14:22:02 +00:00
|
|
|
"action_param": "1",
|
|
|
|
"action_message": "Doing example 1"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 2",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
2024-09-10 14:22:02 +00:00
|
|
|
"action_param": "2",
|
|
|
|
"action_message": "Doing example 2"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 3",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
2024-09-10 14:22:02 +00:00
|
|
|
"action_param": "3",
|
|
|
|
"action_message": "Doing example 3"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 4",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
2024-09-10 14:22:02 +00:00
|
|
|
"action_param": "Bad time definition",
|
|
|
|
"action_message": "Doing example 4"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-08 17:26:29 +00:00
|
|
|
"label": "GET example",
|
|
|
|
"action_type": "GET",
|
2024-09-10 14:22:02 +00:00
|
|
|
"action_param": "http://example.com/",
|
|
|
|
"action_message": "Doing GET example"
|
2024-09-10 15:50:10 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Quit",
|
|
|
|
"action_type": "QUIT"
|
2024-09-08 15:50:38 +00:00
|
|
|
}
|
2024-09-08 16:02:13 +00:00
|
|
|
],
|
2024-09-10 15:39:53 +00:00
|
|
|
"color_scheme": {
|
|
|
|
"menu_bg_color": "#4c566a",
|
|
|
|
"message_bg_color": "#eceff4",
|
|
|
|
"message_text_color": "#2e3440",
|
|
|
|
"btn_bg_color": "#d8dee9",
|
|
|
|
"btn_hover_color": "#eceff4",
|
|
|
|
"btn_text_color": "#2e3440"
|
|
|
|
}
|
|
|
|
}
|