Allow to save data in the hypervisor
Feature description The hypervisor should have API endpoints for saving and getting arbitrary text data.
Is your feature request related to a problem? Please describe. Currently the only way the Skywire manager has for saving data is the browser storage. This means that data saved by the user, like the labels the user adds to the visors and the configuration about how often to update the info, is lost if the user changes the web browser or access the manager from another device.
Describe the solution you'd like API endpoints for saving and getting text data, using key-value format.
Possible implementation It may work like the ones of the Skycoin node: https://github.com/skycoin/skycoin/blob/develop/src/api/README.md#key-value-storage-apis
Note Most likely not a priority.