diff --git a/src/apps.json b/src/apps.json index 8bbc56a63..e8bf8fcb2 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1431,6 +1431,15 @@ "icon": "Clientexec.png", "website": "http://www.clientexec.com" }, + "Clipboard.js": { + "cats": [ + "19" + ], + "env": "^Clipboard$", + "icon": "Clipboard.js.svg", + "script": "clipboard(?:\\.min)?\\.js", + "website": "https://clipboardjs.com/" + }, "CloudCart": { "cats": [ "6" @@ -3388,6 +3397,14 @@ "script": "highcharts.*\\.js", "website": "http://highcharts.com" }, + "Highlight.js": { + "cats": [ + "19" + ], + "icon": "Highlight.js.png", + "script": "/highlight\\.js/[\\d.]+?/highlight\\.min\\.js", + "website": "https://highlightjs.org/" + }, "Highstock": { "cats": [ "25" @@ -6626,6 +6643,7 @@ ], "env": "^Reveal$", "icon": "Reveal.js.png", + "implies": "Highlight.js", "script": "(?:^|/)reveal(?:\\.min)?\\.js", "website": "http://lab.hakim.se/reveal-js" }, diff --git a/src/icons/Clipboard.js.svg b/src/icons/Clipboard.js.svg new file mode 100644 index 000000000..007a950a7 --- /dev/null +++ b/src/icons/Clipboard.js.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/Highlight.js.png b/src/icons/Highlight.js.png new file mode 100644 index 000000000..525fafdb4 Binary files /dev/null and b/src/icons/Highlight.js.png differ