From cf2da114736579b60d7ec957ca16f61a8ccdcadc Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Mon, 20 Nov 2023 14:50:00 +0100 Subject: [PATCH 1/2] json for Burst Statistics --- src/images/icons/Burst.svg | 16 ++++++++++++++++ src/technologies/c.json | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 src/images/icons/Burst.svg diff --git a/src/images/icons/Burst.svg b/src/images/icons/Burst.svg new file mode 100644 index 000000000..a672583f7 --- /dev/null +++ b/src/images/icons/Burst.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 2a4446774..a2fae363e 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2966,6 +2966,23 @@ "scriptSrc": "wp-content/plugins/complianz-gdpr-premium", "website": "https://complianz.io" }, + "Burst": { + "cats": [ + 10 + ], + "description": "Burst Statistics keeps all data on your server, making it fully compliant with privacy laws. Our dashboards offer clear and concise insights, allowing you to make informed decisions without feeling overwhelmed by abundant data. Choose Burst Statistics for seamless and reliable analytics trusted by over 100,000 users.", + "icon": "Burst.svg", + "js": { + "burst = {\"url\":": "" + }, + "pricing": [ + "recurring" + ], + "requires": "WordPress", + "saas": true, + "scriptSrc": "assets/js/build/burst", + "website": "https://burst-statistics.com" + }, "Concrete CMS": { "cats": [ 1 From 66f3f730a22aed65a07404229dd848f3e0cfe784 Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Mon, 20 Nov 2023 14:57:50 +0100 Subject: [PATCH 2/2] changed pattern --- src/technologies/c.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index a2fae363e..488ac0bc8 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2973,7 +2973,7 @@ "description": "Burst Statistics keeps all data on your server, making it fully compliant with privacy laws. Our dashboards offer clear and concise insights, allowing you to make informed decisions without feeling overwhelmed by abundant data. Choose Burst Statistics for seamless and reliable analytics trusted by over 100,000 users.", "icon": "Burst.svg", "js": { - "burst = {\"url\":": "" + "burst.url": "" }, "pricing": [ "recurring" @@ -4588,4 +4588,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +}