This importer allows you to import HAR exports (e.g. from Chrome Dev Tools) into Paw.
If you want to contribute, this is how to build the extension and install it to your Paw settings:
yarn install # or npm install
make install
To make a distributable archive:
make clean && make archive
MIT License. Copyright 2015-2017 Paw Inc. Originally created by Jeroen Visser @jeroenvisser101