hyperspace-desktop-client-w.../public/config.json

28 lines
713 B
JSON
Raw Permalink Normal View History

2019-04-07 23:25:39 +02:00
{
"version": "1.1.0",
2020-04-12 01:16:27 +02:00
"location": "https://hyperspaceapp.herokuapp.com",
2019-04-07 23:25:39 +02:00
"branding": {
"name": "Hyperspace",
"logo": "logo.svg",
"background": "background.png"
},
2020-04-12 01:22:57 +02:00
"developer": false,
"federation": {
"universalLogin": true,
"allowPublicPosts": true,
"enablePublicTimeline": true
},
2019-04-07 23:25:39 +02:00
"registration": {
"defaultInstance": "mastodon.social"
},
"admin": {
"name": "Hyperspace Developers",
"account": "774314"
2019-04-08 20:31:20 +02:00
},
"license": {
2020-01-14 02:48:51 +01:00
"name": "Non-violent Public License v4+",
"url": "https://thufie.lain.haus/NPL.html"
2019-04-08 22:21:24 +02:00
},
"repository": "https://github.com/hyperspacedev/hyperspace"
}