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

23 lines
618 B
JSON
Raw Normal View History

2019-04-07 23:25:39 +02:00
{
2019-04-26 19:57:45 +02:00
"version": "1.0.0beta2u3",
"location": "https://hyperspaceapp-next.herokuapp.com",
2019-04-07 23:25:39 +02:00
"branding": {
"name": "Hyperspace",
"logo": "logo.svg",
"background": "background.png"
},
2019-04-08 00:31:18 +02:00
"developer": "true",
2019-04-07 23:25:39 +02:00
"federated": "true",
"registration": {
"defaultInstance": "mastodon.social"
},
"admin": {
"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
}