-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.config.json
More file actions
21 lines (21 loc) · 1.1 KB
/
site.config.json
File metadata and controls
21 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"title": "HomeCloud",
"description": "Privacy-first app to access and control all your devices.",
"iconPath": "img/icon-dark.png",
"docsPath": "docs",
"accentColor": "red",
"showDownloads": true,
"downloadLinks": {
"macosArm64": "https://github.com/asrient/HomeCloud/releases/download/desktop-latest/HomeCloud-macos-arm64.zip",
"macosX64": "https://github.com/asrient/HomeCloud/releases/download/desktop-latest/HomeCloud-macos-x64.zip",
"windowsExe": "https://github.com/asrient/HomeCloud/releases/download/desktop-latest/HomeCloud.Setup.exe",
"playStore": "https://play.google.com/store/apps/details?id=com.asrient.homecloud",
"appStore": "https://testflight.apple.com/join/aF6w8Y8J",
"msStore": "https://apps.microsoft.com/detail/9PKD1Q6RZ4JC",
"downloadNotes": {
"macos": "Use the Apple Silicon version if you have an M-series Mac.",
"windows": "Using the Microsoft store option is recommended.",
"mobile": "iOS and Android apps are currently in beta testing with limited availability."
}
}
}