diff --git a/icons/bluesky.png b/icons/bluesky.png new file mode 100644 index 0000000..c52d226 Binary files /dev/null and b/icons/bluesky.png differ diff --git a/ingredients/categories.json b/ingredients/categories.json index 2f97fdf..0b9bb8e 100644 --- a/ingredients/categories.json +++ b/ingredients/categories.json @@ -19,8 +19,9 @@ "search": "Search", "security": "Security", "servers": "Servers", + "social": "Social", "storage": "Storage", "widgets": "Widgets", "wikis": "Wikis", "other": "Other" -} \ No newline at end of file +} diff --git a/ingredients/social/bluesky.json b/ingredients/social/bluesky.json new file mode 100644 index 0000000..e11c4fb --- /dev/null +++ b/ingredients/social/bluesky.json @@ -0,0 +1,15 @@ +{ + "name": "Bluesky", + "description": "Bluesky is a decentralized social media platform built on the open AT Protocol.", + "icon": "/icon/bluesky.png", + "checks": { + "tags": [ + { + "tag": "meta", + "attribute": "generator", + "value": "bskyweb" + } + ], + "headers": [] + } +}