From dbd3753c8e041c52ee7a433541bbb61b743f40ba Mon Sep 17 00:00:00 2001 From: silvererudite Date: Fri, 18 Oct 2019 10:58:41 +0600 Subject: [PATCH] removed changes from README file aas it was intended for a separate PR --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index a3ebb19..7574cf0 100644 --- a/README.md +++ b/README.md @@ -21,26 +21,6 @@ For more info, see: 1. `npm install` 2. `./node_modules/.bin/web-ext run -s src/` -or - -you can also test your changes without having to install web-ext as step #2 above - -**Debugging in the browser** - -Visit `about:debugging` in your browser. - -Then select the option `load temporary Add-on` -and load the extension by selecting any file from the Web Extensions' dir. In our case, e.g. select manifest.json from the src dir. - -For reference, [watch this video](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#Installing) - -After you make your changes, simply press the `reload` button to see them in effect. - - - - - - ### Testing TBD