diff --git a/readme.md b/readme.md index a6efa951..b8e016ba 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,6 @@ var favicons = require("favicons"), preferRelatedApplications: false, // Should the browser prompt the user to install the native companion app. `boolean` relatedApplications: undefined, // Information about the native companion apps. This will only be used if `preferRelatedApplications` is `true`. `Array<{ id: string, url: string, platform: string }>` version: "1.0", // Your application's version string. `string` - logging: false, // Print logs to console? `boolean` pixel_art: false, // Keeps pixels "sharp" when scaling up, for pixel art. Only supported in offline mode. loadManifestWithCredentials: false, // Browsers don't send cookies when fetching a manifest, enable this to fix that. `boolean` manifestMaskable: false, // Maskable source image(s) for manifest.json. "true" to use default source. More information at https://web.dev/maskable-icon/. `boolean`, `string`, `buffer` or array of `string` diff --git a/test/createExamples.js b/test/createExamples.js index b68fe790..5e1b9e51 100644 --- a/test/createExamples.js +++ b/test/createExamples.js @@ -27,7 +27,6 @@ const favicons = require("../dist/index.js"), preferRelatedApplications: false, // Should the browser prompt the user to install the native companion app. `boolean` relatedApplications: undefined, // Information about the native companion apps. This will only be used if `preferRelatedApplications` is `true`. `Array<{ id: string, url: string, platform: string }>` version: "1.0", // Your application's version string. `string` - logging: false, // Print logs to console? `boolean` pixel_art: false, // Keeps pixels "sharp" when scaling up, for pixel art. Only supported in offline mode. loadManifestWithCredentials: false, // Browsers don't send cookies when fetching a manifest, enable this to fix that. `boolean` icons: {