diff --git a/src/apps.json b/src/apps.json index 7b7865430..76f3b7549 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1296,6 +1296,16 @@ "implies": "Python", "website": "http://docs.python.org/2/library/basehttpserver.html" }, + "Big Cartel": { + "cats": [ + 6 + ], + "icon": "bigcartel.png", + "meta": { + "generator": "Big Cartel" + }, + "website": "https://www.bigcartel.com" + }, "BigDump": { "cats": [ 3 diff --git a/src/icons/bigcartel.png b/src/icons/bigcartel.png new file mode 100644 index 000000000..8425619da Binary files /dev/null and b/src/icons/bigcartel.png differ