{
  "version": 2,
  "tags": [
    {
      "name": "gcp-img",
      "description": "Lazily load and configure your Google Cloud images with <gcp-img> custom element following open-wc recommendations",
      "properties": [
        {
          "name": "title",
          "type": "String",
          "description": "The title of your component",
          "default": "Hey there"
        },
        {
          "name": "counter",
          "type": "Number",
          "description": "An action counter",
          "default": 0
        }
      ],
      "events": [],
      "slots": [],
      "cssProperties": [
        {
          "name": "--gcp-img-text-color",
          "description": "Main Text Color",
          "type": "Color"
        }
      ]
    }
  ]
}
