Is it possible with appium to automate mobile websites browsing on the same device?

I am new to android and appium. I need to know if following scenario is possible with appium.

  1. Android user runs an app and through ui specifies websites that are need to be visited one by one in mobile android google chrome browser.
  2. Android user runs button “Visit specified websites” and following occurs. An app opens mobile android google chrome browser on the same device and visit specified websites.
  3. After visiting websites an app closes mobile android chrome browser.

Thank you.