diff --git a/src/apps.json b/src/apps.json index 0a5d075a5..4fc5fc244 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1384,6 +1384,21 @@ }, "website": "http://www.chamilo.org" }, + "Chart.js": { + "cats": [ + "25" + ], + "env": "^Chart$\\;confidence:50", + "icon": "Chart.js.svg", + "script": [ + "Chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:50", + "chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\.js\\;version:\\1", + "cdnjs\\.cloudflare\\.com/ajax/libs/Chart\\.js/([\\d.]+(?:-[^/]+)?)/Chart.*\\.js\\;version:\\1", + "cdn\\.jsdelivr\\.net/npm/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1", + "cdn\\.jsdelivr\\.net/gh/chartjs/Chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1" + ], + "website": "http://www.chartjs.org" + }, "Chartbeat": { "cats": [ "10" diff --git a/src/icons/Chart.js.svg b/src/icons/Chart.js.svg new file mode 100644 index 000000000..24f5a2bf0 --- /dev/null +++ b/src/icons/Chart.js.svg @@ -0,0 +1 @@ +Artboard 6 \ No newline at end of file