diff --git a/src/apps.json b/src/apps.json index a5826dd9a..6574dac94 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8901,6 +8901,21 @@ "icon": "List.js.png", "script": "^list\\.(?:min\\.)?js$", "website": "www.listjs.com" + }, + "Shopery": { + "cats": [ + 6 + ], + "headers": { + "X-Shopery": "" + }, + "icon": "Shopery.svg", + "implies": [ + "PHP", + "Symfony", + "Elcodi" + ], + "website": "shopery.com" } }, "categories": { diff --git a/src/icons/Shopery.svg b/src/icons/Shopery.svg new file mode 100644 index 000000000..300ad698e --- /dev/null +++ b/src/icons/Shopery.svg @@ -0,0 +1 @@ + \ No newline at end of file