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,
$ gulp
The /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
/vendor
package file with new version (manifest.json
,package.json
,Settings.plist
). - Update
/vendor
browser file if necessary. - Run
dist
.
$ gulp dist
The /dist
folder will contain ready to dist packages (except of Safari, that require manual build).