Skip to content

Shields panel browser action extension for the Brave browser

License

Notifications You must be signed in to change notification settings

reaktivo/brave-extension

 
 

Repository files navigation

Brave Only Extension

Build Status

Experiment moving part of the Brave UI into an extension for use in Brave only (Not Chrome, it will use APIs not available in Chrome)

Installation

# clone brave-extension
$ git clone [email protected]:brave/brave-extension.git

# Install dependencies
$ cd brave-extension
$ npm install

Development

# Build files will appear in './dev'
# Start webpack development server
$ npm run dev

Release

Build

# build files to './build'
$ npm run build

Packaging

# compress release into a brave.zip and brave.crx.
$ npm run build
$ npm run compress -- [options]

Test

# lint
$ npm run test-unit

# test/e2e
$ npm run-script build
$ npm run test-e2e

LICENSE

MPL-2

About

Shields panel browser action extension for the Brave browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.3%
  • CSS 5.4%
  • JavaScript 5.1%
  • Python 2.8%
  • HTML 0.4%