diff --git a/share/apps.json b/share/apps.json index 8e20fc122..f8688c256 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3535,6 +3535,13 @@ "cats": [ 1 ], "meta": { "generator": "Textpattern" } }, + "Thelia": { + "website": "www.thelia.net", + "cats": [ 1, 6 ], + "meta": { "generator": "Thelia v([\\d.]+)\\;version:\\1" }, + "headers": { "Set-Cookie": "thelia_cart=" }, + "implies": "PHP" + }, "three.js": { "website": "threejs.org", "cats": [ 25 ], diff --git a/share/images/icons/Thelia.png b/share/images/icons/Thelia.png new file mode 100644 index 000000000..0045c5943 Binary files /dev/null and b/share/images/icons/Thelia.png differ