You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apogee/src/view/soapbox.json.template

34 lines
883 B
Plaintext

{
"logo":"/instance/images/logo.png",
"brandColor": "#0482d8",
"promoPanel":{
"items":[
{
"icon": "area-chart",
"text": "Site stats",
"url": "https://fediverse.network/%s{ g_server->domain }"
},
{
"icon": "admin",
"text": "Server Settings",
"url": "/admin/server-settings"
}
]
},
"defaultSettings": {
"autoPlayGif": false,
"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" }
]
},
"allowedEmoji": ["🤔", "😂", "😭", "😡", "🥰", "👍🏼", "👎🏼", "🔥", "😩", "🍆"]
}