{
  "version": 1,
  "plugins": [
    {
      "id": "geolibre-sample-plugin",
      "name": "Sample Plugin",
      "version": "1.0.0",
      "description": "A minimal example plugin that adds a button control to the map. Use it as a template for marketplace entries.",
      "author": "GeoLibre",
      "homepage": "https://github.com/opengeos/geolibre-plugins",
      "manifestUrl": "plugins/sample/plugin.json",
      "categories": ["Example"],
      "minGeoLibreVersion": "0.9.0"
    },
    {
      "id": "geolibre-elevation-profile",
      "name": "Elevation Profile",
      "version": "0.1.0",
      "description": "Draw a line on the map to chart an elevation profile with distance, ascent/descent, and min/max stats, a metric/imperial toggle, and CSV/SVG export. Samples elevation from the Open-Meteo API.",
      "author": "Qiusheng Wu",
      "homepage": "https://github.com/opengeos/geolibre-elevation-profile",
      "manifestUrl": "plugins/geolibre-elevation-profile/plugin.json",
      "categories": ["Analysis", "Terrain"],
      "minGeoLibreVersion": "0.9.0"
    }
  ]
}
