chrome-icon-list
List of the Firefox extension icons
Install
$ npm install --save firefox-icon-list
Usage
const firefoxIconList = require("firefox-icon-list");
chromeIconList();
//=> [{file: 'icon-36.png', dimension: 36}, {file: 'icon-48.png', dimension: 48}, ...]
Related
- android-icon-list - List of the Android launcher icons
- bb10-icon-list - List of the BlackBerry 10 app icons
- chrome-icon-list - List of the Chrome browser extension icons
- ios-icon-list - List of the iOS app icons
License
MIT © Andre Fortin