Fix leftovers from wiki instance
diff --git a/data/deliko.plugins.xl.json b/data/deliko.plugins.xl.json
new file mode 100644
index 0000000..387a6e4
--- /dev/null
+++ b/data/deliko.plugins.xl.json
@@ -0,0 +1,26 @@
+[
+  {
+    "name": "Export",
+    "desc": "Exports Kalamar results",
+    "embed": [
+      {
+        "panel": "result",
+        "title": "exports KWICs and snippets",
+        "icon": "\uf019",
+        "classes": [
+          "button-icon",
+          "plugin"
+        ],
+        "onClick": {
+          "action": "addWidget",
+          "template": "https://korap.dnb.de/plugin/export/export",
+          "permissions": [
+            "forms",
+            "scripts",
+            "downloads"
+          ]
+        }
+      }
+    ]
+  }
+]
\ No newline at end of file