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