diff --git a/src/apps.json b/src/apps.json index 7e0ca94bc..18a987c8d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9404,11 +9404,11 @@ "implies": "Perl", "website": "http://metacpan.org/pod/Starlet" }, - "StatCounter": { + "Statcounter": { "cats": [ 10 ], - "icon": "StatCounter.png", + "icon": "Statcounter.svg", "js": { "_statcounter": "\\;confidence:100", "sc_project": "\\;confidence:50", @@ -11393,6 +11393,16 @@ "script": "v2\\.zopim\\.com", "website": "http://zopim.com" }, + "Zenfolio": { + "cats": [ + 7 + ], + "icon": "Zenfolio.png", + "js": { + "Zenfolio": "" + }, + "website": "https://zenfolio.com" + }, "Zepto": { "cats": [ 12 diff --git a/src/icons/StatCounter.png b/src/icons/StatCounter.png deleted file mode 100644 index e3d2bcc3d..000000000 Binary files a/src/icons/StatCounter.png and /dev/null differ diff --git a/src/icons/Statcounter.svg b/src/icons/Statcounter.svg new file mode 100644 index 000000000..9f91885fe --- /dev/null +++ b/src/icons/Statcounter.svg @@ -0,0 +1 @@ + diff --git a/src/icons/Zenfolio.png b/src/icons/Zenfolio.png new file mode 100644 index 000000000..56867d629 Binary files /dev/null and b/src/icons/Zenfolio.png differ