diff --git a/plugins/iconify.json b/plugins/iconify.json new file mode 100644 index 0000000..72afd85 --- /dev/null +++ b/plugins/iconify.json @@ -0,0 +1,16 @@ +{ + "name": "iconify", + "source": { + "source": "npm", + "package": "@anistark/iconify" + }, + "description": "Turn a logo image into a favicon set (16x16.ico + 16/48/128 PNG) without leaving Claude Code.", + "version": "0.2.1", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "development", + "tags": ["commands", "icons", "favicon", "images"], + "license": "MIT" +}