Expand description

Web App manifest describing how to bind a Web UI and a happ bundle together

This will not be used inside Holochain as the bundle to install, but rather as a unique package that both Holo and the launcher know how to install, in slightly different ways.

Eg: when the launcher installs a web-happ bundle, it will extract the WebUI and install it in the file system. Also, it will extract the happ bundle and call InstallApp with it.

Structs

Location of the happ bundle to bind with the Web UI
A bundle of an AppBundle and a Web UI bound with it
Version 1 of the App manifest schema
Version 1 of the App manifest schema
Web UI .zip file that should be associated with the happ

Enums

Container struct which uses the manifest_version field to determine which manifest version to deserialize to.