diff --git a/extensions/markedit-cursor-style.json b/extensions/markedit-cursor-style.json new file mode 100644 index 0000000..785e240 --- /dev/null +++ b/extensions/markedit-cursor-style.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://github.com/MarkEdit-app/extensions/raw/refs/heads/main/schemas/extension.schema.json", + "id": "markedit-cursor-style", + "name": "Cursor Style", + "description": "Customize the cursor with bar, underline, and block styles, colors, and blinking.", + "author": "MarkEdit-app", + "homepage": "https://github.com/MarkEdit-app/MarkEdit-cursor-style", + "versions": [ + { + "version": "1.0.0", + "url": "https://github.com/MarkEdit-app/MarkEdit-cursor-style/releases/download/v1.0.0/markedit-cursor-style.js", + "sha256": "cff08b94e90d836541be0a219d2578efdf08888fbc0efb89a160d4c95cc8d903", + "notes": "Initial release." + } + ] +}