diff --git a/src/apps.json b/src/apps.json index 4b29569db..5f27f4588 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1697,6 +1697,13 @@ }, "website": "www.dynamicweb.dk" }, + "Dynatrace": { + "cats": [ + 10 + ], + "script": "dtagent.*\\.js", + "website": "dynatrace.com" + }, "E-Merchant": { "cats": [ 6 @@ -5060,6 +5067,13 @@ "script": "/assets/application-[a-z\\d]{32}/\\.js\\;confidence:50", "website": "rubyonrails.org" }, + "Ruxit": { + "cats": [ + 10 + ], + "script": "ruxitagentjs", + "website": "ruxit.com" + }, "RxJS": { "cats": [ 12 diff --git a/src/icons/Dynatrace.png b/src/icons/Dynatrace.png new file mode 100644 index 000000000..081ac7fe5 Binary files /dev/null and b/src/icons/Dynatrace.png differ diff --git a/src/icons/Ruxit.png b/src/icons/Ruxit.png new file mode 100644 index 000000000..11b7e5fd7 Binary files /dev/null and b/src/icons/Ruxit.png differ