mirror of https://git.sr.ht/~michalr/menu
25 lines
521 B
JSON
25 lines
521 B
JSON
{
|
|
"urls": [
|
|
{
|
|
"label": "example 1",
|
|
"url": "http://example.com"
|
|
},
|
|
{
|
|
"label": "example 2",
|
|
"url": "http://example.com"
|
|
},
|
|
{
|
|
"label": "example 3",
|
|
"url": "http://example.com"
|
|
},
|
|
{
|
|
"label": "example 4",
|
|
"url": "http://example.com"
|
|
},
|
|
{
|
|
"label": "example 5",
|
|
"url": "http://example.com"
|
|
}
|
|
],
|
|
"bg_color": "lime"
|
|
} |