Adds a google search right click option for the right click menu. Especially useful for people with cortana disabled.
Searches can be done off both text as well as a reverse image lookup
To deploy an appx package run the following in a powershell window
.\Package.ps1 Pack
.\Package.ps1 Cert
.\Package.ps1 Sign
certutil -f -user -p PASSWORD -importpfx "TrustedPeople" .\deploy\cert\cert.pfx
It is recommended to do this in an administrator terminal as the creation of the cert and the deployment of the cert to TrustedPeople require admin.
This will create a self signed appx package that can be deployed to your local instance.