diff --git a/src/apps.json b/src/apps.json index 04b2f0408..6dd7a1cd6 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2577,6 +2577,17 @@ "icon": "Font Awesome.png", "website": "http://fontawesome.io" }, + "Fork CMS": { + "cats": [ + "1" + ], + "icon": "ForkCMS.png", + "implies": "Symfony", + "meta": { + "generator": "^Fork CMS$" + }, + "website": "http://www.fork-cms.com/" + }, "Fortune3": { "cats": [ "6" @@ -10162,4 +10173,4 @@ "priority": "9" } } -} \ No newline at end of file +} diff --git a/src/icons/ForkCMS.png b/src/icons/ForkCMS.png new file mode 100755 index 000000000..5057b873c Binary files /dev/null and b/src/icons/ForkCMS.png differ