diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..29c13aa --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,46 @@ +{ + "$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "JSON API", + "id": "marcusolsson-json-datasource", + "metrics": true, + "logs": true, + "annotations": true, + "info": { + "description": "A data source plugin for loading JSON APIs into Grafana.", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["json", "api"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [ + { + "name": "Documentation", + "url": "https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/" + }, + { + "name": "Github", + "url": "https://github.com/grafana/grafana-json-datasource" + }, + { + "name": "License", + "url": "https://github.com/grafana/grafana-json-datasource/blob/main/LICENSE" + } + ], + "screenshots": [ + { "name": "Explore (Dark)", "path": "img/dark.png" }, + { "name": "Explore (Light)", "path": "img/light.png" } + ], + "version": "1.3.15", + "updated": "2024-05-14" + }, + "dependencies": { + "grafanaDependency": ">=8.5.13", + "grafanaVersion": "8.5.x", + "plugins": [] + } +}