manifest.yaml
Every KOB3 app includes a manifest.yaml beside its .wasm:
| Field | Purpose |
|---|---|
id | Unique app identifier |
name | Display name |
version | Semver |
type | Must be wasm |
entry | Wasm filename (e.g. hello.wasm) |
Capabilities are granted by the host based on what your app requests at runtime, not declared in the manifest today. See Sandbox and capabilities.