2024-09-08 15:50:38 +00:00
|
|
|
{
|
|
|
|
"urls": [
|
|
|
|
{
|
|
|
|
"label": "example 1",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
|
|
|
"action_param": "This is example 1"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 2",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
|
|
|
"action_param": "This is example 2"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 3",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
|
|
|
"action_param": "This is example 3"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "example 4",
|
2024-09-08 17:14:34 +00:00
|
|
|
"action_type": "MSG",
|
|
|
|
"action_param": "This is example 4"
|
2024-09-08 15:50:38 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-08 17:26:29 +00:00
|
|
|
"label": "GET example",
|
|
|
|
"action_type": "GET",
|
|
|
|
"action_param": "http://example.com/"
|
2024-09-08 15:50:38 +00:00
|
|
|
}
|
2024-09-08 16:02:13 +00:00
|
|
|
],
|
|
|
|
"bg_color": "lime"
|
2024-09-08 15:50:38 +00:00
|
|
|
}
|