simpler-dash/config.json

21 lines
369 B
JSON
Raw Normal View History

2019-01-11 15:36:16 +00:00
{
"title" : "Simple Dash",
"items" : [
{
"alt" : "Github",
"icon" : "fab fa-github",
2019-10-10 14:02:37 +01:00
"link" : "https://github.com/kutyla-philipp"
2019-01-11 15:36:16 +00:00
},
{
"alt" : "Twitter",
"icon" : "fab fa-twitter",
"link" : "https://twitter.com/Kukielka_"
},
{
"alt" : "Docker Hub",
"icon" : "fab fa-docker",
"link" : "https://hub.docker.com/u/kukielka/"
}
]
}