matchesDesktopFirefox: function(options) {
      if (options) {
        return this.matchesFirefox() &&
               !this.matchesMobilePlatform() &&
               matchesMinVersion(/Firefox\/(\d+)/i, options.minVersion);