Open an app page by its package name

Hi,

Some apps are missing from the search results (but it's not a AuroraStore issue, I can't find them in the search results of the play store official website either). Would it be possible to open an app details page/activity by typing its exact package name? I'm thinking of something like a menu button that opens a DialogActivity with an EditText prompting for the package name, which would then startActivity on an "app details activity" with that package name, as if I had clicked on it in the search results.

Thanks.