{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "carbonfooter/sticker",
  "version": "0.19.0",
  "title": "Carbonfooter Sticker",
  "category": "carbonfooter",
  "icon": "cloud",
  "description": "A compact badge-style carbon emissions sticker.",
  "textdomain": "carbonfooter",
  "editorScript": "file:./index.js",
  "keywords": [
    "carbon",
    "emissions",
    "sticker",
    "badge",
    "sustainability"
  ],
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "text": true,
      "background": true
    },
    "border": {
      "radius": true
    },
    "typography": {
      "fontSize": true,
      "fontFamily": true
    },
    "align": true
  }
}