Hello Aman,
The PriceBookEntry object is a hidden junction object so you can’t add fields to it. When a Product is added to the Pricebook, this record is created.
You might be able to get close to what you want using Validation Rules on the OpportunityProduct object. Since PriceBookEntries are used to associate a PriceBookEntry to an Opp, you could have a VR check that the OppProduct.UnitPrice is within some limits of the PriceBookEntry.Product2.ListPrice.
This would only really make sense if your Min/Max prices follow general rules like +/- 10%.