I am trying to write a [Scratch 2.0 to Scratch 3.0 extension converter](https://github.com/NitroCipher/ext2to3), but am confused by the lack of documentation surrounding the dropdown menus [here](https://github.com/LLK/scratch-vm/wiki/Scratch-3.0-Extensions-Specification). Here is my [2.0 extension](https://raw.githubusercontent.com/NitroCipher/NitroBlock/master/MainScript.js) And my [3.0 conversion](https://nitrocipher.github.io/ext2to3/ext-test.js) Is there something I am missing with the dropdowns? Everything else was working prior to this.