{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nemtly/cosmic-neon",
  "version": "1.0.0",
  "title": "Cosmic Neon",
  "category": "nemtly",
  "icon": "lightbulb",
  "description": "Neon glowing text effect with hover animation.",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "background": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "nemtly-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "content": {
      "type": "string",
      "default": "Cosmic"
    },
    "colors": {
      "type": "array",
      "default": [
        "#23b1d8",
        "#dc5fe2",
        "#b733f9",
        "#a0de59",
        "#83d1ad",
        "#f7b500"
      ]
    }
  }
}