class Browser::Edge

def chrome_based?

def chrome_based?
  match? && ua.match?(/\bEdg\b/)
end