diff --git a/share/images/icons/three.js.png b/share/images/icons/three.js.png new file mode 100644 index 000000000..e6376a93e Binary files /dev/null and b/share/images/icons/three.js.png differ diff --git a/share/js/apps.js b/share/js/apps.js index 8f299da7d..6ef16b204 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -298,6 +298,7 @@ 'swift.engine': { cats: [ 1 ], headers: { 'X-Powered-By': /swift\.engine/ } }, 'Swiftlet': { cats: [ 18 ], meta: { 'generator': /Swiftlet/i }, html: /Powered by ]+Swiftlet/i, headers: { 'X-Swiftlet-Cache': /.*/, 'X-Powered-By': /Swiftlet/, 'X-Generator': /Swiftlet/ }, implies: [ 'PHP' ] }, 'Textpattern CMS': { cats: [ 1 ], meta: { 'generator': /Textpattern/i } }, + 'three.js': { cats: [ 25 ], script: /three.js/, env: /^THREE$/ }, 'Tiki Wiki CMS Groupware': { cats: [ 1, 2, 8, 11, 13 ], script: /(\/|_)tiki/, meta: { 'generator': /^Tiki/i } }, 'Timeplot': { cats: [ 25 ], script: /timeplot.*\.js/, env: /^Timeplot$/ }, 'TinyMCE': { cats: [ 24 ], env: /^tinyMCE$/ },