Roneat Studio Pro — Plugin Development
Plugin Architecture Overview
Plugins are isolated Python packages dropped into the app's plugins/ directory. The host app scans that folder on startup, validates plugin.json, dynamically loads the Python entry point, and routes lifecycle events via hooks.
The sandbox restricts os, shutil, subprocess, socket, urllib, requests, and http unless the matching permission is declared in plugin.json.
Plugin install path:
[Description truncada. Veja o README completo no GitHub.]