diff --git a/src/apps.json b/src/apps.json index 8402d4684..f610d5102 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2812,6 +2812,21 @@ "icon": "Debian.png", "website": "https://debian.org" }, + "decimal.js": { + "cats": [ + 59 + ], + "icon": "decimal.js.png", + "js": { + "Decimal.ROUND_HALF_FLOOR": "" + }, + "script": [ + "decimal[.-]([\\d.]*\\d+)(?:\\.min)?\\.js\\;version:\\1", + "/([\\d.]*\\d+)/decimal(?:\\.min)?\\.js\\;version:\\1", + "decimal(?:\\.min)?\\.js(?:\\?ver(?:sion)?=([\\d.]*\\d+))?\\;version:\\1" + ], + "website": "https://mikemcl.github.io/decimal.js/" + }, "DedeCMS": { "cats": [ 1 diff --git a/src/icons/decimal.js.png b/src/icons/decimal.js.png new file mode 100644 index 000000000..ed7bd2750 Binary files /dev/null and b/src/icons/decimal.js.png differ