Skip to content

An extension that allows you to set AstianGO as default search engine in Firefox, Midori, Floorp, Chrome, Brave and other browsers.

License

Notifications You must be signed in to change notification settings

goastian/astiango-search-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstianGO Private Search Extension

Makes astiango.co a default search engine.

Multiple platform support

WebExtensions are supported by most modern browsers. For each browser we ship exactly same code base but with different manifest.

Manifests are located in /manifests folder. To prepare the build for different platform copy the right manifest into /src folder or user npm run switch-<PLATFORM> scripts. Supported platforms are:

  • Firefox npm run switch-firefox
  • Chromium - npm run switch-chrome

Important - remember to copy manifest file on every change you make to it in /manifests folder. /src/manifest.json is not updating automatically.

Publishing

  1. Update version in src/manifest.json
  2. git add src/manifest.json && git commit -m "v$VERSION"
  3. npm run build
  4. gh release create v$VERSION ./web-ext-artifacts/astiango_search-$VERSION.zip (replace $VERSION with the manifest version)

About

An extension that allows you to set AstianGO as default search engine in Firefox, Midori, Floorp, Chrome, Brave and other browsers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published