From 8685ca4d17c3382ea9ecf8c96e5203047c3dfaad Mon Sep 17 00:00:00 2001 From: Simon Brunel Date: Mon, 31 Jul 2017 22:30:34 +0200 Subject: [PATCH] Add Chart.js --- src/apps.json | 11 ++++++++++- src/icons/Chart.js.svg | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/icons/Chart.js.svg diff --git a/src/apps.json b/src/apps.json index 085251734..da72f65fc 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1371,6 +1371,15 @@ }, "website": "http://www.chamilo.org" }, + "Chart.js": { + "cats": [ + "25" + ], + "env": "^Chart$\\;confidence:50", + "icon": "Chart.js.svg", + "script": "Chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:50", + "website": "http://www.chartjs.org" + }, "Chartbeat": { "cats": [ "10" @@ -9711,7 +9720,7 @@ "cats": [ "6" ], - "env": "^JetshopData$", + "env": "^JetshopData$", "html": "<(?:div|aside) id=\"jetshop-branding\">", "icon": "Jetshop.png", "website": "http://jetshop.se" 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