$cli->setModule('favicons-compiled-cli');
$cli->setArg('i', $path);
$cli->setArg('o', $out);
+ $cli->setArg('c', resource_path('tools/favicon/config.json'));
$cli->execute();
if (!file_exists($testFile)) {
--- /dev/null
+{
+ "path": "/",
+ "appName": null,
+ "appShortName": null,
+ "appDescription": null,
+ "developerName": null,
+ "developerURL": null,
+ "dir": "auto",
+ "lang": "en-US",
+ "background": "#fff",
+ "theme_color": "#fff",
+ "appleStatusBarStyle": "black-translucent",
+ "display": "standalone",
+ "orientation": "any",
+ "start_url": "/?homescreen=1",
+ "version": "1.0",
+ "pixel_art": false,
+ "loadManifestWithCredentials": false,
+ "manifestRelativePaths": false,
+ "manifestMaskable": false,
+ "preferRelatedApplications": false,
+ "icons": {
+ "android": true,
+ "appleIcon": true,
+ "appleStartup": false,
+ "favicons": true,
+ "windows": true,
+ "yandex": false
+ },
+ "output": {
+ "images": true,
+ "files": true,
+ "html": true
+ }
+}