From 1033df192fc0d6b1ec3e8a3841337c46ea1731aa Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Mon, 22 Feb 2016 18:29:32 +0100 Subject: [PATCH] added shopery into apps.json --- src/apps.json | 15 +++++++++++++++ src/icons/Shopery.svg | 1 + 2 files changed, 16 insertions(+) create mode 100644 src/icons/Shopery.svg 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