From c79584988811e332d01eac8e253481b73b840853 Mon Sep 17 00:00:00 2001 From: Paul Mackenzie Date: Fri, 24 Jul 2026 07:46:02 +0100 Subject: [PATCH] Add Glyph Palette plugin information Added Glyph Palette plugin with details including appcast, homepage, version, title, name, description, author, authorEmail, and lastUpdated. --- plugins.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 9589ee90..be6826e0 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,15 @@ [ + { + "appcast": "https://glyphpalette.com/appcast.json", + "homepage": "https://glyphpalette.com", + "version": "1.5.4", + "title": "Glyph Palette", + "name": "glyph-palette", + "description": "Browse and insert icons from multiple libraries - Material Symbols, Lucide, Carbon, HeroIcons, Font Awesome Brands, Phosphor, and Bootstrap Icons - directly onto the canvas in Sketch.", + "author": "workingon.studio", + "authorEmail": "support@workingon.studio", + "lastUpdated": "2026-07-22 07:04:00 UTC" + }, { "appcast": "https://github.com/PicsArt/picsart-sketch-plugin/releases/download/v1.0.0/appcast.xml", "homepage": "https://picsart.io", @@ -7295,4 +7306,4 @@ "author": "yoshi2ys", "lastUpdated": "2026-06-15 15:55:24 UTC" } -] \ No newline at end of file +]