From 75a5495ef92b232d76669de122bc1a4abec9ad2b Mon Sep 17 00:00:00 2001 From: EnriquitoMC <78396568+Adrikikicp@users.noreply.github.com> Date: Wed, 4 May 2022 17:29:39 -0400 Subject: [PATCH] Update h.json --- src/technologies/h.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 3e53a45db..be03e687a 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -398,6 +398,23 @@ "saas": true, "scriptSrc": "\\.helpscout\\.net/", "website": "https://www.helpscout.com" + }, + "HeliumWeb": { + "cats": [ + 18 + ], + + "description": "HeliumWeb is a server-side (backend) web framework written in PHP & JavaScript", + + + "implies": "PHP", + "js": { + "helium.js": "" + + }, + + "scriptSrc": "helium/src/helium.js/helium_web.js", + "website": "https://heliumweb.adrikikicp-development.ml" }, "HelpDocs": { "cats": [ @@ -1311,4 +1328,4 @@ ], "website": "https://hyva.io/" } -} \ No newline at end of file +}