diff --git a/ckeditor5-metadata.json b/ckeditor5-metadata.json
index bd9e839b1a3bb31bba6385cb6df9761aab931018..685d6f54964803d0d74242dabeeb3699865b3f22 100644
--- a/ckeditor5-metadata.json
+++ b/ckeditor5-metadata.json
@@ -1,16 +1,21 @@
 {
 	"plugins": [
 		{
-			"name": "My plugin",
-			"className": "MyPlugin",
-			"description": "Adds text to the editor.",
-			"path": "src/myplugin.js",
+			"name": "Complexitywiki Plugins",
+			"className": "ComplexitywikiPlugins",
+			"description": "Adds buttons to insert MathJax delimiters for the complexitywiki.",
+			"path": "src/complexitywiki_plugins.js",
 			"uiComponents": [
 				{
-					"name": "myButton",
+					"name": "displayMathButton",
 					"type": "Button",
-					"iconPath": "theme/icons/ckeditor.svg"
+					"iconPath": "theme/icons/display.svg"
 				}
+                {
+                    "name": "inlineMathButton",
+                    "type": "Button",
+                    "iconPath": "theme/icons/inline.svg"
+                }
 			]
 		}
 	]