We would like to try using the standard DFU process to update third party ECU connected to the nrf52 chip.
Our idea is to modify the standard DFU zip package - to add a new parameter to the manifest.json, for example a motor controller:

Then, when receiving the contents of mcM221.hex, write it to external memory (SPI \ i2C FLASH) and perform all further actions.
I didn't find the parsing of the manifest file in bootloader. Until I dived into the depths of the code I would like to ask support if the scenario described is possible? If so, please let me know where can I find the code responsible for parsing the manifest.json file and processing the bin_file\dat_file?
PS: we're using softdevice ver 332

