Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
/ brave-extension Public archive

Shields panel browser action extension for the Brave browser

License

Notifications You must be signed in to change notification settings

brave/brave-extension

Repository files navigation

⚠️ This project is going to be archived.

If you're looking to contribute to brave-extension, check out its new home at https://github.com/brave/brave-core. Pull requests against this repository are going to be ignored.

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 git@github.com: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