platform
platform copied to clipboard
Metadata manifest for Dashjoin apps
Stored in root folder of an app /dashjoin.json
sample infos (TBD)
{
"$schema": "https://dashjoin.com/platform/app-manifest-v1.json",
"version": "3.0.0", // app version
"dependencies": [{"dashjoin": ">=3"}], // optional?
"license": "Apache 2.0", // optional?
"name": "Dashjoin Demo Application",
"short_name": "Demo App",
"categories": ["Demo, "Training"],
"description": "Dashjoin Demo app showing base capabilities of the platform",
"icon": "resources/assets/demo-icon.png",
"author": "Dashjoin",
"website": "https://dashjoin.com",
"url": "https://github.com/dashjoin/dashjoin-demo",
"email": "[email protected]"
}