Is it possible to update the manifest.json file via uxp from the uxp plugin itself? I have a workflow to manage my updates without the need to make users re-install the plugin each time, but I want to change the manifest file so they can see the “new” version when the open the uxp plugin, is it possible to do it?
I’m trying to do it but seems that the fs.getPluginFolder() is read-only and I cannot run file.write(data, {overwrite: true}) in there.
Is there a workaround? I know for security reasons it is meant to be this way.
Thanks!