From 842293daf61eab5b099cbe09a020adb7320c6a5a Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Sun, 2 Apr 2017 15:46:15 +0200 Subject: [PATCH 1/3] Added Scholica icon --- src/icons/Scholica.svg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/icons/Scholica.svg diff --git a/src/icons/Scholica.svg b/src/icons/Scholica.svg new file mode 100644 index 000000000..b35216915 --- /dev/null +++ b/src/icons/Scholica.svg @@ -0,0 +1,24 @@ + + + + logo-green-icon + Created with Sketch. + + + + + + + + + \ No newline at end of file From effc63ace198fd05b91fd4df0000113c5440673f Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Sun, 2 Apr 2017 15:56:49 +0200 Subject: [PATCH 2/3] Update apps.json --- src/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps.json b/src/apps.json index 105484c2a..9c0ccd9b6 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6953,6 +6953,16 @@ ], "website": "http://schneider-electric.com" }, + "Scholica": { + "cats": [ + "21" + ], + "headers": { + "X-Scholica-Version": "" + }, + "icon": "Scholica.png", + "website": "http://scholica.com" + }, "Scientific Linux": { "cats": [ "28" From 71ca792a375cfbb0e15bcfd8243afd1a492ed436 Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Sun, 2 Apr 2017 16:06:01 +0200 Subject: [PATCH 3/3] Update apps.json --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 9c0ccd9b6..e1c58c928 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6960,7 +6960,7 @@ "headers": { "X-Scholica-Version": "" }, - "icon": "Scholica.png", + "icon": "Scholica.svg", "website": "http://scholica.com" }, "Scientific Linux": {