platform icon indicating copy to clipboard operation
platform copied to clipboard

Metadata manifest for Dashjoin apps

Open uw4 opened this issue 3 years ago • 0 comments

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]"
}

uw4 avatar Nov 08 '22 11:11 uw4