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