gitextract_w0r1qhp1/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .npmignore ├── .travis.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Gruntfile.js ├── LICENSE ├── README.md ├── composer.json ├── dist/ │ ├── css/ │ │ └── fontawesome-iconpicker.css │ └── js/ │ └── fontawesome-iconpicker.js ├── extension/ │ ├── LICENSE │ ├── manifest.json │ ├── popup.html │ ├── popup.js │ └── screenshot.psd ├── index.html ├── package.json └── src/ ├── icon.psd ├── js/ │ ├── iconpicker.js │ └── jquery.ui.pos.js └── less/ ├── iconpicker.less ├── popovers.less └── variables.less