From b9404c9d86f6ca2dcd2ba05498be69b05ea7b4a9 Mon Sep 17 00:00:00 2001 From: Benjamin Diolez Date: Fri, 17 Feb 2017 14:37:52 +0100 Subject: [PATCH] AT Internet last tag detection Adding the new tag version for AT Internet tracking (SmartTag) --- src/apps.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 0a2c7d0d0..cc02b44e2 100755 --- a/src/apps.json +++ b/src/apps.json @@ -105,7 +105,10 @@ "cats": [ 10 ], - "env": "^xtsite$", + "env": [ + "^xtsite$", + "^ATInternet$" + ], "icon": "AT Internet Analyzer.png", "website": "atinternet.com/en" }, @@ -9601,4 +9604,4 @@ "51": "Landing Page Builders", "52": "Live Chat" } -} \ No newline at end of file +}