update manifest to support community app build

This commit is contained in:
2026-03-05 23:32:12 -05:00
parent f1429b3c38
commit 1e075cf4ec
2 changed files with 68 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
"id": "app.romm",
"title": "Romm",
"version": "1.0.0",
"upstreamVersion":"4.7.0",
"author":"Kevin Whitaker <kevin@eyecreate.org>",
"description":"file://DESCRIPTION.md",
"upstreamVersion": "4.7.0",
"author": "Romm Team <contact@romm.app>",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"healthCheckPath": "/api/heartbeat",
"httpPort": 3000,
@@ -17,11 +17,13 @@
"logoutRedirectUri": "/login",
"tokenSignatureAlgorithm": "RS256"
},
"redis": { "noPassword": true },
"turn":{}
"redis": {
"noPassword": true
},
"turn": {}
},
"website":"https://romm.app/",
"icon":"file://logo.png",
"website": "https://romm.app/",
"icon": "file://logo.png",
"mediaLinks": [
"https://git.cloudron.io/eyecreate/romm/-/raw/main/Screenshot1.png"
],
@@ -31,6 +33,10 @@
"multiplayer"
],
"manifestVersion": 2,
"minBoxVersion": "8.0.0",
"postInstallMessage":"file://POSTINSTALL.md"
"minBoxVersion": "9.1.0",
"postInstallMessage": "file://POSTINSTALL.md",
"contactEmail": "cloudron-apps@eyecreate.org",
"iconUrl": "https://git.cloudron.io/eyecreate/romm/-/raw/main/logo.png",
"packagerName": "Kevin Whitaker",
"packagerUrl": "https://git.cloudron.io/eyecreate/romm"
}