##JWT Debugger Extension
First, install the required dependencies:
npm installIn order to build the project execute:
grunt chrome-extensionThe resulting files will be located in the dist directory. Open Chrome, go to Extensions, enable Developer Mode, and then load the unpacked extension from the dist directory.
Main JavaScript files are located inside the js directory.
HTML files are generated from the Jade files located in view.
Dependencies are handled with npm and bundled using Webpack.
The extension-deps directory is for static dependencies.
