diff --git a/dist/plugin.json b/dist/plugin.json
new file mode 100644
index 00000000..c2893f34
--- /dev/null
+++ b/dist/plugin.json
@@ -0,0 +1,60 @@
+{
+  "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
+  "type": "datasource",
+  "name": "ClickHouse",
+  "id": "grafana-clickhouse-datasource",
+  "metrics": true,
+  "backend": true,
+  "logs": true,
+  "alerting": true,
+  "annotations": true,
+  "executable": "gpx_clickhouse",
+  "includes": [
+    {
+      "type": "dashboard",
+      "name": "Query Analysis",
+      "path": "dashboards/query-analysis.json"
+    },
+    {
+      "type": "dashboard",
+      "name": "Data Analysis",
+      "path": "dashboards/data-analysis.json"
+    },
+    {
+      "type": "dashboard",
+      "name": "Cluster Analysis",
+      "path": "dashboards/cluster-analysis.json"
+    }
+  ],
+  "category": "sql",
+  "info": {
+    "description": "ClickHouse datasource plugin for Grafana",
+    "author": {
+      "name": "Grafana Labs"
+    },
+    "keywords": [
+      "Simple"
+    ],
+    "logos": {
+      "small": "img/logo.png",
+      "large": "img/logo.png"
+    },
+    "links": [
+      {
+        "name": "Website",
+        "url": "https://github.com/grafana/clickhouse-datasource"
+      },
+      {
+        "name": "License",
+        "url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE"
+      }
+    ],
+    "screenshots": [],
+    "version": "2.2.0",
+    "updated": "2023-03-23"
+  },
+  "dependencies": {
+    "grafanaDependency": "8.x || 9.x",
+    "plugins": []
+  }
+}