Hi,
I am looking for an advice on how to protect our javascript code logic of Chrome Extensions/App.
Google Program Policy says "Where possible, make as much of your code visible in the package as you can. If some of your app's logic is hidden and it appears to be suspicious, we may remove it."
Recently, many of my extensions are all TAKEN DOWN just because I had minified my javascript code logic for the sake of performance and hiding some logic. I don't wanted somebody else just copy paste my code and create copy of similar extensions, it did happen several times.
So, is there any way to secure our javascript code/logic?
Regards,
DS