From 2ec07409304253bdf27407d9661699865a2c8556 Mon Sep 17 00:00:00 2001 From: mohammad Date: Mon, 7 Feb 2022 10:53:38 +0330 Subject: [PATCH 1/3] update --- .../webextension/images/icons/Chabokan.svg | 1 + src/technologies/c.json | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Chabokan.svg diff --git a/src/drivers/webextension/images/icons/Chabokan.svg b/src/drivers/webextension/images/icons/Chabokan.svg new file mode 100644 index 000000000..53dcc9c46 --- /dev/null +++ b/src/drivers/webextension/images/icons/Chabokan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/c.json b/src/technologies/c.json index f48f04c8f..60f23ed50 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3015,5 +3015,20 @@ }, "oss": true, "website": "https://github.com/zloirock/core-js" + }, + "Chabokan": { + "cats": [ + 62 + ], + "description": "Chabokan is a cloud services provider, offering a wide range of incorporated cloud services including Cloud Object Storage, DBaaS, BaaS, and PaaS.", + "headers": { + "ch-powered-by": "Chabokan (chabokan.net)" + }, + "pricing": [ + "low", + "payg" + ], + "icon": "chabokan.svg", + "website": "https://chabokan.net" } -} \ No newline at end of file +} From 3004d2698dbce3710ab6d3ecd06c66d6098432c3 Mon Sep 17 00:00:00 2001 From: mohammad Date: Mon, 7 Feb 2022 21:35:01 +0330 Subject: [PATCH 2/3] update --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 60f23ed50..2898ede8b 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3022,7 +3022,7 @@ ], "description": "Chabokan is a cloud services provider, offering a wide range of incorporated cloud services including Cloud Object Storage, DBaaS, BaaS, and PaaS.", "headers": { - "ch-powered-by": "Chabokan (chabokan.net)" + "ch-powered-by": "Chabokan\\s\\(chabokan\\.net\\)" }, "pricing": [ "low", From f46ffa5dc0eb96c5c2b416349ca560d084bb152b Mon Sep 17 00:00:00 2001 From: mohammad Date: Tue, 8 Feb 2022 11:45:58 +0330 Subject: [PATCH 3/3] update --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 2898ede8b..52d8ec220 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -3028,7 +3028,7 @@ "low", "payg" ], - "icon": "chabokan.svg", + "icon": "Chabokan.svg", "website": "https://chabokan.net" } }