Files
PSG-Conduit/manifests/apps.json

28 lines
844 B
JSON

{
"schema_version": 1,
"generated_at": "2026-05-27T00:00:00Z",
"minimum_launcher_version": "0.1.0",
"apps": [
{
"id": "psg-conduit",
"name": "PSG Conduit",
"description": "High-performance network conduit and relay tool.",
"category": "network",
"current_version": "0.1.0",
"icon_url": null,
"changelog": "Initial release.",
"tags": ["network", "conduit", "relay"],
"platforms": {
"windows-x86_64": {
"download_url": "https://gitea.YOURDOMAIN.com/OWNER/psg-conduit/releases/download/v0.1.0/psg-conduit.exe",
"hash_sha256": "REPLACE_WITH_SHA256_OF_EXE",
"size_bytes": 0,
"install_type": "portable",
"install_path": null,
"signature": "REPLACE_WITH_BASE64_ED25519_SIG_OF_EXE_BYTES"
}
}
}
]
}