{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "carbonfooter/driving",
  "version": "0.19.0",
  "title": "Carbonfooter Driving",
  "category": "carbonfooter",
  "icon": "car",
  "description": "Display equivalent driving distance from annual emissions for the current page.",
  "textdomain": "carbonfooter",
  "editorScript": "file:./index.js",
  "keywords": [
    "carbon",
    "driving",
    "distance",
    "sustainability"
  ],
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "text": true,
      "background": true
    },
    "border": {
      "radius": true
    }
  }
}