Skip to content

ZER0/vivaldi-fox

 
 

Repository files navigation

VivaldiFox

Build Status

A Firefox add-on for Vivaldi style UI colouring.

Setup

npm install -g jpm

Compiling xpi

jpm xpi

Running add-on

jpm run [-b firefoxbinary]

Running tests

This repository integrates with Travis CI, which runs the add-on automated tests and eslint. Please make sure those pass when contributing a pull request.

  • jpm test runs the add-on tests
  • eslint ./ runs eslint across the directory
    • You'll need to install eslint and eslint-plugin-mozilla globally with:
      • npm install -g eslint && npm install -g eslint-plugin-mozilla

About

An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 25.2%
  • HTML 4.2%