V2Ray plugin for Android

Hello I’m using the V2Ray plugin, I need to pass the plugin arguments like this:
tls;host=example.com;path=/wss;loglevel=none

But unfortunately the plugin asks for a cert file which is incorrect, it shouldn’t ask for that when in client mode, it should ask for that only in server mode. I checked the profile.db-wal with notepad and incorrect arguments are passed to the plugin, that’s why it never connects.
It seems the SQLite file is password protected, how can I find out the password so I can modify this file by hand and fix the arguments? My phone is rooted so I have no issue with pushing the file back to the phone.
Otherwise, it’d be great if we could just have an option to pass plugin options as a string (for v2ray plugin) or as a JSON file (for cloak plugin). Will you consider this?