browser_Action using webextensions in android is not installing

I need to develop a webextension for android. Its working fine in desktop but not on android.
I tried installing the sample List-cookies addon on android but looks like browser_Action is not yet supported in Android.
Could you please help me with the process to install the List-cookies addon in Android and get it working.
If there is any other way of achieving this, please share the same.

List-cookie URL: https://github.com/mdn/webextensions-examples/tree/master/list-cookies

Until support for browserAction lands on Android (https://bugzilla.mozilla.org/show_bug.cgi?id=1330159), you can use the pageAction API to add a button to the location bar in Android.