Hadi Mostafapour

Results 2 issues of Hadi Mostafapour

```javascript const options = { icons: { favicons: false, android: { source: ({width, height}) => { return width < 800 ? "/path/to/foo" : "/path/to/bar"; } }, appleStartup: { offset: 2,...