diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..6f98a94 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,35 @@ +{ + "type": "panel", + "name": "Worldmap Panel", + "id": "grafana-worldmap-panel", + + "info": { + "description": "This panel is deprecated and will no longer be supported. Please use Geomap instead. World Map panel for Grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["worldmap", "panel"], + "logos": { + "small": "images/worldmap_logo.svg", + "large": "images/worldmap_logo.svg" + }, + "links": [ + {"name": "Project site", "url": "https://github.com/grafana/worldmap-panel"}, + {"name": "MIT License", "url": "https://github.com/grafana/worldmap-panel/blob/master/LICENSE"} + ], + "screenshots": [ + {"name": "World", "path": "images/worldmap-world.png"}, + {"name": "USA", "path": "images/worldmap-usa.png"}, + {"name": "Light Theme", "path": "images/worldmap-light-theme.png"} + ], + "version": "1.0.6", + "updated": "2023-06-15" + }, + + "dependencies": { + "grafanaDependency": ">=6.3.7", + "grafanaVersion": "6.3.x", + "plugins": [ ] + } +}