List of the PWA app icons
$ npm install --save pwa-icon-list
const pwaIconList = require('pwa-icon-list');
pwaIconList();
//=> [{file: 'icon-72x72.png', dimension: 72}, {file: 'icon-96x96.png', dimension: 96}, ...]- android-icon-list - List of the Android launcher icons
- ios-icon-list - List of the iOS app icons
- bb10-icon-list - List of the BlackBerry 10 app icons
MIT © Sam Verschueren