From 7e802027a419144246b32193d29e2335e5f3d484 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:54:39 -0600 Subject: [PATCH] feat: Add PocketBase to meta.json and blueprint icon --- blueprints/pocket-id/pocket-id.svg | 1 + meta.json | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 blueprints/pocket-id/pocket-id.svg diff --git a/blueprints/pocket-id/pocket-id.svg b/blueprints/pocket-id/pocket-id.svg new file mode 100644 index 0000000..0ee89b1 --- /dev/null +++ b/blueprints/pocket-id/pocket-id.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/meta.json b/meta.json index f0d9c5b..27fefa6 100644 --- a/meta.json +++ b/meta.json @@ -50,12 +50,29 @@ "postgres" ] }, + { + "id": "pocketbase", + "name": "PocketBase", + "description": "Open Source backend in 1 file", + "version": "v0.22.4", + "logo": "logo.svg", + "links": { + "github": "https://github.com/pocketbase/pocketbase", + "website": "https://pocketbase.io/", + "docs": "https://pocketbase.io/docs/" + }, + "tags": [ + "backend", + "database", + "api" + ] + }, { "id": "plausible", "name": "Plausible", "version": "v2.1.5", "description": "Plausible is a open source, self-hosted web analytics platform that lets you track website traffic and user behavior.", - "logo": "plausible.svg", + "logo": "logo.svg", "links": { "github": "https://github.com/plausible/plausible", "website": "https://plausible.io/",