From 533b02a34e55acd326586252e3b3d79052c6c7e6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Feb 2018 23:05:27 +0100 Subject: [PATCH] Add a way to get Prototype's version (#2081) This can be verified [here](https://revolt.group/) --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 27d20dbb6..622e00ca8 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7508,7 +7508,7 @@ 12 ], "js": { - "Prototype": "" + "Prototype.Version": "(.*)\\;version:\\1" }, "icon": "Prototype.png", "script": "(?:prototype|protoaculous)(?:-([\\d.]*[\\d]))?.*\\.js\\;version:\\1",