diff --git a/src/apps.json b/src/apps.json index 713369258..5e4eb8f59 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4015,6 +4015,24 @@ "html": "]*onclick=\"gemius_hit", "website": "https://www.gemius.com" }, + "GeneXus": { + "cats": [ + 27 + ], + "html": [ + "]+?id=\"gxtheme_css_reference\"" + ], + "icon": "GeneXus.png", + "js": { + "gx":"", + "gx.gxVersion": "^(.+)-.*$\\;version:\\1" + }, + "script": [ + ".*/static/gxgral.js", + ".*/static/gxtimezone.js" + ], + "website": "https://www.genexus.com/" + }, "Gentoo": { "cats": [ 28 diff --git a/src/icons/GeneXus.png b/src/icons/GeneXus.png new file mode 100644 index 000000000..e852fe197 Binary files /dev/null and b/src/icons/GeneXus.png differ