soapbox/app/instance/soapbox.example.json

30 wiersze
823 B
JSON
Czysty Zwykły widok Historia

{
"logo": "/instance/images/soapbox-logo.svg",
2020-06-02 17:16:26 +00:00
"brandColor": "#0482d8",
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"
}]
},
2020-04-28 17:59:15 +00:00
"defaultSettings": {
"autoPlayGif": false,
2020-06-02 17:16:26 +00:00
"themeMode": "light"
},
"copyright": "♡2020. Copying is an act of love. Please copy and share.",
"navlinks": {
"homeFooter": [
{ "title": "About", "url": "/about" },
{ "title": "Terms of Service", "url": "/about/tos" },
{ "title": "Privacy Policy", "url": "/about/privacy" },
{ "title": "DMCA", "url": "/about/dmca" },
{ "title": "Source Code", "url": "/about#opensource" }
]
2020-04-28 19:12:25 +00:00
}
}