diff --git a/src/zutil/plugin/plugin.json.example b/src/zutil/plugin/plugin.json.example index 15b72cd..5af4f95 100644 --- a/src/zutil/plugin/plugin.json.example +++ b/src/zutil/plugin/plugin.json.example @@ -1,8 +1,8 @@ { - version = 1.0, - name = "Nice name of Plugin" - interfaces = [ - {"plugin.interface.class" = "plugin.implementation.class"}, - {"wa.server.plugin.WAFrontend" = "wa.server.plugin.apache.ApacheFrontend"}, + "version": 1.0, + "name": "Nice name of Plugin", + "interfaces": [ + {"plugin.interface.class": "plugin.implementation.class"}, + {"wa.server.plugin.WAFrontend": "wa.server.plugin.apache.ApacheFrontend"} ] } \ No newline at end of file