How to run requestly on Firefox for development purposes

Requestly development team use WebExtension APIs to build cross platform browser extension. This article is mainly intended for requestly development team to run the requestly source code on firefox.

Install web-ext npm module

 npm install -g web-ext

Navigate to browser-extension source code and switch the mode to firefox

 cd components/browser-extension  

grunt select-firefox

Open a new terminal to run firefox with extension installed

 cd dist  

web-ext run

Use web-ext –help to get the list of available commands.

This article was written by:

Sagar Soni

Sagar Soni

Sagar is the co-founder and CTO of Requestly. When he's not busy architecting the next big thing in software development, you'll likely find him behind the wheel, cruising the streets and enjoying the thrill of the drive. For Sagar, it's all about the code by day and the open road by night.

Share this article:

You may also like