Basic app that loads and displays links

I’ve started building my first app with Ionic, and it’s fairly straightforward. It just needs to display a few links that open a few websites within the app.

I need to have the app navigation always visible, so I’m currently using Themeable Browser. Unfortunately, it’s pretty limited (I can’t move the custom toolbar to the bottom of the screen, for example). Is there a better approach here? Perhaps something that loads the website within the app, or allows the browser to lie beneath the app shell?

Thanks!