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, the co-founder and CTO of Requestly, has been pivotal in shaping the company's vision and product trajectory. With over a decade of professional experience, he has been affiliated with renowned companies like Google, Adobe, and Grofers.

Share this article:

You may also like