From 9476cc624bcedb3b4499cdb4384f97b86af16fba Mon Sep 17 00:00:00 2001 From: Marc-Olivier Sercki Date: Sun, 1 Sep 2024 08:16:58 +0200 Subject: [PATCH] add bubble organisation and source --- organizations/bubble.json | 7 +++++++ sources/bubble.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/bubble.json create mode 100644 sources/bubble.json diff --git a/organizations/bubble.json b/organizations/bubble.json new file mode 100644 index 00000000..ac4340e8 --- /dev/null +++ b/organizations/bubble.json @@ -0,0 +1,7 @@ +{ + "id": "BUBBLE", + "name": "Bubble", + "iconUrl": + "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_a0c0df848f7bec900334406179f9beaf/bubble.png", + "orgUrl": "https://bubble.io/" +} diff --git a/sources/bubble.json b/sources/bubble.json new file mode 100644 index 00000000..2a3347ce --- /dev/null +++ b/sources/bubble.json @@ -0,0 +1,10 @@ +{ + "id": "BUBBLE", + "name": "Bubble", + "categories": ["DATABASE", "DATA_COLLECTION", "TOOLS"], + "organization": "BUBBLE", + "iconUrl": + "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_a0c0df848f7bec900334406179f9beaf/bubble.png", + "sourceUrl": "https://bubble.io/", + "dataVisibility": ["PRIVATE"] +}