Created
September 2, 2020 03:37
-
-
Save mrloop/b3d01bed653e282f258b1df25475d349 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scripts": { | |
"start:firefox": "web-ext-react run | xargs -L1 web-ext run -u http://www.example.org/ -s", | |
"start:chrome": "web-ext-react run | xargs -L1 web-ext run -u http://www.example.org/ -t chromium -s", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment