From 7726e8ddf50723892c9811591f0af4eb6739cec1 Mon Sep 17 00:00:00 2001 From: samanbaboli Date: Sun, 3 Sep 2017 13:13:52 +0430 Subject: [PATCH] change raychat regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index f971563ac..d5b486f1d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10567,7 +10567,7 @@ ], "env": "^Raychat$", "icon": "raychat.svg", - "script": "(?:app.raychat.io/scripts/js/)", + "script": "app\.raychat\.io/scripts/js", "website": "https://raychat.io" } },