diff --git a/src/apps.json b/src/apps.json index 4b06a262f..9eccd838a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6076,6 +6076,17 @@ "script": "reveal(?:\\.min)?\\.js", "website": "lab.hakim.se/reveal-js" }, + "Revel": { + "cats": [ + 18 + ], + "headers": { + "Set-Cookie": "^REVEL_(?:FLASH|SESSION)=" + }, + "implies": "Go", + "icon": "Revel.png", + "website": "revel.github.io" + }, "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