soapbox/static/instance/soapbox.example.json

22 wiersze
478 B
JSON
Czysty Zwykły widok Historia

{
"logo": "https://media.gleasonator.com/site_uploads/files/000/000/002/original/logo.svg",
2020-04-11 22:50:42 +00:00
"promoPanel": {
"items": [{
"icon": "area-chart",
"text": "Our Site stats",
"url": "https://fediverse.network/example.com"
}, {
"icon": "comment-o",
"text": "Our Site blog",
"url": "https://blog.example.com"
}]
},
"extensions": {
"patron": false
2020-04-28 17:59:15 +00:00
},
"defaultSettings": {
"autoPlayGif": false,
"theme": "lime"
2020-04-28 19:12:25 +00:00
}
}