SUPPORTED_BROWSERS      Browsers that can be detected with
                        {shinybrowser}
SUPPORTED_DEVICES       Devices that can be detected with
                        {shinybrowser}
SUPPORTED_OPERATING_SYSTEMS
                        Operating systems that can be detected with
                        {shinybrowser}
detect                  Detect a user's browser information
get_all_info            Get all information about user's browser
get_browser             Get user's browser
get_device              Get user's device (mobile or desktop)
get_os                  Get user's operating system
get_user_agent          Get user agent string from the browser
get_width               Get user's browser dimensions (in pixels)
is_browser_chrome       Is the user using Chrome?
is_browser_firefox      Is the user using Firefox?
is_browser_ie           Is the user using Internet Explorer?
is_device_desktop       Is the user on a desktop device?
is_device_mobile        Is the user on a mobile device?
is_os_mac               Is the user on Mac?
is_os_windows           Is the user on Windows?
