From dc9751cb57609a009518fd02eb96f4a8bba82b1b Mon Sep 17 00:00:00 2001 From: AndiRruka Date: Fri, 3 Oct 2025 10:11:28 +0200 Subject: [PATCH] Added Digtective organization entry. Added Digger data source. --- organizations/digtective.json | 6 ++++++ sources/digger.json | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 organizations/digtective.json create mode 100644 sources/digger.json diff --git a/organizations/digtective.json b/organizations/digtective.json new file mode 100644 index 00000000..87a5f863 --- /dev/null +++ b/organizations/digtective.json @@ -0,0 +1,6 @@ +{ + "id": "DIGTECTIVE", + "name": "Digtective", + "orgUrl": "https://digtective.com/", + "iconUrl": "https://digtective.com/wp-content/uploads/2025/04/Icon-Symbol-Optional-White-Background.png" +} \ No newline at end of file diff --git a/sources/digger.json b/sources/digger.json new file mode 100644 index 00000000..6064ad87 --- /dev/null +++ b/sources/digger.json @@ -0,0 +1,9 @@ +{ + "id": "DIGGER", + "name": "Digger", + "categories": ["CUSTOM", "ANALYTICS"], + "organization": "Digtective", + "iconUrl": "https://digtective.com/wp-content/uploads/2025/04/Icon-Symbol-Optional-White-Background.png", + "sourceUrl": "https://digtective.com", + "dataVisibility": ["PRIVATE"] +} \ No newline at end of file