From 9ec61155b9e9bc96e7bd8b71d3d0af352a9b3312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kowalski?= Date: Sat, 24 Nov 2018 04:07:00 +0100 Subject: [PATCH] Add PlatformOS (#2499) --- src/apps.json | 10 ++++++++++ src/icons/PlatformOS.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/icons/PlatformOS.svg diff --git a/src/apps.json b/src/apps.json index fd59755e9..64082e36a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7504,6 +7504,16 @@ }, "website": "http://planetplanet.org" }, + "PlatformOS": { + "cats": [ + 1 + ], + "icon": "PlatformOS.svg", + "headers": { + "x-powered-by": "^PlatformOS$" + }, + "website": "https://www.platform-os.com" + }, "Play": { "cats": [ 18 diff --git a/src/icons/PlatformOS.svg b/src/icons/PlatformOS.svg new file mode 100644 index 000000000..7388d841e --- /dev/null +++ b/src/icons/PlatformOS.svg @@ -0,0 +1 @@ + \ No newline at end of file