{
    "type": "object",
    "properties": {
        "filename": {
            "type": "string",
            "description": "Personalize the default filename of the generated files",
            "link": "https://github.com/yoriiis/chunks-webpack-plugin#filename"
        },
        "templateStyle": {
            "instanceof": "Function",
            "description": "Personalize the default template for the HTML <style> tags",
            "link": "https://github.com/yoriiis/chunks-webpack-plugin#templatestyle"
        },
        "templateScript": {
            "instanceof": "Function",
            "description": "Personalize the default template for the HTML <script> tags",
            "link": "https://github.com/yoriiis/chunks-webpack-plugin#templatescript"
        },
        "generateChunksManifest": {
            "type": "boolean",
            "description": "Generate the chunks manifest json file",
            "link": "https://github.com/yoriiis/chunks-webpack-plugin#generatechunksmanifest"
        },
        "generateChunksFiles": {
            "type": "boolean",
            "description": "Generate the HTML files",
            "link": "https://github.com/yoriiis/chunks-webpack-plugin#generatechunksfiles"
        }
    },
    "additionalProperties": false
}
