diff --git a/src/apps.json b/src/apps.json index 38c0ec51b..fd5f2f905 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6147,6 +6147,18 @@ "script": "reveal(?:\\.min)?\\.js", "website": "lab.hakim.se/reveal-js" }, + "Revel": { + "cats": [ + 18 + ], + "icon": "Revel.png", + "headers": { + "Set-Cookie": "^REVEL_(?:FLASH|SESSION)=" + }, + "implies": "Go", + "website": "revel.github.io", + "icon": "Revel.png" + }, "Rickshaw": { "cats": [ 25 diff --git a/src/icons/Revel.png b/src/icons/Revel.png new file mode 100644 index 000000000..f8e9b6ef5 Binary files /dev/null and b/src/icons/Revel.png differ