Open Android developer page

I know I can use the following to display a specific app:

native.showPopup( "appStore", { androidAppPackageName = "com.supercell.hayday" } )

But I want to display the developer page itself, open this for example:

https://play.google.com/store/apps/developer?id=Supercell

How can I do that?

Thanks.