Translations:Plugins/69/en
From ArdorDocs
For a plugin to be valid it has to be delivered with a minimum set of files and come with a manifest.json plugin manifest file being compatible with the current major plugin version and providing some meta information about the plugin. <accordion parent="accordion" heading="More details">
File Structure
The following is the minimal file structure for a plugin: <syntaxhighlight lang="bash"> [plugin_name]/ [plugin_name]/manifest.json [plugin_name]/html/pages/[plugin_name].html [plugin_name]/html/modals/[plugin_name].html [plugin_name]/js/nrs.[plugin_name].js [plugin_name]/css/[plugin_name].css </syntaxhighlight>