From c3e0d595351eb0e2da84d9cb63d65f0da885e593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Re=CC=81mond?= Date: Wed, 3 May 2017 16:44:08 +0200 Subject: [PATCH] Add Play Framework --- src/apps.json | 11 +++++++++++ src/icons/Play.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 src/icons/Play.svg diff --git a/src/apps.json b/src/apps.json index 210d24223..565a3c1f4 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4365,6 +4365,17 @@ "implies": "Scala", "website": "http://liftweb.net" }, + "Play": { + "cats": [ + "18" + ], + "headers": { + "Set-Cookie": "PLAY_SESSION" + }, + "icon": "Play.svg", + "implies": "Scala", + "website": "https://www.playframework.com" + }, "LightMon Engine": { "cats": [ "1" diff --git a/src/icons/Play.svg b/src/icons/Play.svg new file mode 100644 index 000000000..10925d767 --- /dev/null +++ b/src/icons/Play.svg @@ -0,0 +1 @@ + \ No newline at end of file