2019-04-07 23:25:39 +02:00
|
|
|
{
|
2019-06-21 00:51:38 +02:00
|
|
|
"version": "1.0.0beta6",
|
2019-05-17 20:17:55 +02:00
|
|
|
"location": "https://hyperspaceapp-next.herokuapp.com",
|
2019-04-07 23:25:39 +02:00
|
|
|
"branding": {
|
|
|
|
"name": "Hyperspace",
|
|
|
|
"logo": "logo.svg",
|
|
|
|
"background": "background.png"
|
|
|
|
},
|
2019-05-08 21:24:36 +02:00
|
|
|
"developer": true,
|
2019-05-08 15:08:20 +02:00
|
|
|
"federation": {
|
2019-05-08 21:24:36 +02:00
|
|
|
"universalLogin": true,
|
|
|
|
"allowPublicPosts": true,
|
|
|
|
"enablePublicTimeline": true
|
2019-05-08 15:08:20 +02:00
|
|
|
},
|
2019-04-07 23:25:39 +02:00
|
|
|
"registration": {
|
|
|
|
"defaultInstance": "mastodon.social"
|
|
|
|
},
|
|
|
|
"admin": {
|
2019-04-08 21:47:41 +02:00
|
|
|
"name": "Hyperspace Developers",
|
|
|
|
"account": "774314"
|
2019-04-08 20:31:20 +02:00
|
|
|
},
|
|
|
|
"license": {
|
|
|
|
"name": "Apache 2.0 License",
|
|
|
|
"url": "https://www.apache.org/licenses/LICENSE-2.0"
|
2019-04-08 22:21:24 +02:00
|
|
|
},
|
|
|
|
"repository": "https://github.com/hyperspacedev/hyperspace"
|
2019-04-07 23:25:39 +02:00
|
|
|
}
|