src/plugin.json
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Datatable for Grafana",
"id": "briangann-datatable-panel",
"info": {
"keywords": ["panel"],
"description": "Grafana datatable panel",
"author": {
"name": "Briangann"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [],
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=10.3.0",
"plugins": []
}
}