When I tried installing the updated v2.0, it gives me a JSON error. In the migrate code, it seems as the "if" line has issues. I think it was just a missing comma but not totally certain.
Code:
{
"name": "== Migrate from renameotabin ==",
"if": "\"/usr/bin/otaupd.bck\" -f \"/usr/bin/otav3.bck\" -f &&",
"action": "./bin/binaryrenamer.sh",
"params": "migrate_to_binaryrenamer",
"checked": true,
"exitmenu": false,
"refresh": true
},