From eea1ecb685cfc5120d7e960b273d3db3cf7824de Mon Sep 17 00:00:00 2001 From: Tom Robertson Date: Sun, 23 Feb 2025 21:22:49 -0500 Subject: [PATCH] Update sharing.json to add bluesky --- data/sharing.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/sharing.json b/data/sharing.json index bef1cbf..fd0751b 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -63,5 +63,10 @@ "icon": "xing", "title": "sharing.xing", "url": "https://www.xing.com/spi/shares/new?url=%s" + }, + "bluesky": { + "icon": "bluesky", + "title": "sharing.bluesky", + "url": "https://bsky.app/intent/compose?text=%s%s" } }