12 lines
193 B
JSON
12 lines
193 B
JSON
[
|
|
{
|
|
"name": "Google",
|
|
"icon": "icons/google.png",
|
|
"url": "https://google.com"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "icons/github.png",
|
|
"url": "https://github.com"
|
|
}
|
|
]
|