homepage/config/config.json

36 lines
969 B
JSON

{
"search_engine": "https://www.google.com/search",
"categories": [
{
"image": "res/4chan.png",
"links": [
{"href":"https://boards.4chan.org/w/", "label":"walls"},
{"href":"https://boards.4chan.org/g/", "label":"tech"},
{"href":"https://boards.4chan.org/a/", "label":"anime"},
{"href":"https://boards.4chan.org/mu/", "label":"music"}
]
},
{
"image": "res/social.png",
"links": [
{"href":"https://facebook.com", "label":"facebook"},
{"href":"https://youtube.com/", "label":"youtube"},
{"href":"https://tumblr.com", "label":"tumblr"}
]
},
{
"image": "res/music.png",
"links": [
{"href":"https://last.fm", "label":"last.fm"},
{"href":"https://bandcamp.com/", "label":"bandcamp"}
]
},
{
"image": "res/mail.png",
"links": [
{"href":"https://mail.google.com", "label":"gmail"}
]
}
]
}