I’ve a google chrome extension production ready that i want to create an installation script for linux machines.
I can’t really publish it on google store because I’m not okay with disclosing the source code which is a mandatory rule from google, so must find an alternative way to do this.
i found this link: https://askubuntu.com/questions/1063331/how-to-install-google-chrome-extensions-though-terminal?newreg=409a2aee13a54254abd5d0317f495d84
which works fine ONLY ONE TIME
In my experience users tend to install and uninstall and reinstall and so on so on [tinder can testify on my behalf] so having a script that only works for first installation isnt that usefull
does anyone know a better way to do it?