Using Web Extension API in an App Extension

Hello,

I have a Safari App extension I would like to make it accept keyboard shortcuts to trigger certain actions.

Safari web extensions support this via the Commands API (per mozilla docs).

Is it possible to have some sort of hybrid extension and use this Commands API somehow in the Safari App extension?

Related feedback ID I filled a couple of months ago: FB7597545

Thank you

Replies

Thanks for the feedback. Right now, the commands API is only support by web extensions.