Augments Google search results with search from your likes.
All changes have to be applied into /js, /css, /img folders. To build the sources into corresponding packages run,
$ gulpThe /build folder is created. It's recommened to use Chome for development, since it's very easy to create extension from folder with sources.
Once the changes are in-place and ready for distribution:
- Update all
/vendorpackage file with new version (manifest.json,package.json,Settings.plist). - Update
/vendorbrowser file if necessary. - Run
dist.
$ gulp distThe /dist folder will contain ready to dist packages (except of Safari, that require manual build).