How to set position of context menu title

When working with context menus, is it possible to set the position in the menu where you’d like the context menu title to show up?

As an example, I have this extension called Context Search, and, at present, the “Context Search” title always shows up as the last item in the context menu. A user has asked me if it would be possible to position the “Context Search” title right after the item “Search Google for…” in the context menu. I believe this was possible when developing extensions with XUL, but is no longer possible as I haven’t found any documentation related to that subject.

Extensions can not control where in the context menu they appear, no. All items are appended to the extensions section at the end of the menu.

Thanks, Martin. I wanted to make sure that was the case.

Just to clarify: I’m not sure if that’s the exact behavior on Android (being appended to the end).