class Browser::Platform::FirefoxOS

def match?

def match?
  ua !~ /(Android|Linux|BlackBerry|Windows|Mac)/ && ua.include?("Firefox")
end