I have created a web application in my "localhost" that is solely dependent on a number of js, html and css files within the server, so I can run it offline provided I have the files in the local folder. The app is designed to work with major browsers (Chrome/Firefox) on computers and tablets.
To protect my work from illegal reproduction, I'm looking for a way to encrypt the source code, but still be able to use the application using Chrome at least.
The app will be deployed to a wide audience so I don't want to see my app with different names somewhere else.
Is this possible by any means?
Thanks in advance.