From 772743daeb866dc60f4c8957a7570d7a840f40cb Mon Sep 17 00:00:00 2001 From: Hector Airy Date: Wed, 4 Sep 2024 14:22:31 -0600 Subject: [PATCH] feat: add Bitacora.io organization and source --- organizations/bitacora_io.json | 7 +++++++ sources/bitacora_io.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/bitacora_io.json create mode 100644 sources/bitacora_io.json diff --git a/organizations/bitacora_io.json b/organizations/bitacora_io.json new file mode 100644 index 00000000..b723b9f1 --- /dev/null +++ b/organizations/bitacora_io.json @@ -0,0 +1,7 @@ +{ + "name": "Bitacora.io", + "id": "BITACORA_IO", + "iconUrl": + "https://firebasestorage.googleapis.com/v0/b/bitacora-657e2.appspot.com/o/General%2FBitacora-Logo.png?alt=media&token=3f92cfc8-c61b-41d2-8beb-92ec544d48ff", + "orgUrl": "https://bitacora.io" +} diff --git a/sources/bitacora_io.json b/sources/bitacora_io.json new file mode 100644 index 00000000..70974352 --- /dev/null +++ b/sources/bitacora_io.json @@ -0,0 +1,10 @@ +{ + "id": "BITACORA_IO", + "name": "Bitacora.io", + "categories": ["Tools"], + "organization": "BITACORA_IO", + "iconUrl": + "https://firebasestorage.googleapis.com/v0/b/bitacora-657e2.appspot.com/o/General%2FBitacora-Logo.png?alt=media&token=3f92cfc8-c61b-41d2-8beb-92ec544d48ff", + "sourceUrl": "https://bitacora.io", + "dataVisibility": ["PRIVATE"] +}