chrome-icon-list
v1.0.2
Published
git
Downloads
15
Maintainers
Readme
chrome-icon-list
List of the Chrome extension icons
Install
$ npm install --save chrome-icon-list
Usage
const chromeIconList = require("chrome-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
- firefox-icon-list - List of the Firefox browser extension icons
- ios-icon-list - List of the iOS app icons
License
MIT © Andre Fortin