I want to add my frequent apps to my right-click menu and try to do that following the iBoysoft MagicMenu DIY Extension document. I created the package folder - xxx.magicmenux, which contains the five files it requires. However, I can’t see the extension in iBoysoft MagicMenu’s Extension store. I don’t know what went wrong. What should I do?
It is not an easy job to customize an extension and submit it to the iBoysoft MagicMenu’s Extension store. I have ever tried to add one extension and failed several times because I am not a tech expert, I have to admit the facts.
For my experience, the package folder (xxx.magicmenux) should contain five files, including the configuration file (the format is manifest.json), executable file (xxx.sh or xxx.app), internationalized folder (named after _locales), and signature file (named after _Signature).
Except for the signature file, which is optional, the other four files are necessary, and their formats should be correct.
I think the guide document is very detailed. You can compare it from scratch until you find the wrong steps.
Usually, if you use the right extension package format, the extension will show in the Extension store (whether it is usable or not). So, please check if you have spelled the extension container incorrectly.