Skip to content

sag-enhanced/browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAGE Extension

If you just want to install the extension, read the documentation.

Building

Requirements:

  • Node and NPM (anything above >16 should work)
  • Any operating system should work
  1. Run npm i to install all dependencies.

  2. Run npm run build to build (or npm run dev for development builds)

The build output will be in the out directory.

Development build

The development build includes:

  • a bit more debug output
  • source maps
  • no minification

Making a release

  1. Update the version in static/manifest.json
  2. Run npm run build
  3. Submit to webstores: