Codebase list libhttp-browserdetect-perl / dbcc3f3
Tidy tests. Olaf Alders 9 years ago
3 changed file(s) with 9176 addition(s) and 9920 deletion(s). Raw diff Collapse all Expand all
5151 my $ua;
5252 my @tokens;
5353 if ( m{^\d+\.\d+\.\d+\.\d+} || m{^\w+\:\w+\:\w+\:} ) {
54 # Apache log format, match tokens and get the user agent
55 @tokens = (
56 $_ =~ m{ ( \" [^\"]* \" |
54
55 # Apache log format, match tokens and get the user agent
56 @tokens = (
57 $_ =~ m{ ( \" [^\"]* \" |
5758 [^\[\]\"\s]+ |
5859 \[ [^\[\]]* \] )
59 }xg );
60 ( $ua ) = ( $tokens[8] =~ m{\"(.*)\"} ) or next;
61 $ua =~ s/^\'(.*)\'$/$1/;
62 } else {
63 # Just a list of user agents
64 chomp;
65 $ua = $_;
60 }xg
61 );
62 ($ua) = ( $tokens[8] =~ m{\"(.*)\"} ) or next;
63 $ua =~ s/^\'(.*)\'$/$1/;
64 }
65 else {
66 # Just a list of user agents
67 chomp;
68 $ua = $_;
6669 }
6770 @tokens = ( $ua =~ m{ (\w+) }xg ); # Words within the user agent
6871 my $added = 0;
00 {
1 "AccServer[admin-HDNVR]/5.2.2.24(27991) 64-bit HTTP-Agent" : {
2 "browser_beta" : ".2.24(27991)",
3 "browser_major" : "5",
4 "browser_minor" : ".2",
5 "match" : [
6 "robot"
7 ],
8 "robot" : "unknown",
9 "robot_name" : "64-bit HTTP-Agent"
10 },
11 "AdnormCrawler www.adnorm.com/crawler" : {
12 "browser_major" : 0,
13 "browser_minor" : ".0",
14 "match" : [
15 "robot"
16 ],
17 "robot" : "unknown",
18 "robot_name" : "AdnormCrawler www.adnorm.com/crawler"
19 },
20 "AdsBot-Google (+http://www.google.com/adsbot.html)" : {
21 "browser_major" : 0,
22 "browser_minor" : ".0",
23 "match" : [
24 "robot",
25 "googleadsbot",
26 "google"
27 ],
28 "robot" : "googleadsbot",
29 "robot_name" : "Google AdsBot"
30 },
131 "AdsBot-Google-Mobile (+http://www.google.com/mobile/adsbot.html) Mozilla (iPhone; U; CPU iPhone OS 3 0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile Safari" : {
232 "browser" : "safari",
333 "browser_string" : "Safari",
2858 "robot_string" : "Google AdsBot",
2959 "version" : 0
3060 },
61 "Apache-HttpClient/4.2.3 (java 1.5)" : {
62 "browser_beta" : ".3",
63 "browser_major" : "4",
64 "browser_minor" : ".2",
65 "match" : [
66 "apache",
67 "robot"
68 ],
69 "robot" : "apache",
70 "robot_name" : "Apache http client"
71 },
72 "Apache-HttpClient/UNAVAILABLE (java 1.4)" : {
73 "browser_major" : 0,
74 "browser_minor" : ".0",
75 "match" : [
76 "apache",
77 "robot"
78 ],
79 "robot" : "apache",
80 "robot_name" : "Apache http client"
81 },
82 "Apple-PubSub/28" : {
83 "browser_major" : 0,
84 "browser_minor" : ".0",
85 "match" : [],
86 "robot" : 0
87 },
3188 "AppleCoreMedia/1.0.0.9A405 (iPad; U; CPU OS 5_0_1 like Mac OS X; en_us)" : {
3289 "beta" : ".0.9a405",
3390 "browser" : "applecoremedia",
57114 "public_version" : 1,
58115 "version" : 1
59116 },
117 "BLABLUBB" : {
118 "browser_major" : 0,
119 "browser_minor" : ".0",
120 "match" : [],
121 "robot" : 0
122 },
123 "BUbiNG (+http://law.di.unimi.it/BUbiNG.html)" : {
124 "browser_major" : 0,
125 "browser_minor" : ".0",
126 "match" : [
127 "robot"
128 ],
129 "robot" : "unknown",
130 "robot_name" : "BUbiNG"
131 },
132 "Baiduspider-image+(+http://www.baidu.com/search/spider.htm)\\\\nReferer: http://image.baidu.com/i?ct=503316480&z=0&tn=baiduimagedetail" : {
133 "browser_major" : 0,
134 "browser_minor" : ".0",
135 "match" : [
136 "robot",
137 "baidu"
138 ],
139 "robot" : "baidu",
140 "robot_name" : "Baidu Spider"
141 },
142 "BingLocalSearchBot/1.0" : {
143 "browser_major" : "1",
144 "browser_minor" : ".0",
145 "match" : [
146 "robot"
147 ],
148 "robot" : "unknown",
149 "robot_name" : "BingLocalSearchBot/1.0"
150 },
151 "BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent" : {
152 "browser" : "blackberry",
153 "browser_beta" : ".0.167",
154 "browser_major" : "4",
155 "browser_minor" : ".6",
156 "browser_string" : "BlackBerry",
157 "device" : "blackberry",
158 "device_string" : "BlackBerry 9000",
159 "match" : [
160 "device",
161 "blackberry",
162 "mobile",
163 "robot"
164 ],
165 "robot" : "unknown",
166 "robot_name" : "BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent"
167 },
60168 "CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html)" : {
61169 "beta" : "beta",
62170 "major" : "1",
72180 "robot_string" : "CATExplorador/1.0beta",
73181 "version" : 1
74182 },
183 "CCBot/2.0 (http://commoncrawl.org/faq/)" : {
184 "browser_major" : "2",
185 "browser_minor" : ".0",
186 "match" : [
187 "robot"
188 ],
189 "robot" : "unknown",
190 "robot_name" : "CCBot/2.0"
191 },
75192 "COMODO SSL Checker" : {
76 "major" : 0,
193 "browser_major" : 0,
194 "browser_minor" : ".0",
77195 "match" : [
78196 "robot"
79197 ],
80 "minor" : ".0",
81 "public_major" : 0,
82 "public_minor" : ".0",
83 "public_version" : 0,
84198 "robot" : "unknown",
85 "robot_string" : "COMODO SSL Checker",
86 "version" : 0
199 "robot_name" : "COMODO SSL Checker"
200 },
201 "CRAZYWEBCRAWLER 0.9.2, http://www.crazywebcrawler.com" : {
202 "browser_major" : 0,
203 "browser_minor" : ".0",
204 "match" : [
205 "robot",
206 "webcrawler"
207 ],
208 "robot" : "webcrawler",
209 "robot_name" : "WebCrawler"
210 },
211 "CatchBot/2.0; +http://www.catchbot.com" : {
212 "browser_beta" : ";",
213 "browser_major" : "2",
214 "browser_minor" : ".0",
215 "match" : [
216 "robot"
217 ],
218 "robot" : "unknown",
219 "robot_name" : "CatchBot/2.0"
220 },
221 "Crowsnest/0.5 (+http://www.crowsnest.tv/)" : {
222 "browser_major" : 0,
223 "browser_minor" : ".5",
224 "match" : [
225 "robot"
226 ],
227 "robot" : "unknown",
228 "robot_name" : "Crowsnest/0.5"
229 },
230 "Dalvik/1.6.0 (Linux; U; Android 4.4.2; LGMS395 Build/KOT49I.MS39510d)" : {
231 "browser" : "dalvik",
232 "browser_beta" : ".0",
233 "browser_major" : "1",
234 "browser_minor" : ".6",
235 "browser_string" : "Dalvik",
236 "device" : "android",
237 "device_string" : "Android (LGMS395)",
238 "match" : [
239 "device",
240 "android",
241 "mobile",
242 "dalvik",
243 "lib"
244 ],
245 "os" : "android",
246 "os_beta" : ".2",
247 "os_major" : "4",
248 "os_minor" : ".4",
249 "os_string" : "Android",
250 "robot" : 0
251 },
252 "Dalvik/1.6.0 (Linux; U; Android 4.4.4; SAMSUNG-SM-G900A Build/KTU84P)" : {
253 "browser" : "dalvik",
254 "browser_beta" : ".0",
255 "browser_major" : "1",
256 "browser_minor" : ".6",
257 "browser_string" : "Dalvik",
258 "device" : "android",
259 "device_string" : "Android (SAMSUNG-SM-G900A)",
260 "match" : [
261 "device",
262 "android",
263 "mobile",
264 "dalvik",
265 "lib"
266 ],
267 "os" : "android",
268 "os_beta" : ".4",
269 "os_major" : "4",
270 "os_minor" : ".4",
271 "os_string" : "Android",
272 "robot" : 0
273 },
274 "DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)" : {
275 "browser_major" : "2",
276 "browser_minor" : ".1",
277 "match" : [
278 "mobile",
279 "robot",
280 "googlemobile",
281 "google"
282 ],
283 "robot" : "googlemobile",
284 "robot_name" : "Googlebot Mobile"
87285 },
88286 "Dolphin http client/11.3.8(421) (Android)" : {
89287 "beta" : ".8(421)",
104302 "public_version" : 11.3,
105303 "version" : 11.3
106304 },
305 "Ec2-TEST/1.1 (http://amazon-ec2.com; test@amazon-ec2.com)" : {
306 "browser_major" : "1",
307 "browser_minor" : ".1",
308 "match" : [],
309 "robot" : 0
310 },
311 "EventMachine HttpClient" : {
312 "browser_major" : 0,
313 "browser_minor" : ".0",
314 "match" : [],
315 "robot" : 0
316 },
317 "FAST-WebCrawler/3.8" : {
318 "browser_major" : "3",
319 "browser_minor" : ".8",
320 "match" : [
321 "robot",
322 "webcrawler"
323 ],
324 "robot" : "webcrawler",
325 "robot_name" : "WebCrawler"
326 },
107327 "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 1 subscribers; feed-id=331724573339007561)" : {
108 "major" : 0,
328 "browser_major" : 0,
329 "browser_minor" : ".0",
109330 "match" : [
110331 "robot"
111332 ],
112 "minor" : ".0",
113 "public_major" : 0,
114 "public_minor" : ".0",
115 "public_version" : 0,
116333 "robot" : "unknown",
117 "robot_string" : "Feedfetcher-Google",
118 "version" : 0
334 "robot_name" : "Feedfetcher-Google"
335 },
336 "Foo" : {
337 "browser_major" : 0,
338 "browser_minor" : ".0",
339 "match" : [],
340 "robot" : 0
341 },
342 "Go 1.1 package http" : {
343 "browser_major" : 0,
344 "browser_minor" : ".0",
345 "match" : [
346 "robot",
347 "lib",
348 "golib"
349 ],
350 "robot" : "golib",
351 "robot_name" : "Go language http library"
352 },
353 "Google-HTTP-Java-Client/1.17.0-rc (gzip)" : {
354 "browser_beta" : ".0-rc",
355 "browser_major" : "1",
356 "browser_minor" : ".17",
357 "match" : [
358 "robot",
359 "java",
360 "lib"
361 ],
362 "robot" : "java",
363 "robot_name" : "Java"
364 },
365 "Google_Analytics_Snippet_Validator" : {
366 "browser_major" : 0,
367 "browser_minor" : ".0",
368 "match" : [
369 "robot"
370 ],
371 "robot" : "unknown",
372 "robot_name" : "Google_Analytics_Snippet_Validator"
373 },
374 "Googlebot-Image/1.0" : {
375 "browser_major" : "1",
376 "browser_minor" : ".0",
377 "match" : [
378 "robot",
379 "googlebotimage",
380 "google"
381 ],
382 "robot" : "googlebotimage",
383 "robot_name" : "Googlebot Images"
384 },
385 "Googlebot/2.1 (+http://www.googlebawt.com/bot.html)" : {
386 "browser_major" : "2",
387 "browser_minor" : ".1",
388 "match" : [
389 "robot",
390 "google"
391 ],
392 "robot" : "google",
393 "robot_name" : "Googlebot"
394 },
395 "IE8 on Windows Vista" : {
396 "browser_major" : 0,
397 "browser_minor" : ".0",
398 "match" : [
399 "windows"
400 ],
401 "robot" : 0
402 },
403 "ImageSearcherPro/2.2.2 CFNetwork/711.2.23 Darwin/14.0.0" : {
404 "browser_beta" : ".2",
405 "browser_major" : "2",
406 "browser_minor" : ".2",
407 "match" : [
408 "robot"
409 ],
410 "robot" : "unknown",
411 "robot_name" : "ImageSearcherPro/2.2.2 CFNetwork/711.2.23 Darwin/14.0.0"
412 },
413 "InAGist URL Resolver (http://inagist.com)" : {
414 "browser_major" : 0,
415 "browser_minor" : ".0",
416 "match" : [
417 "robot"
418 ],
419 "robot" : "unknown",
420 "robot_name" : "InAGist URL Resolver"
119421 },
120422 "Ipad Iphone Safari" : {
121423 "browser" : "safari",
139441 "public_version" : 0,
140442 "version" : 0
141443 },
444 "Java/1.6.0_04" : {
445 "browser_beta" : ".0_04",
446 "browser_major" : "1",
447 "browser_minor" : ".6",
448 "match" : [
449 "robot",
450 "java",
451 "lib"
452 ],
453 "robot" : "java",
454 "robot_name" : "Java"
455 },
456 "Java/1.6.0_65" : {
457 "browser_beta" : ".0_65",
458 "browser_major" : "1",
459 "browser_minor" : ".6",
460 "match" : [
461 "robot",
462 "java",
463 "lib"
464 ],
465 "robot" : "java",
466 "robot_name" : "Java"
467 },
468 "Java/1.7.0_51" : {
469 "browser_beta" : ".0_51",
470 "browser_major" : "1",
471 "browser_minor" : ".7",
472 "match" : [
473 "robot",
474 "java",
475 "lib"
476 ],
477 "robot" : "java",
478 "robot_name" : "Java"
479 },
480 "Java/1.7.0_60-ea" : {
481 "browser_beta" : ".0_60-ea",
482 "browser_major" : "1",
483 "browser_minor" : ".7",
484 "match" : [
485 "robot",
486 "java",
487 "lib"
488 ],
489 "robot" : "java",
490 "robot_name" : "Java"
491 },
492 "Java/1.7.0_71" : {
493 "browser_beta" : ".0_71",
494 "browser_major" : "1",
495 "browser_minor" : ".7",
496 "match" : [
497 "robot",
498 "java",
499 "lib"
500 ],
501 "robot" : "java",
502 "robot_name" : "Java"
503 },
504 "Java/1.7.0_75" : {
505 "browser_beta" : ".0_75",
506 "browser_major" : "1",
507 "browser_minor" : ".7",
508 "match" : [
509 "robot",
510 "java",
511 "lib"
512 ],
513 "robot" : "java",
514 "robot_name" : "Java"
515 },
516 "LWP::Simple/6.00 libwww-perl/6.08" : {
517 "browser_major" : "6",
518 "browser_minor" : ".00",
519 "match" : [
520 "robot",
521 "lwp",
522 "lib"
523 ],
524 "robot" : "lwp",
525 "robot_name" : "LWP::UserAgent"
526 },
527 "LumiBot 2.0" : {
528 "browser_major" : 0,
529 "browser_minor" : ".0",
530 "match" : [
531 "robot"
532 ],
533 "robot" : "unknown",
534 "robot_name" : "LumiBot 2.0"
535 },
536 "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.6" : {
537 "browser" : "lynx",
538 "browser_beta" : ".4rel.1",
539 "browser_major" : "2",
540 "browser_minor" : ".8",
541 "browser_string" : "Lynx",
542 "match" : [
543 "lynx"
544 ],
545 "robot" : 0
546 },
142547 "MAUI WAP Browser" : {
143548 "device" : "wap",
144549 "device_string" : "WAP capable phone",
153558 "public_minor" : ".0",
154559 "public_version" : 0,
155560 "version" : 0
561 },
562 "Mechanize/2.7.2 Ruby/2.0.0p481 (http://github.com/sparklemotion/mechanize/)" : {
563 "browser_beta" : ".2",
564 "browser_major" : "2",
565 "browser_minor" : ".7",
566 "match" : [
567 "robot",
568 "lib",
569 "rubylib"
570 ],
571 "robot" : "rubylib",
572 "robot_name" : "Ruby http library"
573 },
574 "Mechanize/2.7.2 Ruby/2.1.3p242 (http://github.com/sparklemotion/mechanize/)" : {
575 "browser_beta" : ".2",
576 "browser_major" : "2",
577 "browser_minor" : ".7",
578 "match" : [
579 "robot",
580 "lib",
581 "rubylib"
582 ],
583 "robot" : "rubylib",
584 "robot_name" : "Ruby http library"
585 },
586 "Microsoft-WebDAV-MiniRedir/5.1.2600" : {
587 "browser_beta" : ".2600",
588 "browser_major" : "5",
589 "browser_minor" : ".1",
590 "match" : [],
591 "robot" : 0
592 },
593 "MixBot (+http://t.co/GSRLLKex24)" : {
594 "browser_major" : 0,
595 "browser_minor" : ".0",
596 "match" : [
597 "robot"
598 ],
599 "robot" : "unknown",
600 "robot_name" : "MixBot"
601 },
602 "MobileSafari/600.1.4 CFNetwork/711.1.16 Darwin/14.0.0" : {
603 "browser" : "safari",
604 "browser_major" : "2",
605 "browser_minor" : ".0",
606 "browser_string" : "Mobile Safari",
607 "match" : [
608 "safari",
609 "mobile_safari"
610 ],
611 "robot" : 0
612 },
613 "MobileSafari/9537.53 CFNetwork/672.1.15 Darwin/14.0.0" : {
614 "browser" : "safari",
615 "browser_major" : "2",
616 "browser_minor" : ".0",
617 "browser_string" : "Mobile Safari",
618 "match" : [
619 "safari",
620 "mobile_safari"
621 ],
622 "robot" : 0
623 },
624 "Morfeus Fucking Scanner" : {
625 "browser_major" : 0,
626 "browser_minor" : ".0",
627 "match" : [
628 "robot"
629 ],
630 "robot" : "unknown",
631 "robot_name" : "Morfeus Fucking Scanner"
632 },
633 "Mozilla/0.6 Beta (Windows)" : {
634 "browser" : "netscape",
635 "browser_major" : 0,
636 "browser_minor" : ".6",
637 "browser_string" : "Netscape",
638 "match" : [
639 "windows",
640 "netscape"
641 ],
642 "robot" : 0
643 },
644 "Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)" : {
645 "browser" : "ie",
646 "browser_major" : "2",
647 "browser_minor" : ".0",
648 "browser_string" : "MSIE",
649 "engine" : "ie",
650 "engine_string" : "MSIE",
651 "match" : [
652 "windows",
653 "win95",
654 "win32",
655 "ie"
656 ],
657 "os" : "windows",
658 "os_string" : "Win95",
659 "robot" : 0
660 },
661 "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)" : {
662 "browser" : "ie",
663 "browser_beta" : "d",
664 "browser_major" : "2",
665 "browser_minor" : ".0",
666 "browser_string" : "MSIE",
667 "engine" : "ie",
668 "engine_string" : "MSIE",
669 "match" : [
670 "windows",
671 "winnt",
672 "win32",
673 "ie"
674 ],
675 "os" : "windows",
676 "os_string" : "WinNT",
677 "robot" : 0
678 },
679 "Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)" : {
680 "browser" : "ie",
681 "browser_major" : "3",
682 "browser_minor" : ".02",
683 "browser_string" : "MSIE",
684 "engine" : "ie",
685 "engine_string" : "MSIE",
686 "match" : [
687 "windows",
688 "wince",
689 "mobile",
690 "ie",
691 "ie3"
692 ],
693 "os" : "windows",
694 "os_string" : "WinCE",
695 "robot" : 0
696 },
697 "Mozilla/2.0 (compatible; crw)" : {
698 "browser_major" : "2",
699 "browser_minor" : ".0",
700 "match" : [],
701 "robot" : 0
156702 },
157703 "Mozilla/3.0 (compatible; Indy Library)" : {
158704 "major" : "3",
170716 "version" : 3
171717 },
172718 "Mozilla/3.0 (compatible; WebCapture 2.0; Auto; Windows)" : {
173 "major" : "2",
174 "match" : [
175 "robot",
176 "windows"
177 ],
178 "minor" : ".0",
179 "public_major" : "2",
180 "public_minor" : ".0",
181 "public_version" : 2,
719 "browser_major" : "2",
720 "browser_minor" : ".0",
721 "match" : [
722 "windows",
723 "robot"
724 ],
182725 "robot" : "unknown",
183 "robot_string" : "WebCapture 2.0",
184 "version" : 2
726 "robot_name" : "WebCapture 2.0"
727 },
728 "Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)" : {
729 "browser" : "netscape",
730 "browser_major" : "3",
731 "browser_minor" : ".0",
732 "browser_string" : "Netscape",
733 "language" : "EN",
734 "match" : [
735 "windows",
736 "winnt",
737 "win32",
738 "winxp",
739 "netscape",
740 "nav3"
741 ],
742 "os" : "windows",
743 "os_string" : "WinXP",
744 "robot" : 0
745 },
746 "Mozilla/4.0" : {
747 "browser" : "netscape",
748 "browser_major" : "4",
749 "browser_minor" : ".0",
750 "browser_string" : "Netscape",
751 "match" : [
752 "netscape",
753 "nav4",
754 "nav4up"
755 ],
756 "robot" : 0
757 },
758 "Mozilla/4.0 (CMS Crawler: http://www.cmscrawler.com)" : {
759 "browser" : "netscape",
760 "browser_major" : "4",
761 "browser_minor" : ".0",
762 "browser_string" : "Netscape",
763 "match" : [
764 "netscape",
765 "nav4",
766 "nav4up",
767 "robot"
768 ],
769 "robot" : "unknown",
770 "robot_name" : "CMS Crawler: http://www.cmscrawler.com"
185771 },
186772 "Mozilla/4.0 (compatible: MSIE 7.0; Windows NT 6.0)" : {
187773 "browser" : "ie",
209795 "version" : 7
210796 },
211797 "Mozilla/4.0 (compatible; Blog Search;)" : {
212 "major" : "4",
798 "browser_major" : "4",
799 "browser_minor" : ".0",
213800 "match" : [
214801 "robot"
215802 ],
216 "minor" : ".0",
217 "public_major" : "4",
218 "public_minor" : ".0",
219 "public_version" : 4,
220803 "robot" : "unknown",
221 "robot_string" : "Blog Search",
222 "version" : 4
223 },
224 "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)" : {
225 "browser" : "ie",
804 "robot_name" : "Blog Search"
805 },
806 "Mozilla/4.0 (compatible; GoogleToolbar 7.0.1710.2246; Windows 6.1; MSIE 9.0.8112.16421)" : {
807 "browser" : "ie",
808 "browser_beta" : ".1710.2246",
809 "browser_major" : "7",
810 "browser_minor" : ".0",
226811 "browser_string" : "MSIE",
227812 "engine" : "ie",
228813 "engine_string" : "MSIE",
229 "major" : "4",
814 "match" : [
815 "windows",
816 "ie",
817 "ie4up",
818 "ie5up",
819 "ie55up",
820 "ie7"
821 ],
822 "robot" : 0
823 },
824 "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)" : {
825 "browser" : "ie",
826 "browser_major" : "4",
827 "browser_minor" : ".01",
828 "browser_string" : "MSIE",
829 "engine" : "ie",
830 "engine_string" : "MSIE",
230831 "match" : [
231832 "windows",
232833 "winnt",
235836 "ie4",
236837 "ie4up"
237838 ],
238 "minor" : ".01",
239839 "os" : "windows",
240840 "os_string" : "WinNT",
241 "public_major" : "4",
242 "public_minor" : ".01",
243 "public_version" : 4.01,
244 "version" : 4.01
245 },
246 "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)" : {
247 "browser" : "ie",
841 "robot" : 0
842 },
843 "Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)" : {
844 "browser" : "ie",
845 "browser_major" : "5",
846 "browser_minor" : ".01",
847 "browser_string" : "MSIE",
848 "engine" : "ie",
849 "engine_string" : "MSIE",
850 "match" : [
851 "windows",
852 "win95",
853 "win32",
854 "ie",
855 "ie4up",
856 "ie5",
857 "ie5up",
858 "robot"
859 ],
860 "os" : "windows",
861 "os_string" : "Win95",
862 "robot" : "unknown",
863 "robot_name" : "MSIECrawler"
864 },
865 "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; MRA 3.0 (build 00614))" : {
866 "browser" : "ie",
867 "browser_major" : "5",
868 "browser_minor" : ".01",
869 "browser_string" : "MSIE",
870 "engine" : "ie",
871 "engine_string" : "MSIE",
872 "match" : [
873 "windows",
874 "winnt",
875 "win32",
876 "win2k",
877 "ie",
878 "ie4up",
879 "ie5",
880 "ie5up"
881 ],
882 "os" : "windows",
883 "os_string" : "Win2k",
884 "robot" : 0
885 },
886 "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]" : {
887 "browser" : "opera",
888 "browser_major" : "6",
889 "browser_minor" : ".0",
890 "browser_string" : "Opera",
891 "language" : "EN",
892 "match" : [
893 "win2k",
894 "win32",
895 "windows",
896 "winnt",
897 "opera",
898 "opera6"
899 ],
900 "robot" : 0
901 },
902 "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01 [en]" : {
903 "browser" : "opera",
904 "browser_major" : "6",
905 "browser_minor" : ".01",
906 "browser_string" : "Opera",
907 "language" : "EN",
908 "match" : [
909 "windows",
910 "win95",
911 "win32",
912 "opera",
913 "opera6"
914 ],
915 "os" : "windows",
916 "os_string" : "Win95",
917 "robot" : 0
918 },
919 "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)" : {
920 "browser" : "ie",
921 "browser_major" : "5",
922 "browser_minor" : ".0",
923 "browser_string" : "MSIE",
924 "engine" : "ie",
925 "engine_string" : "MSIE",
926 "match" : [
927 "windows",
928 "winnt",
929 "win32",
930 "ie",
931 "ie4up",
932 "ie5",
933 "ie5up"
934 ],
935 "os" : "windows",
936 "os_string" : "WinNT",
937 "robot" : 0
938 },
939 "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)" : {
940 "browser" : "ie",
941 "browser_major" : "5",
942 "browser_minor" : ".5",
943 "browser_string" : "MSIE",
944 "engine" : "ie",
945 "engine_string" : "MSIE",
946 "match" : [
947 "windows",
948 "win95",
949 "win32",
950 "ie",
951 "ie4up",
952 "ie5",
953 "ie5up",
954 "ie55",
955 "ie55up"
956 ],
957 "os" : "windows",
958 "os_string" : "Win95",
959 "robot" : 0
960 },
961 "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; .NET CLR 1.0.2914)" : {
962 "browser" : "ie",
963 "browser_major" : "5",
964 "browser_minor" : ".5",
965 "browser_string" : "MSIE",
966 "engine" : "ie",
967 "engine_string" : "MSIE",
968 "match" : [
969 "windows",
970 "winnt",
971 "win32",
972 "ie",
973 "ie4up",
974 "ie5",
975 "ie5up",
976 "ie55",
977 "ie55up",
978 "dotnet"
979 ],
980 "os" : "windows",
981 "os_string" : "WinNT",
982 "robot" : 0
983 },
984 "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)" : {
985 "browser" : "ie",
986 "browser_major" : "6",
987 "browser_minor" : ".0",
248988 "browser_string" : "AOL Browser",
249989 "engine" : "ie",
250990 "engine_string" : "MSIE",
251 "major" : "6",
991 "match" : [
992 "windows",
993 "winnt",
994 "win32",
995 "winxp",
996 "ie",
997 "aol",
998 "ie4up",
999 "ie5up",
1000 "ie55up",
1001 "ie6"
1002 ],
1003 "os" : "windows",
1004 "os_string" : "WinXP",
1005 "robot" : 0
1006 },
1007 "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)" : {
1008 "browser" : "ie",
1009 "browser_major" : "6",
1010 "browser_minor" : ".0",
1011 "browser_string" : "AOL Browser",
1012 "engine" : "ie",
1013 "engine_string" : "MSIE",
2521014 "match" : [
2531015 "windows",
2541016 "winnt",
2611023 "ie55up",
2621024 "ie6",
2631025 "dotnet"
1026 ],
1027 "os" : "windows",
1028 "os_string" : "WinXP",
1029 "robot" : 0
1030 },
1031 "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]" : {
1032 "browser" : "opera",
1033 "browser_major" : "7",
1034 "browser_minor" : ".02",
1035 "browser_string" : "Opera",
1036 "language" : "EN",
1037 "match" : [
1038 "windows",
1039 "winnt",
1040 "win32",
1041 "win2k",
1042 "opera",
1043 "opera7"
1044 ],
1045 "os" : "windows",
1046 "os_string" : "Win2k",
1047 "robot" : 0
1048 },
1049 "Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)" : {
1050 "browser" : "ie",
1051 "browser_major" : "6",
1052 "browser_minor" : ".0",
1053 "browser_string" : "AOL Browser",
1054 "engine" : "ie",
1055 "engine_string" : "MSIE",
1056 "match" : [
1057 "windows",
1058 "win98",
1059 "win32",
1060 "ie",
1061 "aol",
1062 "ie4up",
1063 "ie5up",
1064 "ie55up",
1065 "ie6",
1066 "aol6"
1067 ],
1068 "os" : "windows",
1069 "os_string" : "Win98",
1070 "robot" : 0
1071 },
1072 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)" : {
1073 "browser" : "ie",
1074 "browser_major" : "6",
1075 "browser_minor" : ".0",
1076 "browser_string" : "MSIE",
1077 "engine" : "ie",
1078 "engine_string" : "MSIE",
1079 "match" : [
1080 "windows",
1081 "winme",
1082 "win32",
1083 "ie",
1084 "ie4up",
1085 "ie5up",
1086 "ie55up",
1087 "ie6"
1088 ],
1089 "os" : "windows",
1090 "os_string" : "WinME",
1091 "robot" : 0
1092 },
1093 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)" : {
1094 "browser" : "ie",
1095 "browser_string" : "MSIE",
1096 "engine" : "ie",
1097 "engine_string" : "MSIE",
1098 "major" : "6",
1099 "match" : [
1100 "windows",
1101 "winme",
1102 "win32",
1103 "ie",
1104 "ie4up",
1105 "ie5up",
1106 "ie55up",
1107 "ie6"
1108 ],
1109 "minor" : ".0",
1110 "os" : "windows",
1111 "os_string" : "WinME",
1112 "public_major" : "6",
1113 "public_minor" : ".0",
1114 "public_version" : 6,
1115 "version" : 6
1116 },
1117 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; H010818; AT&T CSM6.0)" : {
1118 "browser" : "ie",
1119 "browser_major" : "6",
1120 "browser_minor" : ".0",
1121 "browser_string" : "MSIE",
1122 "engine" : "ie",
1123 "engine_string" : "MSIE",
1124 "match" : [
1125 "windows",
1126 "winme",
1127 "win32",
1128 "ie",
1129 "ie4up",
1130 "ie5up",
1131 "ie55up",
1132 "ie6"
1133 ],
1134 "os" : "windows",
1135 "os_string" : "WinME",
1136 "robot" : 0
1137 },
1138 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; MRA 4.1 (build 00975))" : {
1139 "browser" : "ie",
1140 "browser_major" : "6",
1141 "browser_minor" : ".0",
1142 "browser_string" : "MSIE",
1143 "engine" : "ie",
1144 "engine_string" : "MSIE",
1145 "match" : [
1146 "windows",
1147 "winme",
1148 "win32",
1149 "ie",
1150 "ie4up",
1151 "ie5up",
1152 "ie55up",
1153 "ie6"
1154 ],
1155 "os" : "windows",
1156 "os_string" : "WinME",
1157 "robot" : 0
1158 },
1159 "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]" : {
1160 "browser" : "opera",
1161 "browser_major" : "7",
1162 "browser_minor" : ".11",
1163 "browser_string" : "Opera",
1164 "language" : "EN",
1165 "match" : [
1166 "win32",
1167 "windows",
1168 "winme",
1169 "opera",
1170 "opera7"
1171 ],
1172 "robot" : 0
1173 },
1174 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)" : {
1175 "browser" : "ie",
1176 "browser_major" : "6",
1177 "browser_minor" : ".0",
1178 "browser_string" : "MSIE",
1179 "engine" : "ie",
1180 "engine_string" : "MSIE",
1181 "match" : [
1182 "windows",
1183 "winnt",
1184 "win32",
1185 "win2k",
1186 "ie",
1187 "ie4up",
1188 "ie5up",
1189 "ie55up",
1190 "ie6"
1191 ],
1192 "os" : "windows",
1193 "os_string" : "Win2k",
1194 "robot" : 0
1195 },
1196 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MRA 4.0 (build 00768))" : {
1197 "browser" : "ie",
1198 "browser_major" : "6",
1199 "browser_minor" : ".0",
1200 "browser_string" : "MSIE",
1201 "engine" : "ie",
1202 "engine_string" : "MSIE",
1203 "match" : [
1204 "windows",
1205 "winnt",
1206 "win32",
1207 "win2k",
1208 "ie",
1209 "ie4up",
1210 "ie5up",
1211 "ie55up",
1212 "ie6"
1213 ],
1214 "os" : "windows",
1215 "os_string" : "Win2k",
1216 "robot" : 0
1217 },
1218 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)" : {
1219 "browser" : "ie",
1220 "browser_major" : "6",
1221 "browser_minor" : ".0",
1222 "browser_string" : "MSIE",
1223 "engine" : "ie",
1224 "engine_string" : "MSIE",
1225 "match" : [
1226 "windows",
1227 "winnt",
1228 "win32",
1229 "win2k",
1230 "ie",
1231 "ie4up",
1232 "ie5up",
1233 "ie55up",
1234 "ie6"
1235 ],
1236 "os" : "windows",
1237 "os_string" : "Win2k",
1238 "robot" : 0
1239 },
1240 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) AdsFilter/1.0.0.15" : {
1241 "browser" : "ie",
1242 "browser_major" : "6",
1243 "browser_minor" : ".0",
1244 "browser_string" : "MSIE",
1245 "engine" : "ie",
1246 "engine_string" : "MSIE",
1247 "match" : [
1248 "windows",
1249 "winnt",
1250 "win32",
1251 "winxp",
1252 "ie",
1253 "ie4up",
1254 "ie5up",
1255 "ie55up",
1256 "ie6"
1257 ],
1258 "os" : "windows",
1259 "os_string" : "WinXP",
1260 "robot" : 0
1261 },
1262 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]" : {
1263 "browser" : "opera",
1264 "browser_major" : "7",
1265 "browser_minor" : ".54",
1266 "browser_string" : "Opera",
1267 "language" : "EN",
1268 "match" : [
1269 "windows",
1270 "winnt",
1271 "win32",
1272 "winxp",
1273 "opera",
1274 "opera7"
1275 ],
1276 "os" : "windows",
1277 "os_string" : "WinXP",
1278 "robot" : 0
1279 },
1280 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)" : {
1281 "browser" : "ie",
1282 "browser_major" : "6",
1283 "browser_minor" : ".0",
1284 "browser_string" : "MSIE",
1285 "engine" : "ie",
1286 "engine_string" : "MSIE",
1287 "match" : [
1288 "windows",
1289 "winnt",
1290 "win32",
1291 "winxp",
1292 "ie",
1293 "ie4up",
1294 "ie5up",
1295 "ie55up",
1296 "ie6",
1297 "dotnet"
1298 ],
1299 "os" : "windows",
1300 "os_string" : "WinXP",
1301 "robot" : 0
1302 },
1303 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avast Browser [avastye.com]; .NET CLR 1.1.4322)" : {
1304 "browser" : "ie",
1305 "browser_major" : "6",
1306 "browser_minor" : ".0",
1307 "browser_string" : "MSIE",
1308 "engine" : "ie",
1309 "engine_string" : "MSIE",
1310 "match" : [
1311 "windows",
1312 "winnt",
1313 "win32",
1314 "winxp",
1315 "ie",
1316 "ie4up",
1317 "ie5up",
1318 "ie55up",
1319 "ie6",
1320 "dotnet"
1321 ],
1322 "os" : "windows",
1323 "os_string" : "WinXP",
1324 "robot" : 0
1325 },
1326 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)" : {
1327 "browser" : "ie",
1328 "browser_major" : "6",
1329 "browser_minor" : ".0",
1330 "browser_string" : "MSIE",
1331 "engine" : "ie",
1332 "engine_string" : "MSIE",
1333 "match" : [
1334 "windows",
1335 "winnt",
1336 "win32",
1337 "winxp",
1338 "ie",
1339 "ie4up",
1340 "ie5up",
1341 "ie55up",
1342 "ie6"
1343 ],
1344 "os" : "windows",
1345 "os_string" : "WinXP",
1346 "robot" : 0
1347 },
1348 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Deepnet Explorer 1.5.0; .NET CLR 1.0.3705)" : {
1349 "browser" : "ie",
1350 "browser_major" : "6",
1351 "browser_minor" : ".0",
1352 "browser_string" : "MSIE",
1353 "engine" : "ie",
1354 "engine_string" : "MSIE",
1355 "match" : [
1356 "windows",
1357 "winnt",
1358 "win32",
1359 "winxp",
1360 "ie",
1361 "ie4up",
1362 "ie5up",
1363 "ie55up",
1364 "ie6",
1365 "dotnet"
1366 ],
1367 "os" : "windows",
1368 "os_string" : "WinXP",
1369 "robot" : 0
1370 },
1371 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)" : {
1372 "browser" : "ie",
1373 "browser_major" : "6",
1374 "browser_minor" : ".0",
1375 "browser_string" : "MSIE",
1376 "engine" : "ie",
1377 "engine_string" : "MSIE",
1378 "match" : [
1379 "windows",
1380 "winnt",
1381 "win32",
1382 "winxp",
1383 "ie",
1384 "ie4up",
1385 "ie5up",
1386 "ie55up",
1387 "ie6",
1388 "dotnet"
1389 ],
1390 "os" : "windows",
1391 "os_string" : "WinXP",
1392 "robot" : 0
1393 },
1394 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FunWebProducts-MyWay; (R1 1.3); .NET CLR 1.1.4322)" : {
1395 "browser" : "ie",
1396 "browser_major" : "6",
1397 "browser_minor" : ".0",
1398 "browser_string" : "MSIE",
1399 "engine" : "ie",
1400 "engine_string" : "MSIE",
1401 "match" : [
1402 "windows",
1403 "winnt",
1404 "win32",
1405 "winxp",
1406 "ie",
1407 "realplayer",
1408 "ie4up",
1409 "ie5up",
1410 "ie55up",
1411 "ie6",
1412 "dotnet"
1413 ],
1414 "os" : "windows",
1415 "os_string" : "WinXP",
1416 "robot" : 0
1417 },
1418 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)" : {
1419 "browser" : "ie",
1420 "browser_major" : "6",
1421 "browser_minor" : ".0",
1422 "browser_string" : "MSIE",
1423 "engine" : "ie",
1424 "engine_string" : "MSIE",
1425 "match" : [
1426 "windows",
1427 "winnt",
1428 "win32",
1429 "winxp",
1430 "ie",
1431 "ie4up",
1432 "ie5up",
1433 "ie55up",
1434 "ie6"
1435 ],
1436 "os" : "windows",
1437 "os_string" : "WinXP",
1438 "robot" : 0
1439 },
1440 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))" : {
1441 "browser" : "ie",
1442 "browser_string" : "MSIE",
1443 "engine" : "ie",
1444 "engine_string" : "MSIE",
1445 "major" : "6",
1446 "match" : [
1447 "windows",
1448 "winnt",
1449 "win32",
1450 "winxp",
1451 "ie",
1452 "ie4up",
1453 "ie5up",
1454 "ie55up",
1455 "ie6"
2641456 ],
2651457 "minor" : ".0",
2661458 "os" : "windows",
2701462 "public_version" : 6,
2711463 "version" : 6
2721464 },
273 "Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)" : {
274 "browser" : "ie",
275 "browser_string" : "AOL Browser",
1465 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)" : {
1466 "browser" : "ie",
1467 "browser_major" : "6",
1468 "browser_minor" : ".0",
1469 "browser_string" : "MSIE",
2761470 "engine" : "ie",
2771471 "engine_string" : "MSIE",
278 "major" : "6",
279 "match" : [
280 "windows",
281 "win98",
282 "win32",
283 "ie",
284 "aol",
285 "ie4up",
286 "ie5up",
287 "ie55up",
288 "ie6",
289 "aol6"
290 ],
291 "minor" : ".0",
292 "os" : "windows",
293 "os_string" : "Win98",
294 "public_major" : "6",
295 "public_minor" : ".0",
296 "public_version" : 6,
297 "version" : 6
298 },
299 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)" : {
300 "browser" : "ie",
301 "browser_string" : "MSIE",
302 "engine" : "ie",
303 "engine_string" : "MSIE",
304 "major" : "6",
305 "match" : [
306 "windows",
307 "winme",
308 "win32",
1472 "match" : [
1473 "windows",
1474 "winnt",
1475 "win32",
1476 "winxp",
3091477 "ie",
3101478 "ie4up",
3111479 "ie5up",
3121480 "ie55up",
3131481 "ie6"
3141482 ],
315 "minor" : ".0",
316 "os" : "windows",
317 "os_string" : "WinME",
318 "public_major" : "6",
319 "public_minor" : ".0",
320 "public_version" : 6,
321 "version" : 6
322 },
323 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)" : {
324 "browser" : "ie",
325 "browser_string" : "MSIE",
326 "engine" : "ie",
327 "engine_string" : "MSIE",
328 "major" : "6",
329 "match" : [
330 "windows",
331 "winnt",
332 "win32",
333 "win2k",
334 "ie",
335 "ie4up",
336 "ie5up",
337 "ie55up",
338 "ie6"
339 ],
340 "minor" : ".0",
341 "os" : "windows",
342 "os_string" : "Win2k",
343 "public_major" : "6",
344 "public_minor" : ".0",
345 "public_version" : 6,
346 "version" : 6
347 },
348 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))" : {
349 "browser" : "ie",
350 "browser_string" : "MSIE",
351 "engine" : "ie",
352 "engine_string" : "MSIE",
353 "major" : "6",
354 "match" : [
355 "windows",
356 "winnt",
357 "win32",
358 "winxp",
359 "ie",
360 "ie4up",
361 "ie5up",
362 "ie55up",
363 "ie6"
364 ],
365 "minor" : ".0",
3661483 "os" : "windows",
3671484 "os_string" : "WinXP",
368 "public_major" : "6",
369 "public_minor" : ".0",
370 "public_version" : 6,
371 "version" : 6
372 },
373 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)" : {
374 "browser" : "ie",
375 "browser_string" : "MSIE",
376 "engine" : "ie",
377 "engine_string" : "MSIE",
378 "major" : "6",
379 "match" : [
380 "windows",
381 "winnt",
382 "win32",
383 "winxp",
384 "ie",
385 "ie4up",
386 "ie5up",
387 "ie55up",
388 "ie6"
389 ],
390 "minor" : ".0",
391 "os" : "windows",
392 "os_string" : "WinXP",
393 "public_major" : "6",
394 "public_minor" : ".0",
395 "public_version" : 6,
396 "version" : 6
1485 "robot" : 0
3971486 },
3981487 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Netcraft SSL Server Survey - contact info@netcraft.com)" : {
3991488 "browser" : "ie",
4231512 "robot_string" : "Netcraft SSL Server Survey - contact info@netcraft.com",
4241513 "version" : 6
4251514 },
1515 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)" : {
1516 "browser" : "ie",
1517 "browser_major" : "6",
1518 "browser_minor" : ".0",
1519 "browser_string" : "MSIE",
1520 "engine" : "ie",
1521 "engine_string" : "MSIE",
1522 "match" : [
1523 "windows",
1524 "winnt",
1525 "win32",
1526 "winxp",
1527 "ie",
1528 "ie4up",
1529 "ie5up",
1530 "ie55up",
1531 "ie6"
1532 ],
1533 "os" : "windows",
1534 "os_string" : "WinXP",
1535 "robot" : 0
1536 },
1537 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)" : {
1538 "browser" : "ie",
1539 "browser_major" : "6",
1540 "browser_minor" : ".0",
1541 "browser_string" : "MSIE",
1542 "engine" : "ie",
1543 "engine_string" : "MSIE",
1544 "match" : [
1545 "windows",
1546 "winnt",
1547 "win32",
1548 "winxp",
1549 "ie",
1550 "ie4up",
1551 "ie5up",
1552 "ie55up",
1553 "ie6",
1554 "dotnet"
1555 ],
1556 "os" : "windows",
1557 "os_string" : "WinXP",
1558 "robot" : 0
1559 },
4261560 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:" : {
4271561 "browser" : "ie",
4281562 "browser_string" : "MSIE",
4521586 "robot_string" : "Babya Discoverer 8.0:",
4531587 "version" : 6
4541588 },
1589 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) NS8/0.9.6" : {
1590 "browser" : "ie",
1591 "browser_major" : "6",
1592 "browser_minor" : ".0",
1593 "browser_string" : "MSIE",
1594 "engine" : "ie",
1595 "engine_string" : "MSIE",
1596 "match" : [
1597 "windows",
1598 "winnt",
1599 "win32",
1600 "winxp",
1601 "ie",
1602 "ie4up",
1603 "ie5up",
1604 "ie55up",
1605 "ie6",
1606 "dotnet"
1607 ],
1608 "os" : "windows",
1609 "os_string" : "WinXP",
1610 "robot" : 0
1611 },
4551612 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; XMPP Tiscali Communicator v.10.0.2; .NET CLR 2.0.50727)" : {
1613 "browser" : "ie",
1614 "browser_major" : "6",
1615 "browser_minor" : ".0",
1616 "browser_string" : "MSIE",
1617 "engine" : "ie",
1618 "engine_string" : "MSIE",
1619 "match" : [
1620 "windows",
1621 "winnt",
1622 "win32",
1623 "winxp",
1624 "ie",
1625 "ie4up",
1626 "ie5up",
1627 "ie55up",
1628 "ie6",
1629 "robot",
1630 "dotnet"
1631 ],
1632 "os" : "windows",
1633 "os_string" : "WinXP",
1634 "robot" : "unknown",
1635 "robot_name" : "XMPP Tiscali Communicator v.10.0.2"
1636 },
1637 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MAXTHON 2.0); Connect Us: webauth@cmcm.com" : {
1638 "browser" : "ie",
1639 "browser_major" : "6",
1640 "browser_minor" : ".0",
1641 "browser_string" : "MSIE",
1642 "engine" : "ie",
1643 "engine_string" : "MSIE",
1644 "match" : [
1645 "windows",
1646 "winnt",
1647 "win32",
1648 "winxp",
1649 "ie",
1650 "ie4up",
1651 "ie5up",
1652 "ie55up",
1653 "ie6",
1654 "dotnet"
1655 ],
1656 "os" : "windows",
1657 "os_string" : "WinXP",
1658 "robot" : 0
1659 },
1660 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AcooBrowser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
1661 "browser" : "ie",
1662 "browser_major" : "6",
1663 "browser_minor" : ".0",
1664 "browser_string" : "MSIE",
1665 "engine" : "ie",
1666 "engine_string" : "MSIE",
1667 "match" : [
1668 "windows",
1669 "winnt",
1670 "win32",
1671 "winxp",
1672 "ie",
1673 "ie4up",
1674 "ie5up",
1675 "ie55up",
1676 "ie6",
1677 "dotnet"
1678 ],
1679 "os" : "windows",
1680 "os_string" : "WinXP",
1681 "robot" : 0
1682 },
1683 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)" : {
4561684 "browser" : "ie",
4571685 "browser_string" : "MSIE",
4581686 "engine" : "ie",
4591687 "engine_string" : "MSIE",
4601688 "major" : "6",
4611689 "match" : [
462 "robot",
4631690 "windows",
4641691 "winnt",
4651692 "win32",
4791706 "public_version" : 6,
4801707 "version" : 6
4811708 },
482 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MAXTHON 2.0); Connect Us: webauth@cmcm.com" : {
483 "browser" : "ie",
1709 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; DigExt; MRA 4.3 (build 01218))" : {
1710 "browser" : "ie",
1711 "browser_major" : "6",
1712 "browser_minor" : ".0",
4841713 "browser_string" : "MSIE",
4851714 "engine" : "ie",
4861715 "engine_string" : "MSIE",
487 "major" : "6",
1716 "match" : [
1717 "windows",
1718 "winnt",
1719 "win32",
1720 "winxp",
1721 "ie",
1722 "ie4up",
1723 "ie5up",
1724 "ie55up",
1725 "ie6"
1726 ],
1727 "os" : "windows",
1728 "os_string" : "WinXP",
1729 "robot" : 0
1730 },
1731 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)" : {
1732 "browser" : "ie",
1733 "browser_major" : "6",
1734 "browser_minor" : ".0",
1735 "browser_string" : "MSIE",
1736 "engine" : "ie",
1737 "engine_string" : "MSIE",
4881738 "match" : [
4891739 "windows",
4901740 "winnt",
4971747 "ie6",
4981748 "dotnet"
4991749 ],
500 "minor" : ".0",
5011750 "os" : "windows",
5021751 "os_string" : "WinXP",
503 "public_major" : "6",
504 "public_minor" : ".0",
505 "public_version" : 6,
506 "version" : 6
507 },
508 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)" : {
509 "browser" : "ie",
1752 "robot" : 0
1753 },
1754 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
1755 "browser" : "ie",
1756 "browser_major" : "6",
1757 "browser_minor" : ".0",
5101758 "browser_string" : "MSIE",
5111759 "engine" : "ie",
5121760 "engine_string" : "MSIE",
513 "major" : "6",
5141761 "match" : [
5151762 "windows",
5161763 "winnt",
5231770 "ie6",
5241771 "dotnet"
5251772 ],
526 "minor" : ".0",
5271773 "os" : "windows",
5281774 "os_string" : "WinXP",
529 "public_major" : "6",
530 "public_minor" : ".0",
531 "public_version" : 6,
532 "version" : 6
533 },
534 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)" : {
535 "browser" : "ie",
1775 "robot" : 0
1776 },
1777 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.4 (build 01323))" : {
1778 "browser" : "ie",
1779 "browser_major" : "6",
1780 "browser_minor" : ".0",
5361781 "browser_string" : "MSIE",
5371782 "engine" : "ie",
5381783 "engine_string" : "MSIE",
539 "major" : "6",
1784 "match" : [
1785 "windows",
1786 "winnt",
1787 "win32",
1788 "winxp",
1789 "ie",
1790 "ie4up",
1791 "ie5up",
1792 "ie55up",
1793 "ie6"
1794 ],
1795 "os" : "windows",
1796 "os_string" : "WinXP",
1797 "robot" : 0
1798 },
1799 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)" : {
1800 "browser" : "ie",
1801 "browser_major" : "6",
1802 "browser_minor" : ".0",
1803 "browser_string" : "MSIE",
1804 "engine" : "ie",
1805 "engine_string" : "MSIE",
1806 "match" : [
1807 "windows",
1808 "winnt",
1809 "win32",
1810 "winxp",
1811 "ie",
1812 "ie4up",
1813 "ie5up",
1814 "ie55up",
1815 "ie6"
1816 ],
1817 "os" : "windows",
1818 "os_string" : "WinXP",
1819 "robot" : 0
1820 },
1821 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)" : {
1822 "browser" : "ie",
1823 "browser_major" : "6",
1824 "browser_minor" : ".0",
1825 "browser_string" : "MSIE",
1826 "engine" : "ie",
1827 "engine_string" : "MSIE",
5401828 "match" : [
5411829 "windows",
5421830 "winnt",
5491837 "ie6",
5501838 "dotnet"
5511839 ],
552 "minor" : ".0",
5531840 "os" : "windows",
5541841 "os_string" : "WinXP",
555 "public_major" : "6",
556 "public_minor" : ".0",
557 "public_version" : 6,
558 "version" : 6
1842 "robot" : 0
5591843 },
5601844 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)" : {
5611845 "browser" : "ie",
1846 "browser_major" : "6",
1847 "browser_minor" : ".0",
5621848 "browser_string" : "MSIE",
5631849 "engine" : "ie",
5641850 "engine_string" : "MSIE",
565 "major" : "6",
5661851 "match" : [
5671852 "windows",
5681853 "winnt",
5751860 "ie6",
5761861 "dotnet"
5771862 ],
578 "minor" : ".0",
5791863 "os" : "windows",
5801864 "os_string" : "WinXP",
581 "public_major" : "6",
582 "public_minor" : ".0",
583 "public_version" : 6,
584 "version" : 6
1865 "robot" : 0
1866 },
1867 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)" : {
1868 "browser" : "ie",
1869 "browser_major" : "6",
1870 "browser_minor" : ".0",
1871 "browser_string" : "MSIE",
1872 "engine" : "ie",
1873 "engine_string" : "MSIE",
1874 "match" : [
1875 "windows",
1876 "winnt",
1877 "win32",
1878 "winxp",
1879 "ie",
1880 "ie4up",
1881 "ie5up",
1882 "ie55up",
1883 "ie6",
1884 "dotnet"
1885 ],
1886 "os" : "windows",
1887 "os_string" : "WinXP",
1888 "robot" : 0
1889 },
1890 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00" : {
1891 "browser" : "opera",
1892 "browser_major" : "8",
1893 "browser_minor" : ".00",
1894 "browser_string" : "Opera",
1895 "language" : "EN",
1896 "match" : [
1897 "windows",
1898 "winnt",
1899 "win32",
1900 "winxp",
1901 "opera"
1902 ],
1903 "os" : "windows",
1904 "os_string" : "WinXP",
1905 "robot" : 0
5851906 },
5861907 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0" : {
5871908 "browser" : "opera",
6021923 "public_minor" : ".0",
6031924 "public_version" : 9,
6041925 "version" : 9
1926 },
1927 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.511)" : {
1928 "browser" : "ie",
1929 "browser_major" : "6",
1930 "browser_minor" : ".0",
1931 "browser_string" : "MSIE",
1932 "engine" : "ie",
1933 "engine_string" : "MSIE",
1934 "match" : [
1935 "windows",
1936 "winnt",
1937 "win32",
1938 "win2k3",
1939 "ie",
1940 "ie4up",
1941 "ie5up",
1942 "ie55up",
1943 "ie6",
1944 "dotnet"
1945 ],
1946 "os" : "windows",
1947 "os_string" : "Win2k3",
1948 "robot" : 0
1949 },
1950 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5119)" : {
1951 "browser" : "ie",
1952 "browser_major" : "6",
1953 "browser_minor" : ".0",
1954 "browser_string" : "MSIE",
1955 "engine" : "ie",
1956 "engine_string" : "MSIE",
1957 "match" : [
1958 "windows",
1959 "winnt",
1960 "win32",
1961 "win2k3",
1962 "ie",
1963 "ie4up",
1964 "ie5up",
1965 "ie55up",
1966 "ie6",
1967 "dotnet"
1968 ],
1969 "os" : "windows",
1970 "os_string" : "Win2k3",
1971 "robot" : 0
1972 },
1973 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5132)" : {
1974 "browser" : "ie",
1975 "browser_major" : "6",
1976 "browser_minor" : ".0",
1977 "browser_string" : "MSIE",
1978 "engine" : "ie",
1979 "engine_string" : "MSIE",
1980 "match" : [
1981 "windows",
1982 "winnt",
1983 "win32",
1984 "win2k3",
1985 "ie",
1986 "ie4up",
1987 "ie5up",
1988 "ie55up",
1989 "ie6",
1990 "dotnet"
1991 ],
1992 "os" : "windows",
1993 "os_string" : "Win2k3",
1994 "robot" : 0
1995 },
1996 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5137)" : {
1997 "browser" : "ie",
1998 "browser_major" : "6",
1999 "browser_minor" : ".0",
2000 "browser_string" : "MSIE",
2001 "engine" : "ie",
2002 "engine_string" : "MSIE",
2003 "match" : [
2004 "windows",
2005 "winnt",
2006 "win32",
2007 "win2k3",
2008 "ie",
2009 "ie4up",
2010 "ie5up",
2011 "ie55up",
2012 "ie6",
2013 "dotnet"
2014 ],
2015 "os" : "windows",
2016 "os_string" : "Win2k3",
2017 "robot" : 0
2018 },
2019 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5138)" : {
2020 "browser" : "ie",
2021 "browser_major" : "6",
2022 "browser_minor" : ".0",
2023 "browser_string" : "MSIE",
2024 "engine" : "ie",
2025 "engine_string" : "MSIE",
2026 "match" : [
2027 "windows",
2028 "winnt",
2029 "win32",
2030 "win2k3",
2031 "ie",
2032 "ie4up",
2033 "ie5up",
2034 "ie55up",
2035 "ie6",
2036 "dotnet"
2037 ],
2038 "os" : "windows",
2039 "os_string" : "Win2k3",
2040 "robot" : 0
2041 },
2042 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5141)" : {
2043 "browser" : "ie",
2044 "browser_major" : "6",
2045 "browser_minor" : ".0",
2046 "browser_string" : "MSIE",
2047 "engine" : "ie",
2048 "engine_string" : "MSIE",
2049 "match" : [
2050 "windows",
2051 "winnt",
2052 "win32",
2053 "win2k3",
2054 "ie",
2055 "ie4up",
2056 "ie5up",
2057 "ie55up",
2058 "ie6",
2059 "dotnet"
2060 ],
2061 "os" : "windows",
2062 "os_string" : "Win2k3",
2063 "robot" : 0
2064 },
2065 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5148)" : {
2066 "browser" : "ie",
2067 "browser_major" : "6",
2068 "browser_minor" : ".0",
2069 "browser_string" : "MSIE",
2070 "engine" : "ie",
2071 "engine_string" : "MSIE",
2072 "match" : [
2073 "windows",
2074 "winnt",
2075 "win32",
2076 "win2k3",
2077 "ie",
2078 "ie4up",
2079 "ie5up",
2080 "ie55up",
2081 "ie6",
2082 "dotnet"
2083 ],
2084 "os" : "windows",
2085 "os_string" : "Win2k3",
2086 "robot" : 0
2087 },
2088 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5159)" : {
2089 "browser" : "ie",
2090 "browser_major" : "6",
2091 "browser_minor" : ".0",
2092 "browser_string" : "MSIE",
2093 "engine" : "ie",
2094 "engine_string" : "MSIE",
2095 "match" : [
2096 "windows",
2097 "winnt",
2098 "win32",
2099 "win2k3",
2100 "ie",
2101 "ie4up",
2102 "ie5up",
2103 "ie55up",
2104 "ie6",
2105 "dotnet"
2106 ],
2107 "os" : "windows",
2108 "os_string" : "Win2k3",
2109 "robot" : 0
2110 },
2111 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5168)" : {
2112 "browser" : "ie",
2113 "browser_major" : "6",
2114 "browser_minor" : ".0",
2115 "browser_string" : "MSIE",
2116 "engine" : "ie",
2117 "engine_string" : "MSIE",
2118 "match" : [
2119 "windows",
2120 "winnt",
2121 "win32",
2122 "win2k3",
2123 "ie",
2124 "ie4up",
2125 "ie5up",
2126 "ie55up",
2127 "ie6",
2128 "dotnet"
2129 ],
2130 "os" : "windows",
2131 "os_string" : "Win2k3",
2132 "robot" : 0
2133 },
2134 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5175)" : {
2135 "browser" : "ie",
2136 "browser_major" : "6",
2137 "browser_minor" : ".0",
2138 "browser_string" : "MSIE",
2139 "engine" : "ie",
2140 "engine_string" : "MSIE",
2141 "match" : [
2142 "windows",
2143 "winnt",
2144 "win32",
2145 "win2k3",
2146 "ie",
2147 "ie4up",
2148 "ie5up",
2149 "ie55up",
2150 "ie6",
2151 "dotnet"
2152 ],
2153 "os" : "windows",
2154 "os_string" : "Win2k3",
2155 "robot" : 0
2156 },
2157 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5179)" : {
2158 "browser" : "ie",
2159 "browser_major" : "6",
2160 "browser_minor" : ".0",
2161 "browser_string" : "MSIE",
2162 "engine" : "ie",
2163 "engine_string" : "MSIE",
2164 "match" : [
2165 "windows",
2166 "winnt",
2167 "win32",
2168 "win2k3",
2169 "ie",
2170 "ie4up",
2171 "ie5up",
2172 "ie55up",
2173 "ie6",
2174 "dotnet"
2175 ],
2176 "os" : "windows",
2177 "os_string" : "Win2k3",
2178 "robot" : 0
2179 },
2180 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5183)" : {
2181 "browser" : "ie",
2182 "browser_major" : "6",
2183 "browser_minor" : ".0",
2184 "browser_string" : "MSIE",
2185 "engine" : "ie",
2186 "engine_string" : "MSIE",
2187 "match" : [
2188 "windows",
2189 "winnt",
2190 "win32",
2191 "win2k3",
2192 "ie",
2193 "ie4up",
2194 "ie5up",
2195 "ie55up",
2196 "ie6",
2197 "dotnet"
2198 ],
2199 "os" : "windows",
2200 "os_string" : "Win2k3",
2201 "robot" : 0
2202 },
2203 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5188)" : {
2204 "browser" : "ie",
2205 "browser_major" : "6",
2206 "browser_minor" : ".0",
2207 "browser_string" : "MSIE",
2208 "engine" : "ie",
2209 "engine_string" : "MSIE",
2210 "match" : [
2211 "windows",
2212 "winnt",
2213 "win32",
2214 "win2k3",
2215 "ie",
2216 "ie4up",
2217 "ie5up",
2218 "ie55up",
2219 "ie6",
2220 "dotnet"
2221 ],
2222 "os" : "windows",
2223 "os_string" : "Win2k3",
2224 "robot" : 0
2225 },
2226 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5190)" : {
2227 "browser" : "ie",
2228 "browser_major" : "6",
2229 "browser_minor" : ".0",
2230 "browser_string" : "MSIE",
2231 "engine" : "ie",
2232 "engine_string" : "MSIE",
2233 "match" : [
2234 "windows",
2235 "winnt",
2236 "win32",
2237 "win2k3",
2238 "ie",
2239 "ie4up",
2240 "ie5up",
2241 "ie55up",
2242 "ie6",
2243 "dotnet"
2244 ],
2245 "os" : "windows",
2246 "os_string" : "Win2k3",
2247 "robot" : 0
2248 },
2249 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5191)" : {
2250 "browser" : "ie",
2251 "browser_major" : "6",
2252 "browser_minor" : ".0",
2253 "browser_string" : "MSIE",
2254 "engine" : "ie",
2255 "engine_string" : "MSIE",
2256 "match" : [
2257 "windows",
2258 "winnt",
2259 "win32",
2260 "win2k3",
2261 "ie",
2262 "ie4up",
2263 "ie5up",
2264 "ie55up",
2265 "ie6",
2266 "dotnet"
2267 ],
2268 "os" : "windows",
2269 "os_string" : "Win2k3",
2270 "robot" : 0
2271 },
2272 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5192)" : {
2273 "browser" : "ie",
2274 "browser_major" : "6",
2275 "browser_minor" : ".0",
2276 "browser_string" : "MSIE",
2277 "engine" : "ie",
2278 "engine_string" : "MSIE",
2279 "match" : [
2280 "windows",
2281 "winnt",
2282 "win32",
2283 "win2k3",
2284 "ie",
2285 "ie4up",
2286 "ie5up",
2287 "ie55up",
2288 "ie6",
2289 "dotnet"
2290 ],
2291 "os" : "windows",
2292 "os_string" : "Win2k3",
2293 "robot" : 0
2294 },
2295 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)" : {
2296 "browser" : "ie",
2297 "browser_major" : "6",
2298 "browser_minor" : ".0",
2299 "browser_string" : "MSIE",
2300 "engine" : "ie",
2301 "engine_string" : "MSIE",
2302 "match" : [
2303 "windows",
2304 "winnt",
2305 "win32",
2306 "win2k3",
2307 "ie",
2308 "ie4up",
2309 "ie5up",
2310 "ie55up",
2311 "ie6"
2312 ],
2313 "os" : "windows",
2314 "os_string" : "Win2k3",
2315 "robot" : 0
2316 },
2317 "Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)" : {
2318 "browser" : "ie",
2319 "browser_major" : "6",
2320 "browser_minor" : ".0",
2321 "browser_string" : "MSIE",
2322 "engine" : "ie",
2323 "engine_string" : "MSIE",
2324 "match" : [
2325 "windows",
2326 "ie",
2327 "ie4up",
2328 "ie5up",
2329 "ie55up",
2330 "ie6"
2331 ],
2332 "robot" : 0
6052333 },
6062334 "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; YComp 5.0.0.0)" : {
6072335 "beta" : "b",
6292357 "public_version" : 6,
6302358 "version" : 6
6312359 },
2360 "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.35; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
2361 "browser" : "ie",
2362 "browser_major" : "7",
2363 "browser_minor" : ".0",
2364 "browser_string" : "AOL Browser",
2365 "engine" : "ie",
2366 "engine_string" : "MSIE",
2367 "match" : [
2368 "windows",
2369 "winnt",
2370 "win32",
2371 "winxp",
2372 "ie",
2373 "aol",
2374 "ie4up",
2375 "ie5up",
2376 "ie55up",
2377 "ie7",
2378 "dotnet"
2379 ],
2380 "os" : "windows",
2381 "os_string" : "WinXP",
2382 "robot" : 0
2383 },
2384 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8; DTCuser; DTCuser)" : {
2385 "browser" : "ie",
2386 "browser_major" : "7",
2387 "browser_minor" : ".0",
2388 "browser_string" : "MSIE",
2389 "engine" : "ie",
2390 "engine_string" : "MSIE",
2391 "match" : [
2392 "windows",
2393 "winnt",
2394 "win32",
2395 "winxp",
2396 "ie",
2397 "ie4up",
2398 "ie5up",
2399 "ie55up",
2400 "ie7",
2401 "dotnet"
2402 ],
2403 "os" : "windows",
2404 "os_string" : "WinXP",
2405 "robot" : 0
2406 },
2407 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 4.0.20506; AskTbARS/5.8.0.12304)" : {
2408 "browser" : "ie",
2409 "browser_major" : "7",
2410 "browser_minor" : ".0",
2411 "browser_string" : "MSIE",
2412 "engine" : "ie",
2413 "engine_string" : "MSIE",
2414 "match" : [
2415 "windows",
2416 "winnt",
2417 "win32",
2418 "winxp",
2419 "ie",
2420 "ie4up",
2421 "ie5up",
2422 "ie55up",
2423 "ie7",
2424 "dotnet"
2425 ],
2426 "os" : "windows",
2427 "os_string" : "WinXP",
2428 "robot" : 0
2429 },
2430 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AskTbPTV/5.11.3.15590)" : {
2431 "browser" : "ie",
2432 "browser_major" : "7",
2433 "browser_minor" : ".0",
2434 "browser_string" : "MSIE",
2435 "engine" : "ie",
2436 "engine_string" : "MSIE",
2437 "match" : [
2438 "windows",
2439 "winnt",
2440 "win32",
2441 "winxp",
2442 "ie",
2443 "ie4up",
2444 "ie5up",
2445 "ie55up",
2446 "ie7"
2447 ],
2448 "os" : "windows",
2449 "os_string" : "WinXP",
2450 "robot" : 0
2451 },
2452 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; BTRS31753; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
2453 "browser" : "ie",
2454 "browser_major" : "7",
2455 "browser_minor" : ".0",
2456 "browser_string" : "MSIE",
2457 "engine" : "ie",
2458 "engine_string" : "MSIE",
2459 "match" : [
2460 "windows",
2461 "winnt",
2462 "win32",
2463 "winxp",
2464 "ie",
2465 "ie4up",
2466 "ie5up",
2467 "ie55up",
2468 "ie7",
2469 "dotnet"
2470 ],
2471 "os" : "windows",
2472 "os_string" : "WinXP",
2473 "robot" : 0
2474 },
2475 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 3.0.04506.30)" : {
2476 "browser" : "ie",
2477 "browser_major" : "7",
2478 "browser_minor" : ".0",
2479 "browser_string" : "MSIE",
2480 "engine" : "ie",
2481 "engine_string" : "MSIE",
2482 "match" : [
2483 "windows",
2484 "winnt",
2485 "win32",
2486 "winxp",
2487 "ie",
2488 "ie4up",
2489 "ie5up",
2490 "ie55up",
2491 "ie7",
2492 "dotnet"
2493 ],
2494 "os" : "windows",
2495 "os_string" : "WinXP",
2496 "robot" : 0
2497 },
2498 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; GTB7.0; .NET CLR 2.0.50727; InfoPath.2; AskTbLMW2/5.11.3.15590)" : {
2499 "browser" : "ie",
2500 "browser_major" : "7",
2501 "browser_minor" : ".0",
2502 "browser_string" : "MSIE",
2503 "engine" : "ie",
2504 "engine_string" : "MSIE",
2505 "match" : [
2506 "windows",
2507 "winnt",
2508 "win32",
2509 "winxp",
2510 "ie",
2511 "ie4up",
2512 "ie5up",
2513 "ie55up",
2514 "ie7",
2515 "dotnet"
2516 ],
2517 "os" : "windows",
2518 "os_string" : "WinXP",
2519 "robot" : 0
2520 },
2521 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; AskTbPTV2/5.11.3.15590; .NET CLR 2.0.50727)" : {
2522 "browser" : "ie",
2523 "browser_major" : "7",
2524 "browser_minor" : ".0",
2525 "browser_string" : "MSIE",
2526 "engine" : "ie",
2527 "engine_string" : "MSIE",
2528 "match" : [
2529 "windows",
2530 "winnt",
2531 "win32",
2532 "winxp",
2533 "ie",
2534 "ie4up",
2535 "ie5up",
2536 "ie55up",
2537 "ie7",
2538 "dotnet"
2539 ],
2540 "os" : "windows",
2541 "os_string" : "WinXP",
2542 "robot" : 0
2543 },
2544 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; AskTbBLPV5/5.9.1.14019)" : {
2545 "browser" : "ie",
2546 "browser_major" : "7",
2547 "browser_minor" : ".0",
2548 "browser_string" : "MSIE",
2549 "engine" : "ie",
2550 "engine_string" : "MSIE",
2551 "match" : [
2552 "windows",
2553 "winnt",
2554 "win32",
2555 "winxp",
2556 "ie",
2557 "ie4up",
2558 "ie5up",
2559 "ie55up",
2560 "ie7"
2561 ],
2562 "os" : "windows",
2563 "os_string" : "WinXP",
2564 "robot" : 0
2565 },
2566 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Maxthon; QQDownload 1.7; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
2567 "browser" : "ie",
2568 "browser_major" : "7",
2569 "browser_minor" : ".0",
2570 "browser_string" : "MSIE",
2571 "engine" : "ie",
2572 "engine_string" : "MSIE",
2573 "match" : [
2574 "windows",
2575 "winnt",
2576 "win32",
2577 "winxp",
2578 "ie",
2579 "ie4up",
2580 "ie5up",
2581 "ie55up",
2582 "ie7",
2583 "dotnet"
2584 ],
2585 "os" : "windows",
2586 "os_string" : "WinXP",
2587 "robot" : 0
2588 },
2589 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SIMBAR={11B2B4E1-5AF0-4FC7-A2AD-AB681B4D2B3D}; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" : {
2590 "browser" : "ie",
2591 "browser_major" : "7",
2592 "browser_minor" : ".0",
2593 "browser_string" : "MSIE",
2594 "engine" : "ie",
2595 "engine_string" : "MSIE",
2596 "match" : [
2597 "windows",
2598 "winnt",
2599 "win32",
2600 "winxp",
2601 "ie",
2602 "ie4up",
2603 "ie5up",
2604 "ie55up",
2605 "ie7",
2606 "dotnet"
2607 ],
2608 "os" : "windows",
2609 "os_string" : "WinXP",
2610 "robot" : 0
2611 },
2612 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SearchToolbar 1.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
2613 "browser" : "ie",
2614 "browser_major" : "7",
2615 "browser_minor" : ".0",
2616 "browser_string" : "MSIE",
2617 "engine" : "ie",
2618 "engine_string" : "MSIE",
2619 "match" : [
2620 "windows",
2621 "winnt",
2622 "win32",
2623 "winxp",
2624 "ie",
2625 "ie4up",
2626 "ie5up",
2627 "ie55up",
2628 "ie7",
2629 "dotnet"
2630 ],
2631 "os" : "windows",
2632 "os_string" : "WinXP",
2633 "robot" : 0
2634 },
2635 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SearchToolbar 1.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTbSTC/5.9.1.14019)" : {
2636 "browser" : "ie",
2637 "browser_major" : "7",
2638 "browser_minor" : ".0",
2639 "browser_string" : "MSIE",
2640 "engine" : "ie",
2641 "engine_string" : "MSIE",
2642 "match" : [
2643 "windows",
2644 "winnt",
2645 "win32",
2646 "winxp",
2647 "ie",
2648 "ie4up",
2649 "ie5up",
2650 "ie55up",
2651 "ie7",
2652 "dotnet"
2653 ],
2654 "os" : "windows",
2655 "os_string" : "WinXP",
2656 "robot" : 0
2657 },
2658 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ESPE)" : {
2659 "browser" : "ie",
2660 "browser_major" : "7",
2661 "browser_minor" : ".0",
2662 "browser_string" : "MSIE",
2663 "engine" : "trident",
2664 "engine_beta" : "",
2665 "engine_major" : "4",
2666 "engine_minor" : ".0",
2667 "engine_string" : "Trident",
2668 "match" : [
2669 "windows",
2670 "winnt",
2671 "win32",
2672 "winxp",
2673 "ie",
2674 "ie4up",
2675 "ie5up",
2676 "ie55up",
2677 "ie7",
2678 "ie_compat_mode",
2679 "trident",
2680 "dotnet"
2681 ],
2682 "os" : "windows",
2683 "os_string" : "WinXP",
2684 "robot" : 0
2685 },
2686 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; AskTbFXTV5/5.11.3.15590; GreenBrowser)" : {
2687 "browser" : "ie",
2688 "browser_major" : "7",
2689 "browser_minor" : ".0",
2690 "browser_string" : "MSIE",
2691 "engine" : "trident",
2692 "engine_beta" : "",
2693 "engine_major" : "4",
2694 "engine_minor" : ".0",
2695 "engine_string" : "Trident",
2696 "match" : [
2697 "windows",
2698 "winnt",
2699 "win32",
2700 "winxp",
2701 "ie",
2702 "ie4up",
2703 "ie5up",
2704 "ie55up",
2705 "ie7",
2706 "ie_compat_mode",
2707 "trident"
2708 ],
2709 "os" : "windows",
2710 "os_string" : "WinXP",
2711 "robot" : 0
2712 },
2713 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; AskTbSTC/5.9.1.14019),gzip(gfe) (via translate.google.com)" : {
2714 "browser" : "ie",
2715 "browser_major" : "7",
2716 "browser_minor" : ".0",
2717 "browser_string" : "MSIE",
2718 "engine" : "trident",
2719 "engine_beta" : "",
2720 "engine_major" : "4",
2721 "engine_minor" : ".0",
2722 "engine_string" : "Trident",
2723 "match" : [
2724 "windows",
2725 "winnt",
2726 "win32",
2727 "winxp",
2728 "ie",
2729 "ie4up",
2730 "ie5up",
2731 "ie55up",
2732 "ie7",
2733 "ie_compat_mode",
2734 "trident"
2735 ],
2736 "os" : "windows",
2737 "os_string" : "WinXP",
2738 "robot" : 0
2739 },
2740 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; Zune 4.7; .NET4.0E; .NET CLR 2.0.50727)" : {
2741 "browser" : "ie",
2742 "browser_major" : "7",
2743 "browser_minor" : ".0",
2744 "browser_string" : "MSIE",
2745 "engine" : "trident",
2746 "engine_beta" : "",
2747 "engine_major" : "4",
2748 "engine_minor" : ".0",
2749 "engine_string" : "Trident",
2750 "match" : [
2751 "windows",
2752 "winnt",
2753 "win32",
2754 "winxp",
2755 "ie",
2756 "ie4up",
2757 "ie5up",
2758 "ie55up",
2759 "ie7",
2760 "ie_compat_mode",
2761 "trident",
2762 "dotnet"
2763 ],
2764 "os" : "windows",
2765 "os_string" : "WinXP",
2766 "robot" : 0
2767 },
2768 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Wanadoo 5.6; .NET CLR 1.1.4322)" : {
2769 "browser" : "ie",
2770 "browser_major" : "7",
2771 "browser_minor" : ".0",
2772 "browser_string" : "MSIE",
2773 "engine" : "ie",
2774 "engine_string" : "MSIE",
2775 "match" : [
2776 "windows",
2777 "winnt",
2778 "win32",
2779 "winxp",
2780 "ie",
2781 "ie4up",
2782 "ie5up",
2783 "ie55up",
2784 "ie7",
2785 "dotnet"
2786 ],
2787 "os" : "windows",
2788 "os_string" : "WinXP",
2789 "robot" : 0
2790 },
2791 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; bgft)" : {
2792 "browser" : "ie",
2793 "browser_major" : "7",
2794 "browser_minor" : ".0",
2795 "browser_string" : "MSIE",
2796 "engine" : "ie",
2797 "engine_string" : "MSIE",
2798 "match" : [
2799 "windows",
2800 "winnt",
2801 "win32",
2802 "winxp",
2803 "ie",
2804 "ie4up",
2805 "ie5up",
2806 "ie55up",
2807 "ie7"
2808 ],
2809 "os" : "windows",
2810 "os_string" : "WinXP",
2811 "robot" : 0
2812 },
2813 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; dial; E-nrgyPlus; .NET CLR 1.1.4322; InfoPath.1)" : {
2814 "browser" : "ie",
2815 "browser_major" : "7",
2816 "browser_minor" : ".0",
2817 "browser_string" : "MSIE",
2818 "engine" : "ie",
2819 "engine_string" : "MSIE",
2820 "match" : [
2821 "windows",
2822 "winnt",
2823 "win32",
2824 "winxp",
2825 "ie",
2826 "ie4up",
2827 "ie5up",
2828 "ie55up",
2829 "ie7",
2830 "dotnet"
2831 ],
2832 "os" : "windows",
2833 "os_string" : "WinXP",
2834 "robot" : 0
2835 },
2836 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; dial; SV1; .NET CLR 1.0.3705)" : {
2837 "browser" : "ie",
2838 "browser_major" : "7",
2839 "browser_minor" : ".0",
2840 "browser_string" : "MSIE",
2841 "engine" : "ie",
2842 "engine_string" : "MSIE",
2843 "match" : [
2844 "windows",
2845 "winnt",
2846 "win32",
2847 "winxp",
2848 "ie",
2849 "ie4up",
2850 "ie5up",
2851 "ie55up",
2852 "ie7",
2853 "dotnet"
2854 ],
2855 "os" : "windows",
2856 "os_string" : "WinXP",
2857 "robot" : 0
2858 },
2859 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ds-66843412; Sgrunt|V109|1|S-66843412|dial; .NET CLR 1.1.4322)" : {
2860 "browser" : "ie",
2861 "browser_major" : "7",
2862 "browser_minor" : ".0",
2863 "browser_string" : "MSIE",
2864 "engine" : "ie",
2865 "engine_string" : "MSIE",
2866 "match" : [
2867 "windows",
2868 "winnt",
2869 "win32",
2870 "winxp",
2871 "ie",
2872 "ie4up",
2873 "ie5up",
2874 "ie55up",
2875 "ie7",
2876 "dotnet"
2877 ],
2878 "os" : "windows",
2879 "os_string" : "WinXP",
2880 "robot" : 0
2881 },
2882 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; eMusic DLM/3; MSN Optimized;US; MSN Optimized;US)" : {
2883 "browser" : "ie",
2884 "browser_major" : "7",
2885 "browser_minor" : ".0",
2886 "browser_string" : "MSIE",
2887 "engine" : "ie",
2888 "engine_string" : "MSIE",
2889 "match" : [
2890 "windows",
2891 "winnt",
2892 "win32",
2893 "winxp",
2894 "ie",
2895 "ie4up",
2896 "ie5up",
2897 "ie55up",
2898 "ie7"
2899 ],
2900 "os" : "windows",
2901 "os_string" : "WinXP",
2902 "robot" : 0
2903 },
2904 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; elertz 2.4.025; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)" : {
2905 "browser" : "ie",
2906 "browser_major" : "7",
2907 "browser_minor" : ".0",
2908 "browser_string" : "MSIE",
2909 "engine" : "ie",
2910 "engine_string" : "MSIE",
2911 "match" : [
2912 "windows",
2913 "winnt",
2914 "win32",
2915 "winxp",
2916 "ie",
2917 "ie4up",
2918 "ie5up",
2919 "ie55up",
2920 "ie7",
2921 "dotnet"
2922 ],
2923 "os" : "windows",
2924 "os_string" : "WinXP",
2925 "robot" : 0
2926 },
2927 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; elertz 2.4.179[128]; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)" : {
2928 "browser" : "ie",
2929 "browser_major" : "7",
2930 "browser_minor" : ".0",
2931 "browser_string" : "MSIE",
2932 "engine" : "ie",
2933 "engine_string" : "MSIE",
2934 "match" : [
2935 "windows",
2936 "winnt",
2937 "win32",
2938 "winxp",
2939 "ie",
2940 "ie4up",
2941 "ie5up",
2942 "ie55up",
2943 "ie7",
2944 "dotnet"
2945 ],
2946 "os" : "windows",
2947 "os_string" : "WinXP",
2948 "robot" : 0
2949 },
2950 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; generic_01_01; InfoPath.1)" : {
2951 "browser" : "ie",
2952 "browser_major" : "7",
2953 "browser_minor" : ".0",
2954 "browser_string" : "MSIE",
2955 "engine" : "ie",
2956 "engine_string" : "MSIE",
2957 "match" : [
2958 "windows",
2959 "winnt",
2960 "win32",
2961 "winxp",
2962 "ie",
2963 "ie4up",
2964 "ie5up",
2965 "ie55up",
2966 "ie7"
2967 ],
2968 "os" : "windows",
2969 "os_string" : "WinXP",
2970 "robot" : 0
2971 },
2972 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; generic_01_01; YPC 3.2.0; .NET CLR 1.1.4322; yplus 5.3.04b)" : {
2973 "browser" : "ie",
2974 "browser_major" : "7",
2975 "browser_minor" : ".0",
2976 "browser_string" : "MSIE",
2977 "engine" : "ie",
2978 "engine_string" : "MSIE",
2979 "match" : [
2980 "windows",
2981 "winnt",
2982 "win32",
2983 "winxp",
2984 "ie",
2985 "ie4up",
2986 "ie5up",
2987 "ie55up",
2988 "ie7",
2989 "dotnet"
2990 ],
2991 "os" : "windows",
2992 "os_string" : "WinXP",
2993 "robot" : 0
2994 },
2995 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iOpus-I-M; .NET CLR 1.1.4322)" : {
2996 "browser" : "ie",
2997 "browser_major" : "7",
2998 "browser_minor" : ".0",
2999 "browser_string" : "MSIE",
3000 "engine" : "ie",
3001 "engine_string" : "MSIE",
3002 "match" : [
3003 "windows",
3004 "winnt",
3005 "win32",
3006 "winxp",
3007 "ie",
3008 "ie4up",
3009 "ie5up",
3010 "ie55up",
3011 "ie7",
3012 "dotnet"
3013 ],
3014 "os" : "windows",
3015 "os_string" : "WinXP",
3016 "robot" : 0
3017 },
3018 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; Sgrunt|V109|1746|S-1740532934|dialno; snprtz|dialno; .NET CLR 2.0.50727)" : {
3019 "browser" : "ie",
3020 "browser_major" : "7",
3021 "browser_minor" : ".0",
3022 "browser_string" : "MSIE",
3023 "engine" : "ie",
3024 "engine_string" : "MSIE",
3025 "match" : [
3026 "windows",
3027 "winnt",
3028 "win32",
3029 "winxp",
3030 "ie",
3031 "ie4up",
3032 "ie5up",
3033 "ie55up",
3034 "ie7",
3035 "dotnet"
3036 ],
3037 "os" : "windows",
3038 "os_string" : "WinXP",
3039 "robot" : 0
3040 },
3041 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; acc=; YPC 3.2.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; IEMB3; IEMB3; yplus 5.1.04b)" : {
3042 "browser" : "ie",
3043 "browser_major" : "7",
3044 "browser_minor" : ".0",
3045 "browser_string" : "MSIE",
3046 "engine" : "ie",
3047 "engine_string" : "MSIE",
3048 "match" : [
3049 "windows",
3050 "winnt",
3051 "win32",
3052 "winxp",
3053 "ie",
3054 "ie4up",
3055 "ie5up",
3056 "ie55up",
3057 "ie7",
3058 "dotnet"
3059 ],
3060 "os" : "windows",
3061 "os_string" : "WinXP",
3062 "robot" : 0
3063 },
3064 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; acc=none; SV1; snprtz|S04087544802137; .NET CLR 1.1.4322)" : {
3065 "browser" : "ie",
3066 "browser_major" : "7",
3067 "browser_minor" : ".0",
3068 "browser_string" : "MSIE",
3069 "engine" : "ie",
3070 "engine_string" : "MSIE",
3071 "match" : [
3072 "windows",
3073 "winnt",
3074 "win32",
3075 "winxp",
3076 "ie",
3077 "ie4up",
3078 "ie5up",
3079 "ie55up",
3080 "ie7",
3081 "dotnet"
3082 ],
3083 "os" : "windows",
3084 "os_string" : "WinXP",
3085 "robot" : 0
3086 },
3087 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)" : {
3088 "browser" : "ie",
3089 "browser_major" : "7",
3090 "browser_minor" : ".0",
3091 "browser_string" : "MSIE",
3092 "engine" : "ie",
3093 "engine_string" : "MSIE",
3094 "match" : [
3095 "windows",
3096 "winnt",
3097 "win32",
3098 "winvista",
3099 "ie",
3100 "ie4up",
3101 "ie5up",
3102 "ie55up",
3103 "ie7",
3104 "dotnet"
3105 ],
3106 "os" : "windows",
3107 "os_string" : "WinVista",
3108 "robot" : 0
3109 },
3110 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB0.0; BTRS26718; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)" : {
3111 "browser" : "ie",
3112 "browser_major" : "7",
3113 "browser_minor" : ".0",
3114 "browser_string" : "MSIE",
3115 "engine" : "ie",
3116 "engine_string" : "MSIE",
3117 "match" : [
3118 "windows",
3119 "winnt",
3120 "win32",
3121 "winvista",
3122 "ie",
3123 "ie4up",
3124 "ie5up",
3125 "ie55up",
3126 "ie7",
3127 "dotnet"
3128 ],
3129 "os" : "windows",
3130 "os_string" : "WinVista",
3131 "robot" : 0
3132 },
3133 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; InfoPath.2; Alexa Toolbar; .NET4.0C; AskTbSPC2/5.9.1.14019)" : {
3134 "browser" : "ie",
3135 "browser_major" : "7",
3136 "browser_minor" : ".0",
3137 "browser_string" : "MSIE",
3138 "engine" : "ie",
3139 "engine_string" : "MSIE",
3140 "match" : [
3141 "windows",
3142 "winnt",
3143 "win32",
3144 "winvista",
3145 "ie",
3146 "ie4up",
3147 "ie5up",
3148 "ie55up",
3149 "ie7",
3150 "dotnet"
3151 ],
3152 "os" : "windows",
3153 "os_string" : "WinVista",
3154 "robot" : 0
3155 },
3156 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; AskTbGGSV5/5.12.1.16460)" : {
3157 "browser" : "ie",
3158 "browser_major" : "7",
3159 "browser_minor" : ".0",
3160 "browser_string" : "MSIE",
3161 "engine" : "ie",
3162 "engine_string" : "MSIE",
3163 "match" : [
3164 "windows",
3165 "winnt",
3166 "win32",
3167 "winvista",
3168 "ie",
3169 "ie4up",
3170 "ie5up",
3171 "ie55up",
3172 "ie7",
3173 "dotnet"
3174 ],
3175 "os" : "windows",
3176 "os_string" : "WinVista",
3177 "robot" : 0
3178 },
3179 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTbNDV/5.12.1.16460)" : {
3180 "browser" : "ie",
3181 "browser_major" : "7",
3182 "browser_minor" : ".0",
3183 "browser_string" : "MSIE",
3184 "engine" : "ie",
3185 "engine_string" : "MSIE",
3186 "match" : [
3187 "windows",
3188 "winnt",
3189 "win32",
3190 "winvista",
3191 "ie",
3192 "ie4up",
3193 "ie5up",
3194 "ie55up",
3195 "ie7",
3196 "dotnet"
3197 ],
3198 "os" : "windows",
3199 "os_string" : "WinVista",
3200 "robot" : 0
3201 },
3202 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTbMP3/5.9.1.14019)" : {
3203 "browser" : "ie",
3204 "browser_major" : "7",
3205 "browser_minor" : ".0",
3206 "browser_string" : "MSIE",
3207 "engine" : "ie",
3208 "engine_string" : "MSIE",
3209 "match" : [
3210 "windows",
3211 "winnt",
3212 "win32",
3213 "winvista",
3214 "ie",
3215 "ie4up",
3216 "ie5up",
3217 "ie55up",
3218 "ie7",
3219 "dotnet"
3220 ],
3221 "os" : "windows",
3222 "os_string" : "WinVista",
3223 "robot" : 0
3224 },
3225 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; HPDTDF; Tablet PC 2.0; .NET4.0C; .NET4.0E; SE 2.X MetaSr 1.0)" : {
3226 "browser" : "ie",
3227 "browser_major" : "7",
3228 "browser_minor" : ".0",
3229 "browser_string" : "MSIE",
3230 "engine" : "trident",
3231 "engine_beta" : "",
3232 "engine_major" : "5",
3233 "engine_minor" : ".0",
3234 "engine_string" : "Trident",
3235 "match" : [
3236 "windows",
3237 "winnt",
3238 "win32",
3239 "win7",
3240 "ie",
3241 "ie4up",
3242 "ie5up",
3243 "ie55up",
3244 "ie7",
3245 "ie_compat_mode",
3246 "trident",
3247 "dotnet"
3248 ],
3249 "os" : "windows",
3250 "os_string" : "Win7",
3251 "robot" : 0
3252 },
3253 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; QS 4.2.4.0; QS 5.3.0.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; QS 4.2.4.0; QS 5.3.0.4)" : {
3254 "browser" : "ie",
3255 "browser_major" : "7",
3256 "browser_minor" : ".0",
3257 "browser_string" : "MSIE",
3258 "engine" : "trident",
3259 "engine_beta" : "",
3260 "engine_major" : "4",
3261 "engine_minor" : ".0",
3262 "engine_string" : "Trident",
3263 "match" : [
3264 "windows",
3265 "winnt",
3266 "win32",
3267 "win7",
3268 "ie",
3269 "ie4up",
3270 "ie5up",
3271 "ie55up",
3272 "ie7",
3273 "ie_compat_mode",
3274 "trident",
3275 "dotnet"
3276 ],
3277 "os" : "windows",
3278 "os_string" : "Win7",
3279 "robot" : 0
3280 },
6323281 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; NP08; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)" : {
6333282 "browser" : "ie",
6343283 "browser_string" : "MSIE",
6893338 "public_version" : 7,
6903339 "version" : 7
6913340 },
3341 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)" : {
3342 "browser" : "ie",
3343 "browser_major" : "8",
3344 "browser_minor" : ".0",
3345 "browser_string" : "MSIE",
3346 "engine" : "trident",
3347 "engine_beta" : "",
3348 "engine_major" : "4",
3349 "engine_minor" : ".0",
3350 "engine_string" : "Trident",
3351 "match" : [
3352 "windows",
3353 "winnt",
3354 "win32",
3355 "winxp",
3356 "ie",
3357 "ie4up",
3358 "ie5up",
3359 "ie55up",
3360 "ie8",
3361 "trident",
3362 "dotnet"
3363 ],
3364 "os" : "windows",
3365 "os_string" : "WinXP",
3366 "robot" : 0
3367 },
3368 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; CMDTDF)" : {
3369 "browser" : "ie",
3370 "browser_major" : "8",
3371 "browser_minor" : ".0",
3372 "browser_string" : "MSIE",
3373 "engine" : "trident",
3374 "engine_beta" : "",
3375 "engine_major" : "4",
3376 "engine_minor" : ".0",
3377 "engine_string" : "Trident",
3378 "match" : [
3379 "windows",
3380 "winnt",
3381 "win32",
3382 "winxp",
3383 "ie",
3384 "ie4up",
3385 "ie5up",
3386 "ie55up",
3387 "ie8",
3388 "trident",
3389 "dotnet"
3390 ],
3391 "os" : "windows",
3392 "os_string" : "WinXP",
3393 "robot" : 0
3394 },
3395 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; HPNTDF; AskTbATU2/5.11.3.15590)" : {
3396 "browser" : "ie",
3397 "browser_major" : "8",
3398 "browser_minor" : ".0",
3399 "browser_string" : "MSIE",
3400 "engine" : "trident",
3401 "engine_beta" : "",
3402 "engine_major" : "4",
3403 "engine_minor" : ".0",
3404 "engine_string" : "Trident",
3405 "match" : [
3406 "windows",
3407 "winnt",
3408 "win32",
3409 "winxp",
3410 "ie",
3411 "ie4up",
3412 "ie5up",
3413 "ie55up",
3414 "ie8",
3415 "trident",
3416 "dotnet"
3417 ],
3418 "os" : "windows",
3419 "os_string" : "WinXP",
3420 "robot" : 0
3421 },
3422 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Ant.com Toolbar 1.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 1.1.4322; BO1IE8_v1;ENUS)" : {
3423 "browser" : "ie",
3424 "browser_major" : "8",
3425 "browser_minor" : ".0",
3426 "browser_string" : "MSIE",
3427 "engine" : "trident",
3428 "engine_beta" : "",
3429 "engine_major" : "4",
3430 "engine_minor" : ".0",
3431 "engine_string" : "Trident",
3432 "match" : [
3433 "windows",
3434 "winnt",
3435 "win32",
3436 "winxp",
3437 "ie",
3438 "ie4up",
3439 "ie5up",
3440 "ie55up",
3441 "ie8",
3442 "trident",
3443 "dotnet"
3444 ],
3445 "os" : "windows",
3446 "os_string" : "WinXP",
3447 "robot" : 0
3448 },
3449 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS26707; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
3450 "browser" : "ie",
3451 "browser_major" : "8",
3452 "browser_minor" : ".0",
3453 "browser_string" : "MSIE",
3454 "engine" : "trident",
3455 "engine_beta" : "",
3456 "engine_major" : "4",
3457 "engine_minor" : ".0",
3458 "engine_string" : "Trident",
3459 "match" : [
3460 "windows",
3461 "winnt",
3462 "win32",
3463 "winxp",
3464 "ie",
3465 "ie4up",
3466 "ie5up",
3467 "ie55up",
3468 "ie8",
3469 "trident",
3470 "dotnet"
3471 ],
3472 "os" : "windows",
3473 "os_string" : "WinXP",
3474 "robot" : 0
3475 },
3476 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS26718; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; yie8; AskTbMOV/5.9.1.14019)" : {
3477 "browser" : "ie",
3478 "browser_major" : "8",
3479 "browser_minor" : ".0",
3480 "browser_string" : "MSIE",
3481 "engine" : "trident",
3482 "engine_beta" : "",
3483 "engine_major" : "4",
3484 "engine_minor" : ".0",
3485 "engine_string" : "Trident",
3486 "match" : [
3487 "windows",
3488 "winnt",
3489 "win32",
3490 "winxp",
3491 "ie",
3492 "ie4up",
3493 "ie5up",
3494 "ie55up",
3495 "ie8",
3496 "trident",
3497 "dotnet"
3498 ],
3499 "os" : "windows",
3500 "os_string" : "WinXP",
3501 "robot" : 0
3502 },
3503 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS6018; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
3504 "browser" : "ie",
3505 "browser_major" : "8",
3506 "browser_minor" : ".0",
3507 "browser_string" : "MSIE",
3508 "engine" : "trident",
3509 "engine_beta" : "",
3510 "engine_major" : "4",
3511 "engine_minor" : ".0",
3512 "engine_string" : "Trident",
3513 "match" : [
3514 "windows",
3515 "winnt",
3516 "win32",
3517 "winxp",
3518 "ie",
3519 "ie4up",
3520 "ie5up",
3521 "ie55up",
3522 "ie8",
3523 "trident",
3524 "dotnet"
3525 ],
3526 "os" : "windows",
3527 "os_string" : "WinXP",
3528 "robot" : 0
3529 },
3530 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS7181; InfoPath.2)" : {
3531 "browser" : "ie",
3532 "browser_major" : "8",
3533 "browser_minor" : ".0",
3534 "browser_string" : "MSIE",
3535 "engine" : "trident",
3536 "engine_beta" : "",
3537 "engine_major" : "4",
3538 "engine_minor" : ".0",
3539 "engine_string" : "Trident",
3540 "match" : [
3541 "windows",
3542 "winnt",
3543 "win32",
3544 "winxp",
3545 "ie",
3546 "ie4up",
3547 "ie5up",
3548 "ie55up",
3549 "ie8",
3550 "trident"
3551 ],
3552 "os" : "windows",
3553 "os_string" : "WinXP",
3554 "robot" : 0
3555 },
3556 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS7239; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; AskTbFF/5.11.3.15590)" : {
3557 "browser" : "ie",
3558 "browser_major" : "8",
3559 "browser_minor" : ".0",
3560 "browser_string" : "MSIE",
3561 "engine" : "trident",
3562 "engine_beta" : "",
3563 "engine_major" : "4",
3564 "engine_minor" : ".0",
3565 "engine_string" : "Trident",
3566 "match" : [
3567 "windows",
3568 "winnt",
3569 "win32",
3570 "winxp",
3571 "ie",
3572 "ie4up",
3573 "ie5up",
3574 "ie55up",
3575 "ie8",
3576 "trident",
3577 "dotnet"
3578 ],
3579 "os" : "windows",
3580 "os_string" : "WinXP",
3581 "robot" : 0
3582 },
3583 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FBSMTWB; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)" : {
3584 "browser" : "ie",
3585 "browser_major" : "8",
3586 "browser_minor" : ".0",
3587 "browser_string" : "MSIE",
3588 "engine" : "trident",
3589 "engine_beta" : "",
3590 "engine_major" : "4",
3591 "engine_minor" : ".0",
3592 "engine_string" : "Trident",
3593 "match" : [
3594 "windows",
3595 "winnt",
3596 "win32",
3597 "winxp",
3598 "ie",
3599 "ie4up",
3600 "ie5up",
3601 "ie55up",
3602 "ie8",
3603 "trident",
3604 "dotnet"
3605 ],
3606 "os" : "windows",
3607 "os_string" : "WinXP",
3608 "robot" : 0
3609 },
3610 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; BO2IE8_v1;ENUS)" : {
3611 "browser" : "ie",
3612 "browser_major" : "8",
3613 "browser_minor" : ".0",
3614 "browser_string" : "MSIE",
3615 "engine" : "trident",
3616 "engine_beta" : "",
3617 "engine_major" : "4",
3618 "engine_minor" : ".0",
3619 "engine_string" : "Trident",
3620 "match" : [
3621 "windows",
3622 "winnt",
3623 "win32",
3624 "winxp",
3625 "ie",
3626 "ie4up",
3627 "ie5up",
3628 "ie55up",
3629 "ie8",
3630 "trident",
3631 "dotnet"
3632 ],
3633 "os" : "windows",
3634 "os_string" : "WinXP",
3635 "robot" : 0
3636 },
3637 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322; WinNT-PAI 18.08.2009; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
3638 "browser" : "ie",
3639 "browser_major" : "8",
3640 "browser_minor" : ".0",
3641 "browser_string" : "MSIE",
3642 "engine" : "trident",
3643 "engine_beta" : "",
3644 "engine_major" : "4",
3645 "engine_minor" : ".0",
3646 "engine_string" : "Trident",
3647 "match" : [
3648 "windows",
3649 "winnt",
3650 "win32",
3651 "winxp",
3652 "ie",
3653 "ie4up",
3654 "ie5up",
3655 "ie55up",
3656 "ie8",
3657 "trident",
3658 "dotnet"
3659 ],
3660 "os" : "windows",
3661 "os_string" : "WinXP",
3662 "robot" : 0
3663 },
3664 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; AskTbFWV5/5.12.2.16749; AskTb/)" : {
3665 "browser" : "ie",
3666 "browser_major" : "8",
3667 "browser_minor" : ".0",
3668 "browser_string" : "MSIE",
3669 "engine" : "trident",
3670 "engine_beta" : "",
3671 "engine_major" : "4",
3672 "engine_minor" : ".0",
3673 "engine_string" : "Trident",
3674 "match" : [
3675 "windows",
3676 "winnt",
3677 "win32",
3678 "winxp",
3679 "ie",
3680 "ie4up",
3681 "ie5up",
3682 "ie55up",
3683 "ie8",
3684 "trident"
3685 ],
3686 "os" : "windows",
3687 "os_string" : "WinXP",
3688 "robot" : 0
3689 },
3690 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
3691 "browser" : "ie",
3692 "browser_major" : "8",
3693 "browser_minor" : ".0",
3694 "browser_string" : "MSIE",
3695 "engine" : "trident",
3696 "engine_beta" : "",
3697 "engine_major" : "4",
3698 "engine_minor" : ".0",
3699 "engine_string" : "Trident",
3700 "match" : [
3701 "windows",
3702 "winnt",
3703 "win32",
3704 "winxp",
3705 "ie",
3706 "ie4up",
3707 "ie5up",
3708 "ie55up",
3709 "ie8",
3710 "trident",
3711 "dotnet"
3712 ],
3713 "os" : "windows",
3714 "os_string" : "WinXP",
3715 "robot" : 0
3716 },
3717 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/1; BRI/2; yie8; Creative AutoUpdate v1.10.10)" : {
3718 "browser" : "ie",
3719 "browser_major" : "8",
3720 "browser_minor" : ".0",
3721 "browser_string" : "MSIE",
3722 "engine" : "trident",
3723 "engine_beta" : "",
3724 "engine_major" : "4",
3725 "engine_minor" : ".0",
3726 "engine_string" : "Trident",
3727 "match" : [
3728 "windows",
3729 "winnt",
3730 "win32",
3731 "winxp",
3732 "ie",
3733 "ie4up",
3734 "ie5up",
3735 "ie55up",
3736 "ie8",
3737 "trident",
3738 "dotnet"
3739 ],
3740 "os" : "windows",
3741 "os_string" : "WinXP",
3742 "robot" : 0
3743 },
3744 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; SIMBAR={0390CFD2-2FBA-41D3-9086-6461EA0D204E}; BTRS7390; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbHIP/5.11.3.15590)" : {
3745 "browser" : "ie",
3746 "browser_major" : "8",
3747 "browser_minor" : ".0",
3748 "browser_string" : "MSIE",
3749 "engine" : "trident",
3750 "engine_beta" : "",
3751 "engine_major" : "4",
3752 "engine_minor" : ".0",
3753 "engine_string" : "Trident",
3754 "match" : [
3755 "windows",
3756 "winnt",
3757 "win32",
3758 "winxp",
3759 "ie",
3760 "ie4up",
3761 "ie5up",
3762 "ie55up",
3763 "ie8",
3764 "trident",
3765 "dotnet"
3766 ],
3767 "os" : "windows",
3768 "os_string" : "WinXP",
3769 "robot" : 0
3770 },
3771 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; WinNT-A8U 19.03.2011; .NET4.0C; .NET CLR 2.0.50727; yie8)" : {
3772 "browser" : "ie",
3773 "browser_major" : "8",
3774 "browser_minor" : ".0",
3775 "browser_string" : "MSIE",
3776 "engine" : "trident",
3777 "engine_beta" : "",
3778 "engine_major" : "4",
3779 "engine_minor" : ".0",
3780 "engine_string" : "Trident",
3781 "match" : [
3782 "windows",
3783 "winnt",
3784 "win32",
3785 "winxp",
3786 "ie",
3787 "ie4up",
3788 "ie5up",
3789 "ie55up",
3790 "ie8",
3791 "trident",
3792 "dotnet"
3793 ],
3794 "os" : "windows",
3795 "os_string" : "WinXP",
3796 "robot" : 0
3797 },
3798 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; (R1 1.6); InfoPath.2)" : {
3799 "browser" : "ie",
3800 "browser_major" : "8",
3801 "browser_minor" : ".0",
3802 "browser_string" : "MSIE",
3803 "engine" : "trident",
3804 "engine_beta" : "",
3805 "engine_major" : "4",
3806 "engine_minor" : ".0",
3807 "engine_string" : "Trident",
3808 "match" : [
3809 "windows",
3810 "winnt",
3811 "win32",
3812 "winxp",
3813 "ie",
3814 "realplayer",
3815 "ie4up",
3816 "ie5up",
3817 "ie55up",
3818 "ie8",
3819 "trident"
3820 ],
3821 "os" : "windows",
3822 "os_string" : "WinXP",
3823 "robot" : 0
3824 },
3825 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; AskTbNRO2/5.11.3.15590)" : {
3826 "browser" : "ie",
3827 "browser_major" : "8",
3828 "browser_minor" : ".0",
3829 "browser_string" : "MSIE",
3830 "engine" : "trident",
3831 "engine_beta" : "",
3832 "engine_major" : "4",
3833 "engine_minor" : ".0",
3834 "engine_string" : "Trident",
3835 "match" : [
3836 "windows",
3837 "winnt",
3838 "win32",
3839 "winxp",
3840 "ie",
3841 "ie4up",
3842 "ie5up",
3843 "ie55up",
3844 "ie8",
3845 "trident",
3846 "dotnet"
3847 ],
3848 "os" : "windows",
3849 "os_string" : "WinXP",
3850 "robot" : 0
3851 },
3852 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbUT2V5/5.9.1.14019)" : {
3853 "browser" : "ie",
3854 "browser_major" : "8",
3855 "browser_minor" : ".0",
3856 "browser_string" : "MSIE",
3857 "engine" : "trident",
3858 "engine_beta" : "",
3859 "engine_major" : "4",
3860 "engine_minor" : ".0",
3861 "engine_string" : "Trident",
3862 "match" : [
3863 "windows",
3864 "winnt",
3865 "win32",
3866 "winxp",
3867 "ie",
3868 "ie4up",
3869 "ie5up",
3870 "ie55up",
3871 "ie8",
3872 "trident",
3873 "dotnet"
3874 ],
3875 "os" : "windows",
3876 "os_string" : "WinXP",
3877 "robot" : 0
3878 },
3879 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbMP3DS/5.11.3.15590)" : {
3880 "browser" : "ie",
3881 "browser_major" : "8",
3882 "browser_minor" : ".0",
3883 "browser_string" : "MSIE",
3884 "engine" : "trident",
3885 "engine_beta" : "",
3886 "engine_major" : "4",
3887 "engine_minor" : ".0",
3888 "engine_string" : "Trident",
3889 "match" : [
3890 "windows",
3891 "winnt",
3892 "win32",
3893 "winxp",
3894 "ie",
3895 "ie4up",
3896 "ie5up",
3897 "ie55up",
3898 "ie8",
3899 "trident",
3900 "dotnet"
3901 ],
3902 "os" : "windows",
3903 "os_string" : "WinXP",
3904 "robot" : 0
3905 },
3906 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbMYC-ST/5.12.1.16460)" : {
3907 "browser" : "ie",
3908 "browser_major" : "8",
3909 "browser_minor" : ".0",
3910 "browser_string" : "MSIE",
3911 "engine" : "trident",
3912 "engine_beta" : "",
3913 "engine_major" : "4",
3914 "engine_minor" : ".0",
3915 "engine_string" : "Trident",
3916 "match" : [
3917 "windows",
3918 "winnt",
3919 "win32",
3920 "winxp",
3921 "ie",
3922 "ie4up",
3923 "ie5up",
3924 "ie55up",
3925 "ie8",
3926 "trident",
3927 "dotnet"
3928 ],
3929 "os" : "windows",
3930 "os_string" : "WinXP",
3931 "robot" : 0
3932 },
3933 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbIMB/5.12.1.16460)" : {
3934 "browser" : "ie",
3935 "browser_major" : "8",
3936 "browser_minor" : ".0",
3937 "browser_string" : "MSIE",
3938 "engine" : "trident",
3939 "engine_beta" : "",
3940 "engine_major" : "4",
3941 "engine_minor" : ".0",
3942 "engine_string" : "Trident",
3943 "match" : [
3944 "windows",
3945 "winnt",
3946 "win32",
3947 "winxp",
3948 "ie",
3949 "ie4up",
3950 "ie5up",
3951 "ie55up",
3952 "ie8",
3953 "trident",
3954 "dotnet"
3955 ],
3956 "os" : "windows",
3957 "os_string" : "WinXP",
3958 "robot" : 0
3959 },
3960 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; AskTbATU3/5.8.0.12304)" : {
3961 "browser" : "ie",
3962 "browser_major" : "8",
3963 "browser_minor" : ".0",
3964 "browser_string" : "MSIE",
3965 "engine" : "trident",
3966 "engine_beta" : "",
3967 "engine_major" : "4",
3968 "engine_minor" : ".0",
3969 "engine_string" : "Trident",
3970 "match" : [
3971 "windows",
3972 "winnt",
3973 "win32",
3974 "winxp",
3975 "ie",
3976 "ie4up",
3977 "ie5up",
3978 "ie55up",
3979 "ie8",
3980 "trident",
3981 "dotnet"
3982 ],
3983 "os" : "windows",
3984 "os_string" : "WinXP",
3985 "robot" : 0
3986 },
3987 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; AskTbMPC2/5.11.0.15286)" : {
3988 "browser" : "ie",
3989 "browser_major" : "8",
3990 "browser_minor" : ".0",
3991 "browser_string" : "MSIE",
3992 "engine" : "trident",
3993 "engine_beta" : "",
3994 "engine_major" : "4",
3995 "engine_minor" : ".0",
3996 "engine_string" : "Trident",
3997 "match" : [
3998 "windows",
3999 "winnt",
4000 "win32",
4001 "winxp",
4002 "ie",
4003 "ie4up",
4004 "ie5up",
4005 "ie55up",
4006 "ie8",
4007 "trident"
4008 ],
4009 "os" : "windows",
4010 "os_string" : "WinXP",
4011 "robot" : 0
4012 },
4013 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MRA 5.10 (build 5339); GTB7.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" : {
4014 "browser" : "ie",
4015 "browser_major" : "8",
4016 "browser_minor" : ".0",
4017 "browser_string" : "MSIE",
4018 "engine" : "trident",
4019 "engine_beta" : "",
4020 "engine_major" : "4",
4021 "engine_minor" : ".0",
4022 "engine_string" : "Trident",
4023 "match" : [
4024 "windows",
4025 "winnt",
4026 "win32",
4027 "winxp",
4028 "ie",
4029 "ie4up",
4030 "ie5up",
4031 "ie55up",
4032 "ie8",
4033 "trident",
4034 "dotnet"
4035 ],
4036 "os" : "windows",
4037 "os_string" : "WinXP",
4038 "robot" : 0
4039 },
4040 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; QQDownload 627; GTB6.6)" : {
4041 "browser" : "ie",
4042 "browser_major" : "8",
4043 "browser_minor" : ".0",
4044 "browser_string" : "MSIE",
4045 "engine" : "trident",
4046 "engine_beta" : "",
4047 "engine_major" : "4",
4048 "engine_minor" : ".0",
4049 "engine_string" : "Trident",
4050 "match" : [
4051 "windows",
4052 "winnt",
4053 "win32",
4054 "winxp",
4055 "ie",
4056 "ie4up",
4057 "ie5up",
4058 "ie55up",
4059 "ie8",
4060 "trident"
4061 ],
4062 "os" : "windows",
4063 "os_string" : "WinXP",
4064 "robot" : 0
4065 },
4066 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={005E1D16-F67A-11DD-B20E-00215A1428B0}; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
4067 "browser" : "ie",
4068 "browser_major" : "8",
4069 "browser_minor" : ".0",
4070 "browser_string" : "MSIE",
4071 "engine" : "trident",
4072 "engine_beta" : "",
4073 "engine_major" : "4",
4074 "engine_minor" : ".0",
4075 "engine_string" : "Trident",
4076 "match" : [
4077 "windows",
4078 "winnt",
4079 "win32",
4080 "winxp",
4081 "ie",
4082 "ie4up",
4083 "ie5up",
4084 "ie55up",
4085 "ie8",
4086 "trident",
4087 "dotnet"
4088 ],
4089 "os" : "windows",
4090 "os_string" : "WinXP",
4091 "robot" : 0
4092 },
4093 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={6B1BE3BF-ED01-4022-B40F-D4ED79387298}; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
4094 "browser" : "ie",
4095 "browser_major" : "8",
4096 "browser_minor" : ".0",
4097 "browser_string" : "MSIE",
4098 "engine" : "trident",
4099 "engine_beta" : "",
4100 "engine_major" : "4",
4101 "engine_minor" : ".0",
4102 "engine_string" : "Trident",
4103 "match" : [
4104 "windows",
4105 "winnt",
4106 "win32",
4107 "winxp",
4108 "ie",
4109 "ie4up",
4110 "ie5up",
4111 "ie55up",
4112 "ie8",
4113 "trident",
4114 "dotnet"
4115 ],
4116 "os" : "windows",
4117 "os_string" : "WinXP",
4118 "robot" : 0
4119 },
4120 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={A544FCB0-7389-11E0-B0E8-000AE661F44F}; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
4121 "browser" : "ie",
4122 "browser_major" : "8",
4123 "browser_minor" : ".0",
4124 "browser_string" : "MSIE",
4125 "engine" : "trident",
4126 "engine_beta" : "",
4127 "engine_major" : "4",
4128 "engine_minor" : ".0",
4129 "engine_string" : "Trident",
4130 "match" : [
4131 "windows",
4132 "winnt",
4133 "win32",
4134 "winxp",
4135 "ie",
4136 "ie4up",
4137 "ie5up",
4138 "ie55up",
4139 "ie8",
4140 "trident",
4141 "dotnet"
4142 ],
4143 "os" : "windows",
4144 "os_string" : "WinXP",
4145 "robot" : 0
4146 },
6924147 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SearchToolbar 1.2; GTB7.4; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; BRI/2)" : {
6934148 "browser" : "ie",
6944149 "browser_string" : "MSIE",
7204175 "public_version" : 8,
7214176 "version" : 8
7224177 },
4178 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; TuneUp HTML Client Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729" : {
4179 "browser" : "ie",
4180 "browser_major" : "8",
4181 "browser_minor" : ".0",
4182 "browser_string" : "MSIE",
4183 "engine" : "trident",
4184 "engine_beta" : "",
4185 "engine_major" : "4",
4186 "engine_minor" : ".0",
4187 "engine_string" : "Trident",
4188 "match" : [
4189 "windows",
4190 "winnt",
4191 "win32",
4192 "winxp",
4193 "ie",
4194 "ie4up",
4195 "ie5up",
4196 "ie55up",
4197 "ie8",
4198 "trident",
4199 "dotnet"
4200 ],
4201 "os" : "windows",
4202 "os_string" : "WinXP",
4203 "robot" : 0
4204 },
4205 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/11.0.696.68; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET4.0E; .NET4.0C; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
4206 "browser" : "ie",
4207 "browser_major" : "8",
4208 "browser_minor" : ".0",
4209 "browser_string" : "MSIE",
4210 "engine" : "trident",
4211 "engine_beta" : "",
4212 "engine_major" : "4",
4213 "engine_minor" : ".0",
4214 "engine_string" : "Trident",
4215 "match" : [
4216 "windows",
4217 "winnt",
4218 "win32",
4219 "winxp",
4220 "ie",
4221 "ie4up",
4222 "ie5up",
4223 "ie55up",
4224 "ie8",
4225 "trident",
4226 "dotnet"
4227 ],
4228 "os" : "windows",
4229 "os_string" : "WinXP",
4230 "robot" : 0
4231 },
4232 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; msn OptimizedIE8;ENIN)" : {
4233 "browser" : "ie",
4234 "browser_major" : "8",
4235 "browser_minor" : ".0",
4236 "browser_string" : "MSIE",
4237 "engine" : "trident",
4238 "engine_beta" : "",
4239 "engine_major" : "4",
4240 "engine_minor" : ".0",
4241 "engine_string" : "Trident",
4242 "match" : [
4243 "windows",
4244 "winnt",
4245 "win32",
4246 "winxp",
4247 "ie",
4248 "ie4up",
4249 "ie5up",
4250 "ie55up",
4251 "ie8",
4252 "trident"
4253 ],
4254 "os" : "windows",
4255 "os_string" : "WinXP",
4256 "robot" : 0
4257 },
4258 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; BLNGBAR; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C)" : {
4259 "browser" : "ie",
4260 "browser_major" : "8",
4261 "browser_minor" : ".0",
4262 "browser_string" : "MSIE",
4263 "engine" : "trident",
4264 "engine_beta" : "",
4265 "engine_major" : "4",
4266 "engine_minor" : ".0",
4267 "engine_string" : "Trident",
4268 "match" : [
4269 "windows",
4270 "winnt",
4271 "win32",
4272 "winvista",
4273 "ie",
4274 "ie4up",
4275 "ie5up",
4276 "ie55up",
4277 "ie8",
4278 "trident",
4279 "dotnet"
4280 ],
4281 "os" : "windows",
4282 "os_string" : "WinVista",
4283 "robot" : 0
4284 },
4285 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; BTRS26718; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; InfoPath.2; BRI/2)" : {
4286 "browser" : "ie",
4287 "browser_major" : "8",
4288 "browser_minor" : ".0",
4289 "browser_string" : "MSIE",
4290 "engine" : "trident",
4291 "engine_beta" : "",
4292 "engine_major" : "4",
4293 "engine_minor" : ".0",
4294 "engine_string" : "Trident",
4295 "match" : [
4296 "windows",
4297 "winnt",
4298 "win32",
4299 "winvista",
4300 "ie",
4301 "ie4up",
4302 "ie5up",
4303 "ie55up",
4304 "ie8",
4305 "trident",
4306 "dotnet"
4307 ],
4308 "os" : "windows",
4309 "os_string" : "WinVista",
4310 "robot" : 0
4311 },
4312 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; .NET4.0C; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; 898700716703; system:4.00231)" : {
4313 "browser" : "ie",
4314 "browser_major" : "8",
4315 "browser_minor" : ".0",
4316 "browser_string" : "MSIE",
4317 "engine" : "trident",
4318 "engine_beta" : "",
4319 "engine_major" : "4",
4320 "engine_minor" : ".0",
4321 "engine_string" : "Trident",
4322 "match" : [
4323 "windows",
4324 "winnt",
4325 "win32",
4326 "winvista",
4327 "ie",
4328 "ie4up",
4329 "ie5up",
4330 "ie55up",
4331 "ie8",
4332 "trident",
4333 "dotnet"
4334 ],
4335 "os" : "windows",
4336 "os_string" : "WinVista",
4337 "robot" : 0
4338 },
4339 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET CLR 3.0.30729; msn OptimizedIE8;ESMX)" : {
4340 "browser" : "ie",
4341 "browser_major" : "8",
4342 "browser_minor" : ".0",
4343 "browser_string" : "MSIE",
4344 "engine" : "trident",
4345 "engine_beta" : "",
4346 "engine_major" : "4",
4347 "engine_minor" : ".0",
4348 "engine_string" : "Trident",
4349 "match" : [
4350 "windows",
4351 "winnt",
4352 "win32",
4353 "winvista",
4354 "ie",
4355 "ie4up",
4356 "ie5up",
4357 "ie55up",
4358 "ie8",
4359 "trident",
4360 "dotnet"
4361 ],
4362 "os" : "windows",
4363 "os_string" : "WinVista",
4364 "robot" : 0
4365 },
4366 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; MRA 5.5 (build 02842); SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; .NET CLR 3.0.30729; OfficeLivePatch.1.3; .NET CLR 1.1.4322)" : {
4367 "browser" : "ie",
4368 "browser_major" : "8",
4369 "browser_minor" : ".0",
4370 "browser_string" : "MSIE",
4371 "engine" : "trident",
4372 "engine_beta" : "",
4373 "engine_major" : "4",
4374 "engine_minor" : ".0",
4375 "engine_string" : "Trident",
4376 "match" : [
4377 "windows",
4378 "winnt",
4379 "win32",
4380 "winvista",
4381 "ie",
4382 "ie4up",
4383 "ie5up",
4384 "ie55up",
4385 "ie8",
4386 "trident",
4387 "dotnet"
4388 ],
4389 "os" : "windows",
4390 "os_string" : "WinVista",
4391 "robot" : 0
4392 },
4393 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={6909F680-0FB6-11E0-BDEF-001BB988ACEC}; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; InfoPath.2)" : {
4394 "browser" : "ie",
4395 "browser_major" : "8",
4396 "browser_minor" : ".0",
4397 "browser_string" : "MSIE",
4398 "engine" : "trident",
4399 "engine_beta" : "",
4400 "engine_major" : "4",
4401 "engine_minor" : ".0",
4402 "engine_string" : "Trident",
4403 "match" : [
4404 "windows",
4405 "winnt",
4406 "win32",
4407 "winvista",
4408 "ie",
4409 "ie4up",
4410 "ie5up",
4411 "ie55up",
4412 "ie8",
4413 "trident",
4414 "dotnet"
4415 ],
4416 "os" : "windows",
4417 "os_string" : "WinVista",
4418 "robot" : 0
4419 },
4420 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; AskTbCS-ST/5.9.1.14019)" : {
4421 "browser" : "ie",
4422 "browser_major" : "8",
4423 "browser_minor" : ".0",
4424 "browser_string" : "MSIE",
4425 "engine" : "trident",
4426 "engine_beta" : "",
4427 "engine_major" : "4",
4428 "engine_minor" : ".0",
4429 "engine_string" : "Trident",
4430 "match" : [
4431 "windows",
4432 "winnt",
4433 "win32",
4434 "winvista",
4435 "ie",
4436 "ie4up",
4437 "ie5up",
4438 "ie55up",
4439 "ie8",
4440 "trident",
4441 "dotnet"
4442 ],
4443 "os" : "windows",
4444 "os_string" : "WinVista",
4445 "robot" : 0
4446 },
4447 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; SVD; .NET4.0C)" : {
4448 "browser" : "ie",
4449 "browser_major" : "8",
4450 "browser_minor" : ".0",
4451 "browser_string" : "MSIE",
4452 "engine" : "trident",
4453 "engine_beta" : "",
4454 "engine_major" : "4",
4455 "engine_minor" : ".0",
4456 "engine_string" : "Trident",
4457 "match" : [
4458 "windows",
4459 "winnt",
4460 "win32",
4461 "winvista",
4462 "ie",
4463 "ie4up",
4464 "ie5up",
4465 "ie55up",
4466 "ie8",
4467 "trident",
4468 "dotnet"
4469 ],
4470 "os" : "windows",
4471 "os_string" : "WinVista",
4472 "robot" : 0
4473 },
4474 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; AskTB5.6)" : {
4475 "browser" : "ie",
4476 "browser_major" : "8",
4477 "browser_minor" : ".0",
4478 "browser_string" : "MSIE",
4479 "engine" : "trident",
4480 "engine_beta" : "",
4481 "engine_major" : "4",
4482 "engine_minor" : ".0",
4483 "engine_string" : "Trident",
4484 "match" : [
4485 "windows",
4486 "winnt",
4487 "win32",
4488 "win7",
4489 "ie",
4490 "ie4up",
4491 "ie5up",
4492 "ie55up",
4493 "ie8",
4494 "trident",
4495 "dotnet"
4496 ],
4497 "os" : "windows",
4498 "os_string" : "Win7",
4499 "robot" : 0
4500 },
4501 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS28059; SIMBAR={7F9B9B37-747C-11E0-9403-4487FC817C3B}; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; ShopperReports 3.0.497.0; S" : {
4502 "browser" : "ie",
4503 "browser_major" : "8",
4504 "browser_minor" : ".0",
4505 "browser_string" : "MSIE",
4506 "engine" : "trident",
4507 "engine_beta" : "",
4508 "engine_major" : "4",
4509 "engine_minor" : ".0",
4510 "engine_string" : "Trident",
4511 "match" : [
4512 "windows",
4513 "winnt",
4514 "win32",
4515 "win7",
4516 "ie",
4517 "ie4up",
4518 "ie5up",
4519 "ie55up",
4520 "ie8",
4521 "trident",
4522 "dotnet"
4523 ],
4524 "os" : "windows",
4525 "os_string" : "Win7",
4526 "robot" : 0
4527 },
4528 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS28496; FunWebProducts; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)" : {
4529 "browser" : "ie",
4530 "browser_major" : "8",
4531 "browser_minor" : ".0",
4532 "browser_string" : "MSIE",
4533 "engine" : "trident",
4534 "engine_beta" : "",
4535 "engine_major" : "4",
4536 "engine_minor" : ".0",
4537 "engine_string" : "Trident",
4538 "match" : [
4539 "windows",
4540 "winnt",
4541 "win32",
4542 "win7",
4543 "ie",
4544 "ie4up",
4545 "ie5up",
4546 "ie55up",
4547 "ie8",
4548 "trident",
4549 "dotnet"
4550 ],
4551 "os" : "windows",
4552 "os_string" : "Win7",
4553 "robot" : 0
4554 },
4555 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS5841; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)" : {
4556 "browser" : "ie",
4557 "browser_major" : "8",
4558 "browser_minor" : ".0",
4559 "browser_string" : "MSIE",
4560 "engine" : "trident",
4561 "engine_beta" : "",
4562 "engine_major" : "4",
4563 "engine_minor" : ".0",
4564 "engine_string" : "Trident",
4565 "match" : [
4566 "windows",
4567 "winnt",
4568 "win32",
4569 "win7",
4570 "ie",
4571 "ie4up",
4572 "ie5up",
4573 "ie55up",
4574 "ie8",
4575 "trident",
4576 "dotnet"
4577 ],
4578 "os" : "windows",
4579 "os_string" : "Win7",
4580 "robot" : 0
4581 },
4582 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Facicons; BTRS26734; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; BRI/2; AskTB5.8)" : {
4583 "browser" : "ie",
4584 "browser_major" : "8",
4585 "browser_minor" : ".0",
4586 "browser_string" : "MSIE",
4587 "engine" : "trident",
4588 "engine_beta" : "",
4589 "engine_major" : "4",
4590 "engine_minor" : ".0",
4591 "engine_string" : "Trident",
4592 "match" : [
4593 "windows",
4594 "winnt",
4595 "win32",
4596 "win7",
4597 "ie",
4598 "ie4up",
4599 "ie5up",
4600 "ie55up",
4601 "ie8",
4602 "trident",
4603 "dotnet"
4604 ],
4605 "os" : "windows",
4606 "os_string" : "Win7",
4607 "robot" : 0
4608 },
4609 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; FunWebProducts; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; AskTbFXTV5/5.11.3.15590)" : {
4610 "browser" : "ie",
4611 "browser_major" : "8",
4612 "browser_minor" : ".0",
4613 "browser_string" : "MSIE",
4614 "engine" : "trident",
4615 "engine_beta" : "",
4616 "engine_major" : "4",
4617 "engine_minor" : ".0",
4618 "engine_string" : "Trident",
4619 "match" : [
4620 "windows",
4621 "winnt",
4622 "win32",
4623 "win7",
4624 "ie",
4625 "ie4up",
4626 "ie5up",
4627 "ie55up",
4628 "ie8",
4629 "trident",
4630 "dotnet"
4631 ],
4632 "os" : "windows",
4633 "os_string" : "Win7",
4634 "robot" : 0
4635 },
4636 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; BTRS25104; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; InfoPath.1; Tablet PC 2.0; .NET4.0C)" : {
4637 "browser" : "ie",
4638 "browser_major" : "8",
4639 "browser_minor" : ".0",
4640 "browser_string" : "MSIE",
4641 "engine" : "trident",
4642 "engine_beta" : "",
4643 "engine_major" : "4",
4644 "engine_minor" : ".0",
4645 "engine_string" : "Trident",
4646 "match" : [
4647 "windows",
4648 "winnt",
4649 "win32",
4650 "win7",
4651 "ie",
4652 "ie4up",
4653 "ie5up",
4654 "ie55up",
4655 "ie8",
4656 "trident",
4657 "dotnet"
4658 ],
4659 "os" : "windows",
4660 "os_string" : "Win7",
4661 "robot" : 0
4662 },
4663 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; BTRS27190; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BRI/2; AskTbSTC/5.9.1.14019)" : {
4664 "browser" : "ie",
4665 "browser_major" : "8",
4666 "browser_minor" : ".0",
4667 "browser_string" : "MSIE",
4668 "engine" : "trident",
4669 "engine_beta" : "",
4670 "engine_major" : "4",
4671 "engine_minor" : ".0",
4672 "engine_string" : "Trident",
4673 "match" : [
4674 "windows",
4675 "winnt",
4676 "win32",
4677 "win7",
4678 "ie",
4679 "ie4up",
4680 "ie5up",
4681 "ie55up",
4682 "ie8",
4683 "trident",
4684 "dotnet"
4685 ],
4686 "os" : "windows",
4687 "os_string" : "Win7",
4688 "robot" : 0
4689 },
4690 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022; Media Center PC 5.0; SLCC1; InfoPath.2; .NET4.0C; Table" : {
4691 "browser" : "ie",
4692 "browser_major" : "8",
4693 "browser_minor" : ".0",
4694 "browser_string" : "MSIE",
4695 "engine" : "trident",
4696 "engine_beta" : "",
4697 "engine_major" : "4",
4698 "engine_minor" : ".0",
4699 "engine_string" : "Trident",
4700 "match" : [
4701 "windows",
4702 "winnt",
4703 "win32",
4704 "win7",
4705 "ie",
4706 "ie4up",
4707 "ie5up",
4708 "ie55up",
4709 "ie8",
4710 "trident",
4711 "dotnet"
4712 ],
4713 "os" : "windows",
4714 "os_string" : "Win7",
4715 "robot" : 0
4716 },
4717 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; AskTbMPC2/5.11.0.15286; handyCafeCln/3.3.21; handyCafeCFW/3.3.33 en)" : {
4718 "browser" : "ie",
4719 "browser_major" : "8",
4720 "browser_minor" : ".0",
4721 "browser_string" : "MSIE",
4722 "engine" : "trident",
4723 "engine_beta" : "",
4724 "engine_major" : "4",
4725 "engine_minor" : ".0",
4726 "engine_string" : "Trident",
4727 "match" : [
4728 "windows",
4729 "winnt",
4730 "win32",
4731 "win7",
4732 "ie",
4733 "ie4up",
4734 "ie5up",
4735 "ie55up",
4736 "ie8",
4737 "trident",
4738 "dotnet"
4739 ],
4740 "os" : "windows",
4741 "os_string" : "Win7",
4742 "robot" : 0
4743 },
4744 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbBLT/5.12.1.16460)" : {
4745 "browser" : "ie",
4746 "browser_major" : "8",
4747 "browser_minor" : ".0",
4748 "browser_string" : "MSIE",
4749 "engine" : "trident",
4750 "engine_beta" : "",
4751 "engine_major" : "4",
4752 "engine_minor" : ".0",
4753 "engine_string" : "Trident",
4754 "match" : [
4755 "windows",
4756 "winnt",
4757 "win32",
4758 "win7",
4759 "ie",
4760 "ie4up",
4761 "ie5up",
4762 "ie55up",
4763 "ie8",
4764 "trident",
4765 "dotnet"
4766 ],
4767 "os" : "windows",
4768 "os_string" : "Win7",
4769 "robot" : 0
4770 },
4771 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbFLV/5.11.3.15590)" : {
4772 "browser" : "ie",
4773 "browser_major" : "8",
4774 "browser_minor" : ".0",
4775 "browser_string" : "MSIE",
4776 "engine" : "trident",
4777 "engine_beta" : "",
4778 "engine_major" : "4",
4779 "engine_minor" : ".0",
4780 "engine_string" : "Trident",
4781 "match" : [
4782 "windows",
4783 "winnt",
4784 "win32",
4785 "win7",
4786 "ie",
4787 "ie4up",
4788 "ie5up",
4789 "ie55up",
4790 "ie8",
4791 "trident",
4792 "dotnet"
4793 ],
4794 "os" : "windows",
4795 "os_string" : "Win7",
4796 "robot" : 0
4797 },
4798 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbSB/5.11.3.15590; .NET4.0C)" : {
4799 "browser" : "ie",
4800 "browser_major" : "8",
4801 "browser_minor" : ".0",
4802 "browser_string" : "MSIE",
4803 "engine" : "trident",
4804 "engine_beta" : "",
4805 "engine_major" : "4",
4806 "engine_minor" : ".0",
4807 "engine_string" : "Trident",
4808 "match" : [
4809 "windows",
4810 "winnt",
4811 "win32",
4812 "win7",
4813 "ie",
4814 "ie4up",
4815 "ie5up",
4816 "ie55up",
4817 "ie8",
4818 "trident",
4819 "dotnet"
4820 ],
4821 "os" : "windows",
4822 "os_string" : "Win7",
4823 "robot" : 0
4824 },
4825 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; AskTbNG1V5/5.9.1.14019)" : {
4826 "browser" : "ie",
4827 "browser_major" : "8",
4828 "browser_minor" : ".0",
4829 "browser_string" : "MSIE",
4830 "engine" : "trident",
4831 "engine_beta" : "",
4832 "engine_major" : "4",
4833 "engine_minor" : ".0",
4834 "engine_string" : "Trident",
4835 "match" : [
4836 "windows",
4837 "winnt",
4838 "win32",
4839 "win7",
4840 "ie",
4841 "ie4up",
4842 "ie5up",
4843 "ie55up",
4844 "ie8",
4845 "trident",
4846 "dotnet"
4847 ],
4848 "os" : "windows",
4849 "os_string" : "Win7",
4850 "robot" : 0
4851 },
4852 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GoogleT5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; AskTbGOM2/5.11.3.15590)" : {
4853 "browser" : "ie",
4854 "browser_major" : "8",
4855 "browser_minor" : ".0",
4856 "browser_string" : "MSIE",
4857 "engine" : "trident",
4858 "engine_beta" : "",
4859 "engine_major" : "4",
4860 "engine_minor" : ".0",
4861 "engine_string" : "Trident",
4862 "match" : [
4863 "windows",
4864 "winnt",
4865 "win32",
4866 "win7",
4867 "ie",
4868 "ie4up",
4869 "ie5up",
4870 "ie55up",
4871 "ie8",
4872 "trident",
4873 "dotnet"
4874 ],
4875 "os" : "windows",
4876 "os_string" : "Win7",
4877 "robot" : 0
4878 },
4879 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={3BC6F5F3-F29C-11DF-BE85-00247EEDA605}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTB5.5)" : {
4880 "browser" : "ie",
4881 "browser_major" : "8",
4882 "browser_minor" : ".0",
4883 "browser_string" : "MSIE",
4884 "engine" : "trident",
4885 "engine_beta" : "",
4886 "engine_major" : "4",
4887 "engine_minor" : ".0",
4888 "engine_string" : "Trident",
4889 "match" : [
4890 "windows",
4891 "winnt",
4892 "win32",
4893 "win7",
4894 "ie",
4895 "ie4up",
4896 "ie5up",
4897 "ie55up",
4898 "ie8",
4899 "trident",
4900 "dotnet"
4901 ],
4902 "os" : "windows",
4903 "os_string" : "Win7",
4904 "robot" : 0
4905 },
4906 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={5688C0A4-8195-11E0-BD2B-0023AE12D174}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFLV/5.12.1.16460; InfoPath.2)" : {
4907 "browser" : "ie",
4908 "browser_major" : "8",
4909 "browser_minor" : ".0",
4910 "browser_string" : "MSIE",
4911 "engine" : "trident",
4912 "engine_beta" : "",
4913 "engine_major" : "4",
4914 "engine_minor" : ".0",
4915 "engine_string" : "Trident",
4916 "match" : [
4917 "windows",
4918 "winnt",
4919 "win32",
4920 "win7",
4921 "ie",
4922 "ie4up",
4923 "ie5up",
4924 "ie55up",
4925 "ie8",
4926 "trident",
4927 "dotnet"
4928 ],
4929 "os" : "windows",
4930 "os_string" : "Win7",
4931 "robot" : 0
4932 },
4933 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={87F6FB80-4BC5-11E0-B2E6-0C607693518C}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbPTV2/5.11.3.15590)" : {
4934 "browser" : "ie",
4935 "browser_major" : "8",
4936 "browser_minor" : ".0",
4937 "browser_string" : "MSIE",
4938 "engine" : "trident",
4939 "engine_beta" : "",
4940 "engine_major" : "4",
4941 "engine_minor" : ".0",
4942 "engine_string" : "Trident",
4943 "match" : [
4944 "windows",
4945 "winnt",
4946 "win32",
4947 "win7",
4948 "ie",
4949 "ie4up",
4950 "ie5up",
4951 "ie55up",
4952 "ie8",
4953 "trident",
4954 "dotnet"
4955 ],
4956 "os" : "windows",
4957 "os_string" : "Win7",
4958 "robot" : 0
4959 },
4960 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={B6443B10-2657-11E0-ACE1-0002721A8AA9}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3" : {
4961 "browser" : "ie",
4962 "browser_major" : "8",
4963 "browser_minor" : ".0",
4964 "browser_string" : "MSIE",
4965 "engine" : "trident",
4966 "engine_beta" : "",
4967 "engine_major" : "4",
4968 "engine_minor" : ".0",
4969 "engine_string" : "Trident",
4970 "match" : [
4971 "windows",
4972 "winnt",
4973 "win32",
4974 "win7",
4975 "ie",
4976 "ie4up",
4977 "ie5up",
4978 "ie55up",
4979 "ie8",
4980 "trident",
4981 "dotnet"
4982 ],
4983 "os" : "windows",
4984 "os_string" : "Win7",
4985 "robot" : 0
4986 },
4987 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={E38C5794-2DB1-458B-AC51-59B95D8BC95D}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbFF/5.12.1.16460)" : {
4988 "browser" : "ie",
4989 "browser_major" : "8",
4990 "browser_minor" : ".0",
4991 "browser_string" : "MSIE",
4992 "engine" : "trident",
4993 "engine_beta" : "",
4994 "engine_major" : "4",
4995 "engine_minor" : ".0",
4996 "engine_string" : "Trident",
4997 "match" : [
4998 "windows",
4999 "winnt",
5000 "win32",
5001 "win7",
5002 "ie",
5003 "ie4up",
5004 "ie5up",
5005 "ie55up",
5006 "ie8",
5007 "trident",
5008 "dotnet"
5009 ],
5010 "os" : "windows",
5011 "os_string" : "Win7",
5012 "robot" : 0
5013 },
5014 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; Tablet PC 2.0; handyCafeCln" : {
5015 "browser" : "ie",
5016 "browser_major" : "8",
5017 "browser_minor" : ".0",
5018 "browser_string" : "MSIE",
5019 "engine" : "trident",
5020 "engine_beta" : "",
5021 "engine_major" : "4",
5022 "engine_minor" : ".0",
5023 "engine_string" : "Trident",
5024 "match" : [
5025 "windows",
5026 "winnt",
5027 "win32",
5028 "win7",
5029 "ie",
5030 "ie4up",
5031 "ie5up",
5032 "ie55up",
5033 "ie8",
5034 "trident",
5035 "dotnet"
5036 ],
5037 "os" : "windows",
5038 "os_string" : "Win7",
5039 "robot" : 0
5040 },
5041 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)" : {
5042 "browser" : "ie",
5043 "browser_major" : "8",
5044 "browser_minor" : ".0",
5045 "browser_string" : "MSIE",
5046 "engine" : "trident",
5047 "engine_beta" : "",
5048 "engine_major" : "4",
5049 "engine_minor" : ".0",
5050 "engine_string" : "Trident",
5051 "match" : [
5052 "windows",
5053 "winnt",
5054 "win32",
5055 "win7",
5056 "ie",
5057 "ie4up",
5058 "ie5up",
5059 "ie55up",
5060 "ie8",
5061 "trident",
5062 "dotnet"
5063 ],
5064 "os" : "windows",
5065 "os_string" : "Win7",
5066 "robot" : 0
5067 },
5068 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" : {
5069 "browser" : "ie",
5070 "browser_major" : "8",
5071 "browser_minor" : ".0",
5072 "browser_string" : "MSIE",
5073 "engine" : "trident",
5074 "engine_beta" : "",
5075 "engine_major" : "4",
5076 "engine_minor" : ".0",
5077 "engine_string" : "Trident",
5078 "match" : [
5079 "windows",
5080 "winnt",
5081 "win32",
5082 "win7",
5083 "ie",
5084 "ie4up",
5085 "ie5up",
5086 "ie55up",
5087 "ie8",
5088 "trident",
5089 "dotnet"
5090 ],
5091 "os" : "windows",
5092 "os_string" : "Win7",
5093 "robot" : 0
5094 },
5095 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MCIT 1.0)" : {
5096 "browser" : "ie",
5097 "browser_major" : "8",
5098 "browser_minor" : ".0",
5099 "browser_string" : "MSIE",
5100 "engine" : "trident",
5101 "engine_beta" : "",
5102 "engine_major" : "4",
5103 "engine_minor" : ".0",
5104 "engine_string" : "Trident",
5105 "match" : [
5106 "windows",
5107 "winnt",
5108 "win32",
5109 "win7",
5110 "ie",
5111 "ie4up",
5112 "ie5up",
5113 "ie55up",
5114 "ie8",
5115 "trident",
5116 "dotnet"
5117 ],
5118 "os" : "windows",
5119 "os_string" : "Win7",
5120 "robot" : 0
5121 },
5122 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbACDS/5.11.0.15286)" : {
5123 "browser" : "ie",
5124 "browser_major" : "8",
5125 "browser_minor" : ".0",
5126 "browser_string" : "MSIE",
5127 "engine" : "trident",
5128 "engine_beta" : "",
5129 "engine_major" : "4",
5130 "engine_minor" : ".0",
5131 "engine_string" : "Trident",
5132 "match" : [
5133 "windows",
5134 "winnt",
5135 "win32",
5136 "win7",
5137 "ie",
5138 "ie4up",
5139 "ie5up",
5140 "ie55up",
5141 "ie8",
5142 "trident",
5143 "dotnet"
5144 ],
5145 "os" : "windows",
5146 "os_string" : "Win7",
5147 "robot" : 0
5148 },
5149 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF; InfoPath.1; Tablet PC 2.0; .NET4.0C)" : {
5150 "browser" : "ie",
5151 "browser_major" : "8",
5152 "browser_minor" : ".0",
5153 "browser_string" : "MSIE",
5154 "engine" : "trident",
5155 "engine_beta" : "",
5156 "engine_major" : "4",
5157 "engine_minor" : ".0",
5158 "engine_string" : "Trident",
5159 "match" : [
5160 "windows",
5161 "winnt",
5162 "win32",
5163 "win7",
5164 "ie",
5165 "ie4up",
5166 "ie5up",
5167 "ie55up",
5168 "ie8",
5169 "trident",
5170 "dotnet"
5171 ],
5172 "os" : "windows",
5173 "os_string" : "Win7",
5174 "robot" : 0
5175 },
5176 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; BRI/2; .NET CLR 1.1.4322; AskTB5.6)" : {
5177 "browser" : "ie",
5178 "browser_major" : "8",
5179 "browser_minor" : ".0",
5180 "browser_string" : "MSIE",
5181 "engine" : "trident",
5182 "engine_beta" : "",
5183 "engine_major" : "4",
5184 "engine_minor" : ".0",
5185 "engine_string" : "Trident",
5186 "match" : [
5187 "windows",
5188 "winnt",
5189 "win32",
5190 "win7",
5191 "ie",
5192 "ie4up",
5193 "ie5up",
5194 "ie55up",
5195 "ie8",
5196 "trident",
5197 "dotnet"
5198 ],
5199 "os" : "windows",
5200 "os_string" : "Win7",
5201 "robot" : 0
5202 },
5203 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbVDJ/5.11.3.15590)" : {
5204 "browser" : "ie",
5205 "browser_major" : "8",
5206 "browser_minor" : ".0",
5207 "browser_string" : "MSIE",
5208 "engine" : "trident",
5209 "engine_beta" : "",
5210 "engine_major" : "4",
5211 "engine_minor" : ".0",
5212 "engine_string" : "Trident",
5213 "match" : [
5214 "windows",
5215 "winnt",
5216 "win32",
5217 "win7",
5218 "ie",
5219 "ie4up",
5220 "ie5up",
5221 "ie55up",
5222 "ie8",
5223 "trident",
5224 "dotnet"
5225 ],
5226 "os" : "windows",
5227 "os_string" : "Win7",
5228 "robot" : 0
5229 },
5230 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)" : {
5231 "browser" : "ie",
5232 "browser_major" : "8",
5233 "browser_minor" : ".0",
5234 "browser_string" : "MSIE",
5235 "engine" : "trident",
5236 "engine_beta" : "",
5237 "engine_major" : "4",
5238 "engine_minor" : ".0",
5239 "engine_string" : "Trident",
5240 "match" : [
5241 "windows",
5242 "winnt",
5243 "win32",
5244 "win7",
5245 "ie",
5246 "ie4up",
5247 "ie5up",
5248 "ie55up",
5249 "ie8",
5250 "trident",
5251 "dotnet"
5252 ],
5253 "os" : "windows",
5254 "os_string" : "Win7",
5255 "robot" : 0
5256 },
5257 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; CIBA; .NET CLR 1.1.4322; 4399Box.560; 4399Box.560)" : {
5258 "browser" : "ie",
5259 "browser_major" : "8",
5260 "browser_minor" : ".0",
5261 "browser_string" : "MSIE",
5262 "engine" : "trident",
5263 "engine_beta" : "",
5264 "engine_major" : "4",
5265 "engine_minor" : ".0",
5266 "engine_string" : "Trident",
5267 "match" : [
5268 "windows",
5269 "winnt",
5270 "win32",
5271 "win7",
5272 "ie",
5273 "ie4up",
5274 "ie5up",
5275 "ie55up",
5276 "ie8",
5277 "trident",
5278 "dotnet"
5279 ],
5280 "os" : "windows",
5281 "os_string" : "Win7",
5282 "robot" : 0
5283 },
5284 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.6.1.82/28/351" : {
5285 "browser" : "ie",
5286 "browser_major" : "8",
5287 "browser_minor" : ".0",
5288 "browser_string" : "MSIE",
5289 "engine" : "trident",
5290 "engine_beta" : "",
5291 "engine_major" : "4",
5292 "engine_minor" : ".0",
5293 "engine_string" : "Trident",
5294 "match" : [
5295 "windows",
5296 "winnt",
5297 "win32",
5298 "win7",
5299 "ie",
5300 "ie4up",
5301 "ie5up",
5302 "ie55up",
5303 "ie8",
5304 "trident",
5305 "dotnet"
5306 ],
5307 "os" : "windows",
5308 "os_string" : "Win7",
5309 "robot" : 0
5310 },
5311 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.6.1.82/50/355" : {
5312 "browser" : "ie",
5313 "browser_major" : "8",
5314 "browser_minor" : ".0",
5315 "browser_string" : "MSIE",
5316 "engine" : "trident",
5317 "engine_beta" : "",
5318 "engine_major" : "4",
5319 "engine_minor" : ".0",
5320 "engine_string" : "Trident",
5321 "match" : [
5322 "windows",
5323 "winnt",
5324 "win32",
5325 "win7",
5326 "ie",
5327 "ie4up",
5328 "ie5up",
5329 "ie55up",
5330 "ie8",
5331 "trident",
5332 "dotnet"
5333 ],
5334 "os" : "windows",
5335 "os_string" : "Win7",
5336 "robot" : 0
5337 },
5338 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/350" : {
5339 "browser" : "ie",
5340 "browser_major" : "8",
5341 "browser_minor" : ".0",
5342 "browser_string" : "MSIE",
5343 "engine" : "trident",
5344 "engine_beta" : "",
5345 "engine_major" : "4",
5346 "engine_minor" : ".0",
5347 "engine_string" : "Trident",
5348 "match" : [
5349 "windows",
5350 "winnt",
5351 "win32",
5352 "win7",
5353 "ie",
5354 "ie4up",
5355 "ie5up",
5356 "ie55up",
5357 "ie8",
5358 "trident",
5359 "dotnet"
5360 ],
5361 "os" : "windows",
5362 "os_string" : "Win7",
5363 "robot" : 0
5364 },
5365 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/351" : {
5366 "browser" : "ie",
5367 "browser_major" : "8",
5368 "browser_minor" : ".0",
5369 "browser_string" : "MSIE",
5370 "engine" : "trident",
5371 "engine_beta" : "",
5372 "engine_major" : "4",
5373 "engine_minor" : ".0",
5374 "engine_string" : "Trident",
5375 "match" : [
5376 "windows",
5377 "winnt",
5378 "win32",
5379 "win7",
5380 "ie",
5381 "ie4up",
5382 "ie5up",
5383 "ie55up",
5384 "ie8",
5385 "trident",
5386 "dotnet"
5387 ],
5388 "os" : "windows",
5389 "os_string" : "Win7",
5390 "robot" : 0
5391 },
5392 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/354" : {
5393 "browser" : "ie",
5394 "browser_major" : "8",
5395 "browser_minor" : ".0",
5396 "browser_string" : "MSIE",
5397 "engine" : "trident",
5398 "engine_beta" : "",
5399 "engine_major" : "4",
5400 "engine_minor" : ".0",
5401 "engine_string" : "Trident",
5402 "match" : [
5403 "windows",
5404 "winnt",
5405 "win32",
5406 "win7",
5407 "ie",
5408 "ie4up",
5409 "ie5up",
5410 "ie55up",
5411 "ie8",
5412 "trident",
5413 "dotnet"
5414 ],
5415 "os" : "windows",
5416 "os_string" : "Win7",
5417 "robot" : 0
5418 },
5419 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/444" : {
5420 "browser" : "ie",
5421 "browser_major" : "8",
5422 "browser_minor" : ".0",
5423 "browser_string" : "MSIE",
5424 "engine" : "trident",
5425 "engine_beta" : "",
5426 "engine_major" : "4",
5427 "engine_minor" : ".0",
5428 "engine_string" : "Trident",
5429 "match" : [
5430 "windows",
5431 "winnt",
5432 "win32",
5433 "win7",
5434 "ie",
5435 "ie4up",
5436 "ie5up",
5437 "ie55up",
5438 "ie8",
5439 "trident",
5440 "dotnet"
5441 ],
5442 "os" : "windows",
5443 "os_string" : "Win7",
5444 "robot" : 0
5445 },
5446 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; BTRS25143; FunWebProducts; QQDownload 679; SIMBAR={CB5070E1-A3D9-11DF-9EE4-705AB60E87D4}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0" : {
5447 "browser" : "ie",
5448 "browser_major" : "8",
5449 "browser_minor" : ".0",
5450 "browser_string" : "MSIE",
5451 "engine" : "trident",
5452 "engine_beta" : "",
5453 "engine_major" : "4",
5454 "engine_minor" : ".0",
5455 "engine_string" : "Trident",
5456 "match" : [
5457 "windows",
5458 "winnt",
5459 "win32",
5460 "win7",
5461 "ie",
5462 "ie4up",
5463 "ie5up",
5464 "ie55up",
5465 "ie8",
5466 "trident",
5467 "dotnet"
5468 ],
5469 "os" : "windows",
5470 "os_string" : "Win7",
5471 "robot" : 0
5472 },
5473 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; FunWebProducts; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; .NET4.0E; FDM; MATM)" : {
5474 "browser" : "ie",
5475 "browser_major" : "8",
5476 "browser_minor" : ".0",
5477 "browser_string" : "MSIE",
5478 "engine" : "trident",
5479 "engine_beta" : "",
5480 "engine_major" : "4",
5481 "engine_minor" : ".0",
5482 "engine_string" : "Trident",
5483 "match" : [
5484 "windows",
5485 "winnt",
5486 "win32",
5487 "win7",
5488 "ie",
5489 "ie4up",
5490 "ie5up",
5491 "ie55up",
5492 "ie8",
5493 "trident",
5494 "dotnet"
5495 ],
5496 "os" : "windows",
5497 "os_string" : "Win7",
5498 "robot" : 0
5499 },
5500 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SIMBAR={87BB6048-4BD1-11E0-92DD-001F16FE014C}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C)" : {
5501 "browser" : "ie",
5502 "browser_major" : "8",
5503 "browser_minor" : ".0",
5504 "browser_string" : "MSIE",
5505 "engine" : "trident",
5506 "engine_beta" : "",
5507 "engine_major" : "4",
5508 "engine_minor" : ".0",
5509 "engine_string" : "Trident",
5510 "match" : [
5511 "windows",
5512 "winnt",
5513 "win32",
5514 "win7",
5515 "ie",
5516 "ie4up",
5517 "ie5up",
5518 "ie55up",
5519 "ie8",
5520 "trident",
5521 "dotnet"
5522 ],
5523 "os" : "windows",
5524 "os_string" : "Win7",
5525 "robot" : 0
5526 },
5527 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.1; ShopperReports 3.0.517.0; SRS_IT_E8790777BD765C5430AA94; AskTbBLPV" : {
5528 "browser" : "ie",
5529 "browser_major" : "8",
5530 "browser_minor" : ".0",
5531 "browser_string" : "MSIE",
5532 "engine" : "trident",
5533 "engine_beta" : "",
5534 "engine_major" : "4",
5535 "engine_minor" : ".0",
5536 "engine_string" : "Trident",
5537 "match" : [
5538 "windows",
5539 "winnt",
5540 "win32",
5541 "win7",
5542 "ie",
5543 "ie4up",
5544 "ie5up",
5545 "ie55up",
5546 "ie8",
5547 "trident",
5548 "dotnet"
5549 ],
5550 "os" : "windows",
5551 "os_string" : "Win7",
5552 "robot" : 0
5553 },
5554 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; BRI/1; MDDC; .NET4.0C; BRI/2)" : {
5555 "browser" : "ie",
5556 "browser_major" : "8",
5557 "browser_minor" : ".0",
5558 "browser_string" : "MSIE",
5559 "engine" : "trident",
5560 "engine_beta" : "",
5561 "engine_major" : "4",
5562 "engine_minor" : ".0",
5563 "engine_string" : "Trident",
5564 "match" : [
5565 "windows",
5566 "winnt",
5567 "win32",
5568 "win7",
5569 "ie",
5570 "ie4up",
5571 "ie5up",
5572 "ie55up",
5573 "ie8",
5574 "trident",
5575 "dotnet"
5576 ],
5577 "os" : "windows",
5578 "os_string" : "Win7",
5579 "robot" : 0
5580 },
5581 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; MRA 5.6 (build 03278); MRSPUTNIK 2, 3, 0, 62; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" : {
5582 "browser" : "ie",
5583 "browser_major" : "8",
5584 "browser_minor" : ".0",
5585 "browser_string" : "MSIE",
5586 "engine" : "trident",
5587 "engine_beta" : "",
5588 "engine_major" : "4",
5589 "engine_minor" : ".0",
5590 "engine_string" : "Trident",
5591 "match" : [
5592 "windows",
5593 "winnt",
5594 "win32",
5595 "win7",
5596 "ie",
5597 "ie4up",
5598 "ie5up",
5599 "ie55up",
5600 "ie8",
5601 "trident",
5602 "dotnet"
5603 ],
5604 "os" : "windows",
5605 "os_string" : "Win7",
5606 "robot" : 0
5607 },
7235608 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; QS 4.2.4.0; QS 5.3.0.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; QS 4.2.4.0; QS 5.3.0.4)" : {
7245609 "browser" : "ie",
7255610 "browser_string" : "MSIE",
7515636 "public_version" : 8,
7525637 "version" : 8
7535638 },
5639 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MASM; InfoPath.2)" : {
5640 "browser" : "ie",
5641 "browser_major" : "8",
5642 "browser_minor" : ".0",
5643 "browser_string" : "MSIE",
5644 "engine" : "trident",
5645 "engine_beta" : "",
5646 "engine_major" : "4",
5647 "engine_minor" : ".0",
5648 "engine_string" : "Trident",
5649 "match" : [
5650 "windows",
5651 "winnt",
5652 "win32",
5653 "win7",
5654 "ie",
5655 "ie4up",
5656 "ie5up",
5657 "ie55up",
5658 "ie8",
5659 "trident",
5660 "dotnet"
5661 ],
5662 "os" : "windows",
5663 "os_string" : "Win7",
5664 "robot" : 0
5665 },
5666 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; UHG_Win7_Build 11-15-2010)" : {
5667 "browser" : "ie",
5668 "browser_major" : "8",
5669 "browser_minor" : ".0",
5670 "browser_string" : "MSIE",
5671 "engine" : "trident",
5672 "engine_beta" : "",
5673 "engine_major" : "4",
5674 "engine_minor" : ".0",
5675 "engine_string" : "Trident",
5676 "match" : [
5677 "windows",
5678 "winnt",
5679 "win32",
5680 "win7",
5681 "ie",
5682 "ie4up",
5683 "ie5up",
5684 "ie55up",
5685 "ie8",
5686 "trident",
5687 "dotnet"
5688 ],
5689 "os" : "windows",
5690 "os_string" : "Win7",
5691 "robot" : 0
5692 },
5693 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; BRI/1; .NET4.0C; WWTClient2; AskTbCLM/5.11.3.15590; MASP)" : {
5694 "browser" : "ie",
5695 "browser_major" : "8",
5696 "browser_minor" : ".0",
5697 "browser_string" : "MSIE",
5698 "engine" : "trident",
5699 "engine_beta" : "",
5700 "engine_major" : "4",
5701 "engine_minor" : ".0",
5702 "engine_string" : "Trident",
5703 "match" : [
5704 "windows",
5705 "winnt",
5706 "win32",
5707 "win7",
5708 "ie",
5709 "ie4up",
5710 "ie5up",
5711 "ie55up",
5712 "ie8",
5713 "trident",
5714 "dotnet"
5715 ],
5716 "os" : "windows",
5717 "os_string" : "Win7",
5718 "robot" : 0
5719 },
5720 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)" : {
5721 "browser" : "ie",
5722 "browser_major" : "8",
5723 "browser_minor" : ".0",
5724 "browser_string" : "MSIE",
5725 "engine" : "trident",
5726 "engine_beta" : "",
5727 "engine_major" : "4",
5728 "engine_minor" : ".0",
5729 "engine_string" : "Trident",
5730 "match" : [
5731 "windows",
5732 "winnt",
5733 "win32",
5734 "win7",
5735 "ie",
5736 "ie4up",
5737 "ie5up",
5738 "ie55up",
5739 "ie8",
5740 "trident",
5741 "dotnet"
5742 ],
5743 "os" : "windows",
5744 "os_string" : "Win7",
5745 "robot" : 0
5746 },
7545747 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)" : {
7555748 "browser" : "ie",
7565749 "browser_string" : "MSIE",
7825775 "public_version" : 8,
7835776 "version" : 8
7845777 },
5778 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; ShopperReports 3.0.517.0; SRS_IT_E879057EB7765A5336AD96; .NET4.0C)" : {
5779 "browser" : "ie",
5780 "browser_major" : "8",
5781 "browser_minor" : ".0",
5782 "browser_string" : "MSIE",
5783 "engine" : "trident",
5784 "engine_beta" : "",
5785 "engine_major" : "4",
5786 "engine_minor" : ".0",
5787 "engine_string" : "Trident",
5788 "match" : [
5789 "windows",
5790 "winnt",
5791 "win32",
5792 "win7",
5793 "ie",
5794 "ie4up",
5795 "ie5up",
5796 "ie55up",
5797 "ie8",
5798 "trident",
5799 "dotnet"
5800 ],
5801 "os" : "windows",
5802 "os_string" : "Win7",
5803 "robot" : 0
5804 },
5805 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; Foxy/1; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MALN; .NET4.0C; Tablet PC 2.0)" : {
5806 "browser" : "ie",
5807 "browser_major" : "8",
5808 "browser_minor" : ".0",
5809 "browser_string" : "MSIE",
5810 "engine" : "trident",
5811 "engine_beta" : "",
5812 "engine_major" : "4",
5813 "engine_minor" : ".0",
5814 "engine_string" : "Trident",
5815 "match" : [
5816 "windows",
5817 "winnt",
5818 "win32",
5819 "win7",
5820 "ie",
5821 "ie4up",
5822 "ie5up",
5823 "ie55up",
5824 "ie8",
5825 "trident",
5826 "dotnet"
5827 ],
5828 "os" : "windows",
5829 "os_string" : "Win7",
5830 "robot" : 0
5831 },
7855832 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)" : {
7865833 "browser" : "ie",
7875834 "browser_string" : "MSIE",
8145861 "public_version" : 8,
8155862 "version" : 8
8165863 },
5864 "Mozilla/4.0 (compatible; MSIE 999.1; Unknown)" : {
5865 "browser" : "ie",
5866 "browser_major" : "999",
5867 "browser_minor" : ".1",
5868 "browser_string" : "MSIE",
5869 "engine" : "ie",
5870 "engine_string" : "MSIE",
5871 "match" : [
5872 "ie",
5873 "ie4up",
5874 "ie5up",
5875 "ie55up"
5876 ],
5877 "robot" : 0
5878 },
5879 "Mozilla/4.0 (compatible; MSIE8.0; Windows NT 6.0) .NET CLR 2.0.50727)" : {
5880 "browser" : "ie",
5881 "browser_major" : "4",
5882 "browser_minor" : ".0",
5883 "browser_string" : "MSIE",
5884 "engine" : "ie",
5885 "engine_string" : "MSIE",
5886 "match" : [
5887 "windows",
5888 "winnt",
5889 "win32",
5890 "winvista",
5891 "ie",
5892 "ie4",
5893 "ie4up",
5894 "dotnet"
5895 ],
5896 "os" : "windows",
5897 "os_string" : "WinVista",
5898 "robot" : 0
5899 },
8175900 "Mozilla/4.0 (compatible; Netcraft Web Server Survey)" : {
818 "major" : "4",
5901 "browser_major" : "4",
5902 "browser_minor" : ".0",
8195903 "match" : [
8205904 "robot"
8215905 ],
822 "minor" : ".0",
823 "public_major" : "4",
824 "public_minor" : ".0",
825 "public_version" : 4,
8265906 "robot" : "unknown",
827 "robot_string" : "Netcraft Web Server Survey",
828 "version" : 4
5907 "robot_name" : "Netcraft Web Server Survey"
5908 },
5909 "Mozilla/4.0 (compatible; Powermarks/3.5; Windows 95/98/2000/NT)" : {
5910 "browser_major" : "3",
5911 "browser_minor" : ".5",
5912 "match" : [
5913 "windows",
5914 "win95",
5915 "win32"
5916 ],
5917 "os" : "windows",
5918 "os_string" : "Win95",
5919 "robot" : 0
5920 },
5921 "Mozilla/4.0 (compatible; Synapse)" : {
5922 "browser_major" : "4",
5923 "browser_minor" : ".0",
5924 "match" : [],
5925 "robot" : 0
5926 },
5927 "Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)" : {
5928 "browser_major" : "4",
5929 "browser_minor" : ".0",
5930 "match" : [
5931 "windows",
5932 "win32"
5933 ],
5934 "robot" : 0
5935 },
5936 "Mozilla/4.0 compatible ZyBorg/1.0" : {
5937 "browser_major" : "4",
5938 "browser_minor" : ".0",
5939 "match" : [
5940 "robot"
5941 ],
5942 "robot" : "unknown",
5943 "robot_name" : "ZyBorg/1.0"
8295944 },
8305945 "Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)" : {
831 "beta" : ".0",
8325946 "browser" : "browsex",
5947 "browser_beta" : ".0",
5948 "browser_major" : "2",
5949 "browser_minor" : ".0",
8335950 "browser_string" : "BrowseX",
8345951 "language" : "EN",
835 "major" : "2",
836 "match" : [
5952 "match" : [
5953 "unix",
8375954 "browsex",
838 "unix",
8395955 "x11"
8405956 ],
841 "minor" : ".0",
8425957 "os" : "unix",
8435958 "os_string" : "Unix",
844 "public_beta" : ".0",
845 "public_major" : "2",
846 "public_minor" : ".0",
847 "public_version" : 2,
848 "version" : 2
5959 "robot" : 0
5960 },
5961 "Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4" : {
5962 "browser_major" : "4",
5963 "browser_minor" : ".7",
5964 "match" : [
5965 "win2k",
5966 "win32",
5967 "windows",
5968 "winnt"
5969 ],
5970 "robot" : 0
5971 },
5972 "Mozilla/5.0 (Auto Shell Spider)" : {
5973 "browser" : "netscape",
5974 "browser_major" : "5",
5975 "browser_minor" : ".0",
5976 "browser_string" : "Netscape",
5977 "match" : [
5978 "netscape",
5979 "nav4up",
5980 "nav45up",
5981 "nav6",
5982 "nav6up",
5983 "robot"
5984 ],
5985 "robot" : "unknown",
5986 "robot_name" : "Auto Shell Spider"
5987 },
5988 "Mozilla/5.0 (Linux; Android 4.0.4; GT-P7310 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36" : {
5989 "browser" : "chrome",
5990 "browser_beta" : ".2171.93",
5991 "browser_major" : "39",
5992 "browser_minor" : ".0",
5993 "browser_string" : "Chrome",
5994 "device" : "android",
5995 "device_string" : "Android tablet (GT-P7310)",
5996 "engine" : "webkit",
5997 "engine_beta" : "",
5998 "engine_major" : "537",
5999 "engine_minor" : ".36",
6000 "engine_string" : "WebKit",
6001 "match" : [
6002 "device",
6003 "android",
6004 "mobile",
6005 "tablet",
6006 "chrome",
6007 "webkit"
6008 ],
6009 "os" : "android",
6010 "os_beta" : ".4",
6011 "os_major" : "4",
6012 "os_minor" : ".0",
6013 "os_string" : "Android",
6014 "robot" : 0
8496015 },
8506016 "Mozilla/5.0 (Linux; Android 4.1.1; Huawei Y301A1 Build/HuaweiY301A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36" : {
8516017 "beta" : ".1500.94",
8806046 "public_version" : 28,
8816047 "version" : 28
8826048 },
6049 "Mozilla/5.0 (Linux; Android 4.1.2; ADR910L Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
6050 "browser" : "chrome",
6051 "browser_beta" : ".2214.109",
6052 "browser_major" : "40",
6053 "browser_minor" : ".0",
6054 "browser_string" : "Chrome",
6055 "device" : "android",
6056 "device_string" : "Android (ADR910L)",
6057 "engine" : "webkit",
6058 "engine_beta" : "",
6059 "engine_major" : "537",
6060 "engine_minor" : ".36",
6061 "engine_string" : "WebKit",
6062 "match" : [
6063 "device",
6064 "android",
6065 "mobile",
6066 "chrome",
6067 "webkit"
6068 ],
6069 "os" : "android",
6070 "os_beta" : ".2",
6071 "os_major" : "4",
6072 "os_minor" : ".1",
6073 "os_string" : "Android",
6074 "robot" : 0
6075 },
6076 "Mozilla/5.0 (Linux; Android 4.1.2; C1905 Build/15.1.C.2.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
6077 "browser" : "chrome",
6078 "browser_beta" : ".2214.89",
6079 "browser_major" : "40",
6080 "browser_minor" : ".0",
6081 "browser_string" : "Chrome",
6082 "device" : "android",
6083 "device_string" : "Android (C1905)",
6084 "engine" : "webkit",
6085 "engine_beta" : "",
6086 "engine_major" : "537",
6087 "engine_minor" : ".36",
6088 "engine_string" : "WebKit",
6089 "match" : [
6090 "device",
6091 "android",
6092 "mobile",
6093 "chrome",
6094 "webkit"
6095 ],
6096 "os" : "android",
6097 "os_beta" : ".2",
6098 "os_major" : "4",
6099 "os_minor" : ".1",
6100 "os_string" : "Android",
6101 "robot" : 0
6102 },
6103 "Mozilla/5.0 (Linux; Android 4.1.2; LG-P769 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31" : {
6104 "browser" : "chrome",
6105 "browser_beta" : ".1410.58",
6106 "browser_major" : "26",
6107 "browser_minor" : ".0",
6108 "browser_string" : "Chrome",
6109 "device" : "android",
6110 "device_string" : "Android (LG-P769)",
6111 "engine" : "webkit",
6112 "engine_beta" : "",
6113 "engine_major" : "537",
6114 "engine_minor" : ".31",
6115 "engine_string" : "WebKit",
6116 "match" : [
6117 "device",
6118 "android",
6119 "mobile",
6120 "chrome",
6121 "webkit"
6122 ],
6123 "os" : "android",
6124 "os_beta" : ".2",
6125 "os_major" : "4",
6126 "os_minor" : ".1",
6127 "os_string" : "Android",
6128 "robot" : 0
6129 },
6130 "Mozilla/5.0 (Linux; Android 4.1.2; LGMS500 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36" : {
6131 "browser" : "chrome",
6132 "browser_beta" : ".1500.94",
6133 "browser_major" : "28",
6134 "browser_minor" : ".0",
6135 "browser_string" : "Chrome",
6136 "device" : "android",
6137 "device_string" : "Android (LGMS500)",
6138 "engine" : "webkit",
6139 "engine_beta" : "",
6140 "engine_major" : "537",
6141 "engine_minor" : ".36",
6142 "engine_string" : "WebKit",
6143 "match" : [
6144 "device",
6145 "android",
6146 "mobile",
6147 "chrome",
6148 "webkit"
6149 ],
6150 "os" : "android",
6151 "os_beta" : ".2",
6152 "os_major" : "4",
6153 "os_minor" : ".1",
6154 "os_string" : "Android",
6155 "robot" : 0
6156 },
8836157 "Mozilla/5.0 (Linux; Android 4.1.2; Torque Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19" : {
8846158 "beta" : ".1025.166",
8856159 "browser" : "chrome",
9136187 "public_version" : 18,
9146188 "version" : 18
9156189 },
6190 "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko; Google Transcoder) Chrome/38.0.1025.166 Mobile Safari/535.19" : {
6191 "browser" : "chrome",
6192 "browser_beta" : ".1025.166",
6193 "browser_major" : "38",
6194 "browser_minor" : ".0",
6195 "browser_string" : "Chrome",
6196 "country" : "US",
6197 "device" : "android",
6198 "device_string" : "Android (Nexus 5)",
6199 "engine" : "webkit",
6200 "engine_beta" : "",
6201 "engine_major" : "535",
6202 "engine_minor" : ".19",
6203 "engine_string" : "WebKit",
6204 "language" : "EN",
6205 "match" : [
6206 "device",
6207 "android",
6208 "mobile",
6209 "chrome",
6210 "webkit"
6211 ],
6212 "os" : "android",
6213 "os_beta" : ".1",
6214 "os_major" : "4",
6215 "os_minor" : ".2",
6216 "os_string" : "Android",
6217 "robot" : 0
6218 },
9166219 "Mozilla/5.0 (Linux; Android 4.2.2; ALCATEL ONE TOUCH Fierce Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9176220 "beta" : ".1500.94",
9186221 "browser" : "chrome",
9466249 "public_version" : 28,
9476250 "version" : 28
9486251 },
6252 "Mozilla/5.0 (Linux; Android 4.2.2; GT-P5113 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
6253 "browser" : "chrome",
6254 "browser_beta" : ".2214.109",
6255 "browser_major" : "40",
6256 "browser_minor" : ".0",
6257 "browser_string" : "Chrome",
6258 "device" : "android",
6259 "device_string" : "Android tablet (GT-P5113)",
6260 "engine" : "webkit",
6261 "engine_beta" : "",
6262 "engine_major" : "537",
6263 "engine_minor" : ".36",
6264 "engine_string" : "WebKit",
6265 "match" : [
6266 "device",
6267 "android",
6268 "mobile",
6269 "tablet",
6270 "chrome",
6271 "webkit"
6272 ],
6273 "os" : "android",
6274 "os_beta" : ".2",
6275 "os_major" : "4",
6276 "os_minor" : ".2",
6277 "os_string" : "Android",
6278 "robot" : 0
6279 },
6280 "Mozilla/5.0 (Linux; Android 4.2.2; Hudl HT7S3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Safari/537.36" : {
6281 "browser" : "chrome",
6282 "browser_beta" : ".2272.96",
6283 "browser_major" : "41",
6284 "browser_minor" : ".0",
6285 "browser_string" : "Chrome",
6286 "device" : "android",
6287 "device_string" : "Android tablet (Hudl HT7S3)",
6288 "engine" : "webkit",
6289 "engine_beta" : "",
6290 "engine_major" : "537",
6291 "engine_minor" : ".36",
6292 "engine_string" : "WebKit",
6293 "match" : [
6294 "device",
6295 "android",
6296 "mobile",
6297 "tablet",
6298 "chrome",
6299 "webkit"
6300 ],
6301 "os" : "android",
6302 "os_beta" : ".2",
6303 "os_major" : "4",
6304 "os_minor" : ".2",
6305 "os_string" : "Android",
6306 "robot" : 0
6307 },
6308 "Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
6309 "browser" : "chrome",
6310 "browser_beta" : ".2214.109",
6311 "browser_major" : "40",
6312 "browser_minor" : ".0",
6313 "browser_string" : "Chrome",
6314 "device" : "android",
6315 "device_string" : "Android tablet (Lenovo A3000-H)",
6316 "engine" : "webkit",
6317 "engine_beta" : "",
6318 "engine_major" : "537",
6319 "engine_minor" : ".36",
6320 "engine_string" : "WebKit",
6321 "match" : [
6322 "device",
6323 "android",
6324 "mobile",
6325 "tablet",
6326 "chrome",
6327 "webkit"
6328 ],
6329 "os" : "android",
6330 "os_beta" : ".2",
6331 "os_major" : "4",
6332 "os_minor" : ".2",
6333 "os_string" : "Android",
6334 "robot" : 0
6335 },
6336 "Mozilla/5.0 (Linux; Android 4.2.2; Micromax A177 Build/MicromaxA177) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36" : {
6337 "browser" : "chrome",
6338 "browser_beta" : ".1650.59",
6339 "browser_major" : "31",
6340 "browser_minor" : ".0",
6341 "browser_string" : "Chrome",
6342 "device" : "android",
6343 "device_string" : "Android (Micromax A177)",
6344 "engine" : "webkit",
6345 "engine_beta" : "",
6346 "engine_major" : "537",
6347 "engine_minor" : ".36",
6348 "engine_string" : "WebKit",
6349 "match" : [
6350 "device",
6351 "android",
6352 "mobile",
6353 "chrome",
6354 "webkit"
6355 ],
6356 "os" : "android",
6357 "os_beta" : ".2",
6358 "os_major" : "4",
6359 "os_minor" : ".2",
6360 "os_string" : "Android",
6361 "robot" : 0
6362 },
6363 "Mozilla/5.0 (Linux; Android 4.2.2; SM-T310 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.94 Safari/537.36" : {
6364 "browser" : "chrome",
6365 "browser_beta" : ".2272.94",
6366 "browser_major" : "41",
6367 "browser_minor" : ".0",
6368 "browser_string" : "Chrome",
6369 "device" : "android",
6370 "device_string" : "Android tablet (SM-T310)",
6371 "engine" : "webkit",
6372 "engine_beta" : "",
6373 "engine_major" : "537",
6374 "engine_minor" : ".36",
6375 "engine_string" : "WebKit",
6376 "match" : [
6377 "device",
6378 "android",
6379 "mobile",
6380 "tablet",
6381 "chrome",
6382 "webkit"
6383 ],
6384 "os" : "android",
6385 "os_beta" : ".2",
6386 "os_major" : "4",
6387 "os_minor" : ".2",
6388 "os_string" : "Android",
6389 "robot" : 0
6390 },
9496391 "Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M919 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19" : {
9506392 "beta" : ".1025.308",
9516393 "browser" : "chrome",
9806422 "public_version" : 18,
9816423 "version" : 18
9826424 },
6425 "Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG-SGH-I337 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19" : {
6426 "browser" : "chrome",
6427 "browser_beta" : ".1025.308",
6428 "browser_major" : "18",
6429 "browser_minor" : ".0",
6430 "browser_string" : "Chrome",
6431 "country" : "US",
6432 "device" : "android",
6433 "device_string" : "Android (SAMSUNG-SGH-I337)",
6434 "engine" : "webkit",
6435 "engine_beta" : "",
6436 "engine_major" : "535",
6437 "engine_minor" : ".19",
6438 "engine_string" : "WebKit",
6439 "language" : "EN",
6440 "match" : [
6441 "device",
6442 "android",
6443 "mobile",
6444 "chrome",
6445 "webkit"
6446 ],
6447 "os" : "android",
6448 "os_beta" : ".2",
6449 "os_major" : "4",
6450 "os_minor" : ".2",
6451 "os_string" : "Android",
6452 "robot" : 0
6453 },
9836454 "Mozilla/5.0 (Linux; Android 4.4.2; 0PCV1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36" : {
984 "beta" : ".1916.141",
985 "browser" : "chrome",
6455 "browser" : "chrome",
6456 "browser_beta" : ".1916.141",
6457 "browser_major" : "35",
6458 "browser_minor" : ".0",
9866459 "browser_string" : "Chrome",
9876460 "device" : "android",
9886461 "device_string" : "Android (0PCV1)",
9916464 "engine_major" : "537",
9926465 "engine_minor" : ".36",
9936466 "engine_string" : "WebKit",
994 "engine_version" : "537.36",
995 "major" : "35",
9966467 "match" : [
9976468 "device",
9986469 "android",
9996470 "mobile",
1000 "webkit",
1001 "chrome"
1002 ],
1003 "minor" : ".0",
6471 "chrome",
6472 "webkit"
6473 ],
10046474 "os" : "android",
10056475 "os_beta" : ".2",
10066476 "os_major" : "4",
10076477 "os_minor" : ".4",
10086478 "os_string" : "Android",
1009 "os_version" : "4.4",
1010 "public_beta" : ".1916.141",
1011 "public_major" : "35",
1012 "public_minor" : ".0",
1013 "public_version" : 35,
1014 "version" : 35
6479 "robot" : 0
6480 },
6481 "Mozilla/5.0 (Linux; Android 4.4.2; 7040N Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
6482 "browser" : "chrome",
6483 "browser_beta" : ".2272.96",
6484 "browser_major" : "41",
6485 "browser_minor" : ".0",
6486 "browser_string" : "Chrome",
6487 "device" : "android",
6488 "device_string" : "Android (7040N)",
6489 "engine" : "webkit",
6490 "engine_beta" : "",
6491 "engine_major" : "537",
6492 "engine_minor" : ".36",
6493 "engine_string" : "WebKit",
6494 "match" : [
6495 "device",
6496 "android",
6497 "mobile",
6498 "chrome",
6499 "webkit"
6500 ],
6501 "os" : "android",
6502 "os_beta" : ".2",
6503 "os_major" : "4",
6504 "os_minor" : ".4",
6505 "os_string" : "Android",
6506 "robot" : 0
6507 },
6508 "Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" : {
6509 "browser" : "chrome",
6510 "browser_beta" : ".0.0",
6511 "browser_major" : "30",
6512 "browser_minor" : ".0",
6513 "browser_string" : "Chrome",
6514 "device" : "android",
6515 "device_string" : "Android (ASUS_T00J)",
6516 "engine" : "webkit",
6517 "engine_beta" : "",
6518 "engine_major" : "537",
6519 "engine_minor" : ".36",
6520 "engine_string" : "WebKit",
6521 "match" : [
6522 "device",
6523 "android",
6524 "mobile",
6525 "chrome",
6526 "webkit"
6527 ],
6528 "os" : "android",
6529 "os_beta" : ".2",
6530 "os_major" : "4",
6531 "os_minor" : ".4",
6532 "os_string" : "Android",
6533 "robot" : 0
10156534 },
10166535 "Mozilla/5.0 (Linux; Android 4.4.2; Aqua Y2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" : {
10176536 "beta" : ".0.0",
10466565 "public_version" : 30,
10476566 "version" : 30
10486567 },
6568 "Mozilla/5.0 (Linux; Android 4.4.2; DROID RAZR HD Build/KDA20.62-15.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.2.17.1009776.arm" : {
6569 "browser" : "chrome",
6570 "browser_beta" : ".0.0",
6571 "browser_major" : "30",
6572 "browser_minor" : ".0",
6573 "browser_string" : "Chrome",
6574 "device" : "android",
6575 "device_string" : "Android (DROID RAZR HD)",
6576 "engine" : "webkit",
6577 "engine_beta" : "",
6578 "engine_major" : "537",
6579 "engine_minor" : ".36",
6580 "engine_string" : "WebKit",
6581 "match" : [
6582 "device",
6583 "android",
6584 "mobile",
6585 "chrome",
6586 "webkit"
6587 ],
6588 "os" : "android",
6589 "os_beta" : ".2",
6590 "os_major" : "4",
6591 "os_minor" : ".4",
6592 "os_string" : "Android",
6593 "robot" : 0
6594 },
6595 "Mozilla/5.0 (Linux; Android 4.4.2; GT-I9195 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
6596 "browser" : "chrome",
6597 "browser_beta" : ".0.0",
6598 "browser_major" : "30",
6599 "browser_minor" : ".0",
6600 "browser_string" : "Chrome",
6601 "device" : "android",
6602 "device_string" : "Android (GT-I9195)",
6603 "engine" : "webkit",
6604 "engine_beta" : "",
6605 "engine_major" : "537",
6606 "engine_minor" : ".36",
6607 "engine_string" : "WebKit",
6608 "match" : [
6609 "device",
6610 "android",
6611 "mobile",
6612 "chrome",
6613 "webkit"
6614 ],
6615 "os" : "android",
6616 "os_beta" : ".2",
6617 "os_major" : "4",
6618 "os_minor" : ".4",
6619 "os_string" : "Android",
6620 "robot" : 0
6621 },
6622 "Mozilla/5.0 (Linux; Android 4.4.2; HTC One Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
6623 "browser" : "chrome",
6624 "browser_beta" : ".0.0",
6625 "browser_major" : "30",
6626 "browser_minor" : ".0",
6627 "browser_string" : "Chrome",
6628 "device" : "android",
6629 "device_string" : "Android (HTC One)",
6630 "engine" : "webkit",
6631 "engine_beta" : "",
6632 "engine_major" : "537",
6633 "engine_minor" : ".36",
6634 "engine_string" : "WebKit",
6635 "match" : [
6636 "device",
6637 "android",
6638 "mobile",
6639 "chrome",
6640 "webkit"
6641 ],
6642 "os" : "android",
6643 "os_beta" : ".2",
6644 "os_major" : "4",
6645 "os_minor" : ".4",
6646 "os_string" : "Android",
6647 "robot" : 0
6648 },
6649 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D321 Build/KOT49I.D32110c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.1.24.941712.arm" : {
6650 "browser" : "chrome",
6651 "browser_beta" : ".0.0",
6652 "browser_major" : "30",
6653 "browser_minor" : ".0",
6654 "browser_string" : "Chrome",
6655 "device" : "android",
6656 "device_string" : "Android (LG-D321)",
6657 "engine" : "webkit",
6658 "engine_beta" : "",
6659 "engine_major" : "537",
6660 "engine_minor" : ".36",
6661 "engine_string" : "WebKit",
6662 "match" : [
6663 "device",
6664 "android",
6665 "mobile",
6666 "chrome",
6667 "webkit"
6668 ],
6669 "os" : "android",
6670 "os_beta" : ".2",
6671 "os_major" : "4",
6672 "os_minor" : ".4",
6673 "os_string" : "Android",
6674 "robot" : 0
6675 },
6676 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D415 Build/KOT49I.D41510e) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
6677 "browser" : "chrome",
6678 "browser_beta" : ".2214.109",
6679 "browser_major" : "40",
6680 "browser_minor" : ".0",
6681 "browser_string" : "Chrome",
6682 "device" : "android",
6683 "device_string" : "Android (LG-D415)",
6684 "engine" : "webkit",
6685 "engine_beta" : "",
6686 "engine_major" : "537",
6687 "engine_minor" : ".36",
6688 "engine_string" : "WebKit",
6689 "match" : [
6690 "device",
6691 "android",
6692 "mobile",
6693 "chrome",
6694 "webkit"
6695 ],
6696 "os" : "android",
6697 "os_beta" : ".2",
6698 "os_major" : "4",
6699 "os_minor" : ".4",
6700 "os_string" : "Android",
6701 "robot" : 0
6702 },
6703 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D801 Build/KOT49I.D80120g) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
6704 "browser" : "chrome",
6705 "browser_beta" : ".2214.109",
6706 "browser_major" : "40",
6707 "browser_minor" : ".0",
6708 "browser_string" : "Chrome",
6709 "device" : "android",
6710 "device_string" : "Android (LG-D801)",
6711 "engine" : "webkit",
6712 "engine_beta" : "",
6713 "engine_major" : "537",
6714 "engine_minor" : ".36",
6715 "engine_string" : "WebKit",
6716 "match" : [
6717 "device",
6718 "android",
6719 "mobile",
6720 "chrome",
6721 "webkit"
6722 ],
6723 "os" : "android",
6724 "os_beta" : ".2",
6725 "os_major" : "4",
6726 "os_minor" : ".4",
6727 "os_string" : "Android",
6728 "robot" : 0
6729 },
6730 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D959 Build/KOT49I.D95920s) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
6731 "browser" : "chrome",
6732 "browser_beta" : ".0.0",
6733 "browser_major" : "30",
6734 "browser_minor" : ".0",
6735 "browser_string" : "Chrome",
6736 "device" : "android",
6737 "device_string" : "Android (LG-D959)",
6738 "engine" : "webkit",
6739 "engine_beta" : "",
6740 "engine_major" : "537",
6741 "engine_minor" : ".36",
6742 "engine_string" : "WebKit",
6743 "match" : [
6744 "device",
6745 "android",
6746 "mobile",
6747 "chrome",
6748 "webkit"
6749 ],
6750 "os" : "android",
6751 "os_beta" : ".2",
6752 "os_major" : "4",
6753 "os_minor" : ".4",
6754 "os_string" : "Android",
6755 "robot" : 0
6756 },
6757 "Mozilla/5.0 (Linux; Android 4.4.2; LGLS620 Build/KOT49I.LS620ZV3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36" : {
6758 "browser" : "chrome",
6759 "browser_beta" : ".1847.114",
6760 "browser_major" : "34",
6761 "browser_minor" : ".0",
6762 "browser_string" : "Chrome",
6763 "device" : "android",
6764 "device_string" : "Android (LGLS620)",
6765 "engine" : "webkit",
6766 "engine_beta" : "",
6767 "engine_major" : "537",
6768 "engine_minor" : ".36",
6769 "engine_string" : "WebKit",
6770 "match" : [
6771 "device",
6772 "android",
6773 "mobile",
6774 "chrome",
6775 "webkit"
6776 ],
6777 "os" : "android",
6778 "os_beta" : ".2",
6779 "os_major" : "4",
6780 "os_minor" : ".4",
6781 "os_string" : "Android",
6782 "robot" : 0
6783 },
10496784 "Mozilla/5.0 (Linux; Android 4.4.2; LGMS395 Build/KOT49I.MS39510d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
10506785 "beta" : ".2214.89",
10516786 "browser" : "chrome",
10796814 "public_version" : 40,
10806815 "version" : 40
10816816 },
6817 "Mozilla/5.0 (Linux; Android 4.4.2; MW6617 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.3.12.1106182.arm" : {
6818 "browser" : "chrome",
6819 "browser_beta" : ".0.0",
6820 "browser_major" : "30",
6821 "browser_minor" : ".0",
6822 "browser_string" : "Chrome",
6823 "device" : "android",
6824 "device_string" : "Android (MW6617)",
6825 "engine" : "webkit",
6826 "engine_beta" : "",
6827 "engine_major" : "537",
6828 "engine_minor" : ".36",
6829 "engine_string" : "WebKit",
6830 "match" : [
6831 "device",
6832 "android",
6833 "mobile",
6834 "chrome",
6835 "webkit"
6836 ],
6837 "os" : "android",
6838 "os_beta" : ".2",
6839 "os_major" : "4",
6840 "os_minor" : ".4",
6841 "os_string" : "Android",
6842 "robot" : 0
6843 },
6844 "Mozilla/5.0 (Linux; Android 4.4.2; N9520 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.1.24.941712.arm" : {
6845 "browser" : "chrome",
6846 "browser_beta" : ".0.0",
6847 "browser_major" : "30",
6848 "browser_minor" : ".0",
6849 "browser_string" : "Chrome",
6850 "device" : "android",
6851 "device_string" : "Android (N9520)",
6852 "engine" : "webkit",
6853 "engine_beta" : "",
6854 "engine_major" : "537",
6855 "engine_minor" : ".36",
6856 "engine_string" : "WebKit",
6857 "match" : [
6858 "device",
6859 "android",
6860 "mobile",
6861 "chrome",
6862 "webkit"
6863 ],
6864 "os" : "android",
6865 "os_beta" : ".2",
6866 "os_major" : "4",
6867 "os_minor" : ".4",
6868 "os_string" : "Android",
6869 "robot" : 0
6870 },
6871 "Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG-SGH-I537 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
6872 "browser" : "chrome",
6873 "browser_beta" : ".2214.109",
6874 "browser_major" : "40",
6875 "browser_minor" : ".0",
6876 "browser_string" : "Chrome",
6877 "device" : "android",
6878 "device_string" : "Android (SAMSUNG-SGH-I537)",
6879 "engine" : "webkit",
6880 "engine_beta" : "",
6881 "engine_major" : "537",
6882 "engine_minor" : ".36",
6883 "engine_string" : "WebKit",
6884 "match" : [
6885 "device",
6886 "android",
6887 "mobile",
6888 "chrome",
6889 "webkit"
6890 ],
6891 "os" : "android",
6892 "os_beta" : ".2",
6893 "os_major" : "4",
6894 "os_minor" : ".4",
6895 "os_string" : "Android",
6896 "robot" : 0
6897 },
6898 "Mozilla/5.0 (Linux; Android 4.4.2; SCH-I535 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.6.16.1614640.arm" : {
6899 "browser" : "chrome",
6900 "browser_beta" : ".0.0",
6901 "browser_major" : "30",
6902 "browser_minor" : ".0",
6903 "browser_string" : "Chrome",
6904 "device" : "android",
6905 "device_string" : "Android (SCH-I535)",
6906 "engine" : "webkit",
6907 "engine_beta" : "",
6908 "engine_major" : "537",
6909 "engine_minor" : ".36",
6910 "engine_string" : "WebKit",
6911 "match" : [
6912 "device",
6913 "android",
6914 "mobile",
6915 "chrome",
6916 "webkit"
6917 ],
6918 "os" : "android",
6919 "os_beta" : ".2",
6920 "os_major" : "4",
6921 "os_minor" : ".4",
6922 "os_string" : "Android",
6923 "robot" : 0
6924 },
6925 "Mozilla/5.0 (Linux; Android 4.4.2; SCH-I545 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
6926 "browser" : "chrome",
6927 "browser_beta" : ".2214.109",
6928 "browser_major" : "40",
6929 "browser_minor" : ".0",
6930 "browser_string" : "Chrome",
6931 "device" : "android",
6932 "device_string" : "Android (SCH-I545)",
6933 "engine" : "webkit",
6934 "engine_beta" : "",
6935 "engine_major" : "537",
6936 "engine_minor" : ".36",
6937 "engine_string" : "WebKit",
6938 "match" : [
6939 "device",
6940 "android",
6941 "mobile",
6942 "chrome",
6943 "webkit"
6944 ],
6945 "os" : "android",
6946 "os_beta" : ".2",
6947 "os_major" : "4",
6948 "os_minor" : ".4",
6949 "os_string" : "Android",
6950 "robot" : 0
6951 },
6952 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G386T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36" : {
6953 "browser" : "chrome",
6954 "browser_beta" : ".1750.517",
6955 "browser_major" : "33",
6956 "browser_minor" : ".0",
6957 "browser_string" : "Chrome",
6958 "device" : "android",
6959 "device_string" : "Android (SM-G386T)",
6960 "engine" : "webkit",
6961 "engine_beta" : "",
6962 "engine_major" : "537",
6963 "engine_minor" : ".36",
6964 "engine_string" : "WebKit",
6965 "match" : [
6966 "device",
6967 "android",
6968 "mobile",
6969 "chrome",
6970 "webkit"
6971 ],
6972 "os" : "android",
6973 "os_beta" : ".2",
6974 "os_major" : "4",
6975 "os_minor" : ".4",
6976 "os_string" : "Android",
6977 "robot" : 0
6978 },
6979 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G870W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
6980 "browser" : "chrome",
6981 "browser_beta" : ".0.0",
6982 "browser_major" : "30",
6983 "browser_minor" : ".0",
6984 "browser_string" : "Chrome",
6985 "device" : "android",
6986 "device_string" : "Android (SM-G870W)",
6987 "engine" : "webkit",
6988 "engine_beta" : "",
6989 "engine_major" : "537",
6990 "engine_minor" : ".36",
6991 "engine_string" : "WebKit",
6992 "match" : [
6993 "device",
6994 "android",
6995 "mobile",
6996 "chrome",
6997 "webkit"
6998 ],
6999 "os" : "android",
7000 "os_beta" : ".2",
7001 "os_major" : "4",
7002 "os_minor" : ".4",
7003 "os_string" : "Android",
7004 "robot" : 0
7005 },
7006 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G900M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
7007 "browser" : "chrome",
7008 "browser_beta" : ".2272.96",
7009 "browser_major" : "41",
7010 "browser_minor" : ".0",
7011 "browser_string" : "Chrome",
7012 "device" : "android",
7013 "device_string" : "Android (SM-G900M)",
7014 "engine" : "webkit",
7015 "engine_beta" : "",
7016 "engine_major" : "537",
7017 "engine_minor" : ".36",
7018 "engine_string" : "WebKit",
7019 "match" : [
7020 "device",
7021 "android",
7022 "mobile",
7023 "chrome",
7024 "webkit"
7025 ],
7026 "os" : "android",
7027 "os_beta" : ".2",
7028 "os_major" : "4",
7029 "os_minor" : ".4",
7030 "os_string" : "Android",
7031 "robot" : 0
7032 },
7033 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.3.11.1069658.arm" : {
7034 "browser" : "chrome",
7035 "browser_beta" : ".0.0",
7036 "browser_major" : "30",
7037 "browser_minor" : ".0",
7038 "browser_string" : "Chrome",
7039 "device" : "android",
7040 "device_string" : "Android (SM-G900T)",
7041 "engine" : "webkit",
7042 "engine_beta" : "",
7043 "engine_major" : "537",
7044 "engine_minor" : ".36",
7045 "engine_string" : "WebKit",
7046 "match" : [
7047 "device",
7048 "android",
7049 "mobile",
7050 "chrome",
7051 "webkit"
7052 ],
7053 "os" : "android",
7054 "os_beta" : ".2",
7055 "os_major" : "4",
7056 "os_minor" : ".4",
7057 "os_string" : "Android",
7058 "robot" : 0
7059 },
7060 "Mozilla/5.0 (Linux; Android 4.4.2; SM-N9005 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7061 "browser" : "chrome",
7062 "browser_beta" : ".2214.109",
7063 "browser_major" : "40",
7064 "browser_minor" : ".0",
7065 "browser_string" : "Chrome",
7066 "device" : "android",
7067 "device_string" : "Android (SM-N9005)",
7068 "engine" : "webkit",
7069 "engine_beta" : "",
7070 "engine_major" : "537",
7071 "engine_minor" : ".36",
7072 "engine_string" : "WebKit",
7073 "match" : [
7074 "device",
7075 "android",
7076 "mobile",
7077 "chrome",
7078 "webkit"
7079 ],
7080 "os" : "android",
7081 "os_beta" : ".2",
7082 "os_major" : "4",
7083 "os_minor" : ".4",
7084 "os_string" : "Android",
7085 "robot" : 0
7086 },
7087 "Mozilla/5.0 (Linux; Android 4.4.2; SM-N900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" : {
7088 "browser" : "chrome",
7089 "browser_beta" : ".0.0",
7090 "browser_major" : "30",
7091 "browser_minor" : ".0",
7092 "browser_string" : "Chrome",
7093 "device" : "android",
7094 "device_string" : "Android (SM-N900T)",
7095 "engine" : "webkit",
7096 "engine_beta" : "",
7097 "engine_major" : "537",
7098 "engine_minor" : ".36",
7099 "engine_string" : "WebKit",
7100 "match" : [
7101 "device",
7102 "android",
7103 "mobile",
7104 "chrome",
7105 "webkit"
7106 ],
7107 "os" : "android",
7108 "os_beta" : ".2",
7109 "os_major" : "4",
7110 "os_minor" : ".4",
7111 "os_string" : "Android",
7112 "robot" : 0
7113 },
7114 "Mozilla/5.0 (Linux; Android 4.4.2; SM-P600 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
7115 "browser" : "chrome",
7116 "browser_beta" : ".2214.109",
7117 "browser_major" : "40",
7118 "browser_minor" : ".0",
7119 "browser_string" : "Chrome",
7120 "device" : "android",
7121 "device_string" : "Android tablet (SM-P600)",
7122 "engine" : "webkit",
7123 "engine_beta" : "",
7124 "engine_major" : "537",
7125 "engine_minor" : ".36",
7126 "engine_string" : "WebKit",
7127 "match" : [
7128 "device",
7129 "android",
7130 "mobile",
7131 "tablet",
7132 "chrome",
7133 "webkit"
7134 ],
7135 "os" : "android",
7136 "os_beta" : ".2",
7137 "os_major" : "4",
7138 "os_minor" : ".4",
7139 "os_string" : "Android",
7140 "robot" : 0
7141 },
7142 "Mozilla/5.0 (Linux; Android 4.4.2; SM-T230NU Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
7143 "browser" : "chrome",
7144 "browser_beta" : ".2214.109",
7145 "browser_major" : "40",
7146 "browser_minor" : ".0",
7147 "browser_string" : "Chrome",
7148 "device" : "android",
7149 "device_string" : "Android tablet (SM-T230NU)",
7150 "engine" : "webkit",
7151 "engine_beta" : "",
7152 "engine_major" : "537",
7153 "engine_minor" : ".36",
7154 "engine_string" : "WebKit",
7155 "match" : [
7156 "device",
7157 "android",
7158 "mobile",
7159 "tablet",
7160 "chrome",
7161 "webkit"
7162 ],
7163 "os" : "android",
7164 "os_beta" : ".2",
7165 "os_major" : "4",
7166 "os_minor" : ".4",
7167 "os_string" : "Android",
7168 "robot" : 0
7169 },
7170 "Mozilla/5.0 (Linux; Android 4.4.2; SM-T520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
7171 "browser" : "chrome",
7172 "browser_beta" : ".2214.109",
7173 "browser_major" : "40",
7174 "browser_minor" : ".0",
7175 "browser_string" : "Chrome",
7176 "device" : "android",
7177 "device_string" : "Android tablet (SM-T520)",
7178 "engine" : "webkit",
7179 "engine_beta" : "",
7180 "engine_major" : "537",
7181 "engine_minor" : ".36",
7182 "engine_string" : "WebKit",
7183 "match" : [
7184 "device",
7185 "android",
7186 "mobile",
7187 "tablet",
7188 "chrome",
7189 "webkit"
7190 ],
7191 "os" : "android",
7192 "os_beta" : ".2",
7193 "os_major" : "4",
7194 "os_minor" : ".4",
7195 "os_string" : "Android",
7196 "robot" : 0
7197 },
7198 "Mozilla/5.0 (Linux; Android 4.4.2; SPH-L710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
7199 "browser" : "chrome",
7200 "browser_beta" : ".0.0",
7201 "browser_major" : "30",
7202 "browser_minor" : ".0",
7203 "browser_string" : "Chrome",
7204 "device" : "android",
7205 "device_string" : "Android (SPH-L710)",
7206 "engine" : "webkit",
7207 "engine_beta" : "",
7208 "engine_major" : "537",
7209 "engine_minor" : ".36",
7210 "engine_string" : "WebKit",
7211 "match" : [
7212 "device",
7213 "android",
7214 "mobile",
7215 "chrome",
7216 "webkit"
7217 ],
7218 "os" : "android",
7219 "os_beta" : ".2",
7220 "os_major" : "4",
7221 "os_minor" : ".4",
7222 "os_string" : "Android",
7223 "robot" : 0
7224 },
7225 "Mozilla/5.0 (Linux; Android 4.4.2; VS980 4G Build/KOT49I.VS98027A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7226 "browser" : "chrome",
7227 "browser_beta" : ".2214.109",
7228 "browser_major" : "40",
7229 "browser_minor" : ".0",
7230 "browser_string" : "Chrome",
7231 "device" : "android",
7232 "device_string" : "Android (VS980 4G)",
7233 "engine" : "webkit",
7234 "engine_beta" : "",
7235 "engine_major" : "537",
7236 "engine_minor" : ".36",
7237 "engine_string" : "WebKit",
7238 "match" : [
7239 "device",
7240 "android",
7241 "mobile",
7242 "chrome",
7243 "webkit"
7244 ],
7245 "os" : "android",
7246 "os_beta" : ".2",
7247 "os_major" : "4",
7248 "os_minor" : ".4",
7249 "os_string" : "Android",
7250 "robot" : 0
7251 },
7252 "Mozilla/5.0 (Linux; Android 4.4.2; VS980 4G Build/KOT49I.VS98027A) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100501074" : {
7253 "browser" : "chrome",
7254 "browser_beta" : ".0.0",
7255 "browser_major" : "30",
7256 "browser_minor" : ".0",
7257 "browser_string" : "Chrome",
7258 "device" : "android",
7259 "device_string" : "Android (VS980 4G)",
7260 "engine" : "webkit",
7261 "engine_beta" : "",
7262 "engine_major" : "537",
7263 "engine_minor" : ".36",
7264 "engine_string" : "WebKit",
7265 "match" : [
7266 "device",
7267 "android",
7268 "mobile",
7269 "chrome",
7270 "webkit"
7271 ],
7272 "os" : "android",
7273 "os_beta" : ".2",
7274 "os_major" : "4",
7275 "os_minor" : ".4",
7276 "os_string" : "Android",
7277 "robot" : 0
7278 },
7279 "Mozilla/5.0 (Linux; Android 4.4.2; VS985 4G Build/KVT49L.VS98512B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7280 "browser" : "chrome",
7281 "browser_beta" : ".2214.109",
7282 "browser_major" : "40",
7283 "browser_minor" : ".0",
7284 "browser_string" : "Chrome",
7285 "device" : "android",
7286 "device_string" : "Android (VS985 4G)",
7287 "engine" : "webkit",
7288 "engine_beta" : "",
7289 "engine_major" : "537",
7290 "engine_minor" : ".36",
7291 "engine_string" : "WebKit",
7292 "match" : [
7293 "device",
7294 "android",
7295 "mobile",
7296 "chrome",
7297 "webkit"
7298 ],
7299 "os" : "android",
7300 "os_beta" : ".2",
7301 "os_major" : "4",
7302 "os_minor" : ".4",
7303 "os_string" : "Android",
7304 "robot" : 0
7305 },
7306 "Mozilla/5.0 (Linux; Android 4.4.2; XT1032 Build/KXB20.9-1.10-1.9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7307 "browser" : "chrome",
7308 "browser_beta" : ".2214.109",
7309 "browser_major" : "40",
7310 "browser_minor" : ".0",
7311 "browser_string" : "Chrome",
7312 "device" : "android",
7313 "device_string" : "Android (XT1032)",
7314 "engine" : "webkit",
7315 "engine_beta" : "",
7316 "engine_major" : "537",
7317 "engine_minor" : ".36",
7318 "engine_string" : "WebKit",
7319 "match" : [
7320 "device",
7321 "android",
7322 "mobile",
7323 "chrome",
7324 "webkit"
7325 ],
7326 "os" : "android",
7327 "os_beta" : ".2",
7328 "os_major" : "4",
7329 "os_minor" : ".4",
7330 "os_string" : "Android",
7331 "robot" : 0
7332 },
10827333 "Mozilla/5.0 (Linux; Android 4.4.2; XT1056 Build/KXA20.16-1.32) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
10837334 "beta" : ".2214.89",
10847335 "browser" : "chrome",
11457396 "public_version" : 30,
11467397 "version" : 30
11477398 },
7399 "Mozilla/5.0 (Linux; Android 4.4.2; en-ca; SM-N900W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7400 "browser" : "chrome",
7401 "browser_beta" : ".1500.94",
7402 "browser_major" : "28",
7403 "browser_minor" : ".0",
7404 "browser_string" : "Chrome",
7405 "country" : "CA",
7406 "device" : "android",
7407 "device_string" : "Android (SM-N900W8)",
7408 "engine" : "webkit",
7409 "engine_beta" : "",
7410 "engine_major" : "537",
7411 "engine_minor" : ".36",
7412 "engine_string" : "WebKit",
7413 "language" : "EN",
7414 "match" : [
7415 "device",
7416 "android",
7417 "mobile",
7418 "chrome",
7419 "webkit"
7420 ],
7421 "os" : "android",
7422 "os_beta" : ".2",
7423 "os_major" : "4",
7424 "os_minor" : ".4",
7425 "os_string" : "Android",
7426 "robot" : 0
7427 },
7428 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG GT-I9505 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7429 "browser" : "chrome",
7430 "browser_beta" : ".1500.94",
7431 "browser_major" : "28",
7432 "browser_minor" : ".0",
7433 "browser_string" : "Chrome",
7434 "country" : "US",
7435 "device" : "android",
7436 "device_string" : "Android (SAMSUNG GT-I9505)",
7437 "engine" : "webkit",
7438 "engine_beta" : "",
7439 "engine_major" : "537",
7440 "engine_minor" : ".36",
7441 "engine_string" : "WebKit",
7442 "language" : "EN",
7443 "match" : [
7444 "device",
7445 "android",
7446 "mobile",
7447 "chrome",
7448 "webkit"
7449 ],
7450 "os" : "android",
7451 "os_beta" : ".2",
7452 "os_major" : "4",
7453 "os_minor" : ".4",
7454 "os_string" : "Android",
7455 "robot" : 0
7456 },
7457 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7458 "browser" : "chrome",
7459 "browser_beta" : ".1500.94",
7460 "browser_major" : "28",
7461 "browser_minor" : ".0",
7462 "browser_string" : "Chrome",
7463 "country" : "US",
7464 "device" : "android",
7465 "device_string" : "Android (SAMSUNG SM-G900T)",
7466 "engine" : "webkit",
7467 "engine_beta" : "",
7468 "engine_major" : "537",
7469 "engine_minor" : ".36",
7470 "engine_string" : "WebKit",
7471 "language" : "EN",
7472 "match" : [
7473 "device",
7474 "android",
7475 "mobile",
7476 "chrome",
7477 "webkit"
7478 ],
7479 "os" : "android",
7480 "os_beta" : ".2",
7481 "os_major" : "4",
7482 "os_minor" : ".4",
7483 "os_string" : "Android",
7484 "robot" : 0
7485 },
7486 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7487 "browser" : "chrome",
7488 "browser_beta" : ".1500.94",
7489 "browser_major" : "28",
7490 "browser_minor" : ".0",
7491 "browser_string" : "Chrome",
7492 "country" : "US",
7493 "device" : "android",
7494 "device_string" : "Android (SAMSUNG SPH-L520)",
7495 "engine" : "webkit",
7496 "engine_beta" : "",
7497 "engine_major" : "537",
7498 "engine_minor" : ".36",
7499 "engine_string" : "WebKit",
7500 "language" : "EN",
7501 "match" : [
7502 "device",
7503 "android",
7504 "mobile",
7505 "chrome",
7506 "webkit"
7507 ],
7508 "os" : "android",
7509 "os_beta" : ".2",
7510 "os_major" : "4",
7511 "os_minor" : ".4",
7512 "os_string" : "Android",
7513 "robot" : 0
7514 },
7515 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L720 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7516 "browser" : "chrome",
7517 "browser_beta" : ".1500.94",
7518 "browser_major" : "28",
7519 "browser_minor" : ".0",
7520 "browser_string" : "Chrome",
7521 "country" : "US",
7522 "device" : "android",
7523 "device_string" : "Android (SAMSUNG SPH-L720)",
7524 "engine" : "webkit",
7525 "engine_beta" : "",
7526 "engine_major" : "537",
7527 "engine_minor" : ".36",
7528 "engine_string" : "WebKit",
7529 "language" : "EN",
7530 "match" : [
7531 "device",
7532 "android",
7533 "mobile",
7534 "chrome",
7535 "webkit"
7536 ],
7537 "os" : "android",
7538 "os_beta" : ".2",
7539 "os_major" : "4",
7540 "os_minor" : ".4",
7541 "os_string" : "Android",
7542 "robot" : 0
7543 },
7544 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SGH-I257 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
7545 "browser" : "chrome",
7546 "browser_beta" : ".1500.94",
7547 "browser_major" : "28",
7548 "browser_minor" : ".0",
7549 "browser_string" : "Chrome",
7550 "country" : "US",
7551 "device" : "android",
7552 "device_string" : "Android (SAMSUNG-SGH-I257)",
7553 "engine" : "webkit",
7554 "engine_beta" : "",
7555 "engine_major" : "537",
7556 "engine_minor" : ".36",
7557 "engine_string" : "WebKit",
7558 "language" : "EN",
7559 "match" : [
7560 "device",
7561 "android",
7562 "mobile",
7563 "chrome",
7564 "webkit"
7565 ],
7566 "os" : "android",
7567 "os_beta" : ".2",
7568 "os_major" : "4",
7569 "os_minor" : ".4",
7570 "os_string" : "Android",
7571 "robot" : 0
7572 },
7573 "Mozilla/5.0 (Linux; Android 4.4.3; HTC One Build/KTU84L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36" : {
7574 "browser" : "chrome",
7575 "browser_beta" : ".2171.93",
7576 "browser_major" : "39",
7577 "browser_minor" : ".0",
7578 "browser_string" : "Chrome",
7579 "device" : "android",
7580 "device_string" : "Android (HTC One)",
7581 "engine" : "webkit",
7582 "engine_beta" : "",
7583 "engine_major" : "537",
7584 "engine_minor" : ".36",
7585 "engine_string" : "WebKit",
7586 "match" : [
7587 "device",
7588 "android",
7589 "mobile",
7590 "chrome",
7591 "webkit"
7592 ],
7593 "os" : "android",
7594 "os_beta" : ".3",
7595 "os_major" : "4",
7596 "os_minor" : ".4",
7597 "os_string" : "Android",
7598 "robot" : 0
7599 },
11487600 "Mozilla/5.0 (Linux; Android 4.4.4; D5503 Build/14.4.A.0.157) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36" : {
11497601 "beta" : ".1916.141",
11507602 "browser" : "chrome",
11787630 "public_version" : 35,
11797631 "version" : 35
11807632 },
7633 "Mozilla/5.0 (Linux; Android 4.4.4; D6503 Build/23.0.1.A.0.167) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7634 "browser" : "chrome",
7635 "browser_beta" : ".2214.109",
7636 "browser_major" : "40",
7637 "browser_minor" : ".0",
7638 "browser_string" : "Chrome",
7639 "device" : "android",
7640 "device_string" : "Android (D6503)",
7641 "engine" : "webkit",
7642 "engine_beta" : "",
7643 "engine_major" : "537",
7644 "engine_minor" : ".36",
7645 "engine_string" : "WebKit",
7646 "match" : [
7647 "device",
7648 "android",
7649 "mobile",
7650 "chrome",
7651 "webkit"
7652 ],
7653 "os" : "android",
7654 "os_beta" : ".4",
7655 "os_major" : "4",
7656 "os_minor" : ".4",
7657 "os_string" : "Android",
7658 "robot" : 0
7659 },
7660 "Mozilla/5.0 (Linux; Android 4.4.4; Nexus 10 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.92 Safari/537.36" : {
7661 "browser" : "chrome",
7662 "browser_beta" : ".2272.92",
7663 "browser_major" : "41",
7664 "browser_minor" : ".0",
7665 "browser_string" : "Chrome",
7666 "device" : "android",
7667 "device_string" : "Android tablet (Nexus 10)",
7668 "engine" : "webkit",
7669 "engine_beta" : "",
7670 "engine_major" : "537",
7671 "engine_minor" : ".36",
7672 "engine_string" : "WebKit",
7673 "match" : [
7674 "device",
7675 "android",
7676 "mobile",
7677 "tablet",
7678 "chrome",
7679 "webkit"
7680 ],
7681 "os" : "android",
7682 "os_beta" : ".4",
7683 "os_major" : "4",
7684 "os_minor" : ".4",
7685 "os_string" : "Android",
7686 "robot" : 0
7687 },
7688 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-G900A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7689 "browser" : "chrome",
7690 "browser_beta" : ".2214.109",
7691 "browser_major" : "40",
7692 "browser_minor" : ".0",
7693 "browser_string" : "Chrome",
7694 "device" : "android",
7695 "device_string" : "Android (SAMSUNG-SM-G900A)",
7696 "engine" : "webkit",
7697 "engine_beta" : "",
7698 "engine_major" : "537",
7699 "engine_minor" : ".36",
7700 "engine_string" : "WebKit",
7701 "match" : [
7702 "device",
7703 "android",
7704 "mobile",
7705 "chrome",
7706 "webkit"
7707 ],
7708 "os" : "android",
7709 "os_beta" : ".4",
7710 "os_major" : "4",
7711 "os_minor" : ".4",
7712 "os_string" : "Android",
7713 "robot" : 0
7714 },
7715 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-N900A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
7716 "browser" : "chrome",
7717 "browser_beta" : ".0.0",
7718 "browser_major" : "33",
7719 "browser_minor" : ".0",
7720 "browser_string" : "Chrome",
7721 "device" : "android",
7722 "device_string" : "Android (SAMSUNG-SM-N900A)",
7723 "engine" : "webkit",
7724 "engine_beta" : "",
7725 "engine_major" : "537",
7726 "engine_minor" : ".36",
7727 "engine_string" : "WebKit",
7728 "match" : [
7729 "device",
7730 "android",
7731 "mobile",
7732 "chrome",
7733 "webkit"
7734 ],
7735 "os" : "android",
7736 "os_beta" : ".4",
7737 "os_major" : "4",
7738 "os_minor" : ".4",
7739 "os_string" : "Android",
7740 "robot" : 0
7741 },
7742 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-N910A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
7743 "browser" : "chrome",
7744 "browser_beta" : ".0.0",
7745 "browser_major" : "33",
7746 "browser_minor" : ".0",
7747 "browser_string" : "Chrome",
7748 "device" : "android",
7749 "device_string" : "Android (SAMSUNG-SM-N910A)",
7750 "engine" : "webkit",
7751 "engine_beta" : "",
7752 "engine_major" : "537",
7753 "engine_minor" : ".36",
7754 "engine_string" : "WebKit",
7755 "match" : [
7756 "device",
7757 "android",
7758 "mobile",
7759 "chrome",
7760 "webkit"
7761 ],
7762 "os" : "android",
7763 "os_beta" : ".4",
7764 "os_major" : "4",
7765 "os_minor" : ".4",
7766 "os_string" : "Android",
7767 "robot" : 0
7768 },
7769 "Mozilla/5.0 (Linux; Android 4.4.4; SGH-M919 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7770 "browser" : "chrome",
7771 "browser_beta" : ".2214.109",
7772 "browser_major" : "40",
7773 "browser_minor" : ".0",
7774 "browser_string" : "Chrome",
7775 "device" : "android",
7776 "device_string" : "Android (SGH-M919)",
7777 "engine" : "webkit",
7778 "engine_beta" : "",
7779 "engine_major" : "537",
7780 "engine_minor" : ".36",
7781 "engine_string" : "WebKit",
7782 "match" : [
7783 "device",
7784 "android",
7785 "mobile",
7786 "chrome",
7787 "webkit"
7788 ],
7789 "os" : "android",
7790 "os_beta" : ".4",
7791 "os_major" : "4",
7792 "os_minor" : ".4",
7793 "os_string" : "Android",
7794 "robot" : 0
7795 },
7796 "Mozilla/5.0 (Linux; Android 4.4.4; SM-G900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
7797 "browser" : "chrome",
7798 "browser_beta" : ".0.0",
7799 "browser_major" : "33",
7800 "browser_minor" : ".0",
7801 "browser_string" : "Chrome",
7802 "device" : "android",
7803 "device_string" : "Android (SM-G900V)",
7804 "engine" : "webkit",
7805 "engine_beta" : "",
7806 "engine_major" : "537",
7807 "engine_minor" : ".36",
7808 "engine_string" : "WebKit",
7809 "match" : [
7810 "device",
7811 "android",
7812 "mobile",
7813 "chrome",
7814 "webkit"
7815 ],
7816 "os" : "android",
7817 "os_beta" : ".4",
7818 "os_major" : "4",
7819 "os_minor" : ".4",
7820 "os_string" : "Android",
7821 "robot" : 0
7822 },
7823 "Mozilla/5.0 (Linux; Android 4.4.4; SM-N900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7824 "browser" : "chrome",
7825 "browser_beta" : ".2214.109",
7826 "browser_major" : "40",
7827 "browser_minor" : ".0",
7828 "browser_string" : "Chrome",
7829 "device" : "android",
7830 "device_string" : "Android (SM-N900V)",
7831 "engine" : "webkit",
7832 "engine_beta" : "",
7833 "engine_major" : "537",
7834 "engine_minor" : ".36",
7835 "engine_string" : "WebKit",
7836 "match" : [
7837 "device",
7838 "android",
7839 "mobile",
7840 "chrome",
7841 "webkit"
7842 ],
7843 "os" : "android",
7844 "os_beta" : ".4",
7845 "os_major" : "4",
7846 "os_minor" : ".4",
7847 "os_string" : "Android",
7848 "robot" : 0
7849 },
7850 "Mozilla/5.0 (Linux; Android 4.4.4; XT1030 Build/SU6-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7851 "browser" : "chrome",
7852 "browser_beta" : ".2214.109",
7853 "browser_major" : "40",
7854 "browser_minor" : ".0",
7855 "browser_string" : "Chrome",
7856 "device" : "android",
7857 "device_string" : "Android (XT1030)",
7858 "engine" : "webkit",
7859 "engine_beta" : "",
7860 "engine_major" : "537",
7861 "engine_minor" : ".36",
7862 "engine_string" : "WebKit",
7863 "match" : [
7864 "device",
7865 "android",
7866 "mobile",
7867 "chrome",
7868 "webkit"
7869 ],
7870 "os" : "android",
7871 "os_beta" : ".4",
7872 "os_major" : "4",
7873 "os_minor" : ".4",
7874 "os_string" : "Android",
7875 "robot" : 0
7876 },
11817877 "Mozilla/5.0 (Linux; Android 4.4.4; XT1031 Build/KXB21.14-L1.57) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
11827878 "beta" : ".2214.89",
11837879 "browser" : "chrome",
12777973 "public_version" : 40,
12787974 "version" : 40
12797975 },
7976 "Mozilla/5.0 (Linux; Android 4.4.4; XT1080 Build/SU4.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
7977 "browser" : "chrome",
7978 "browser_beta" : ".2214.109",
7979 "browser_major" : "40",
7980 "browser_minor" : ".0",
7981 "browser_string" : "Chrome",
7982 "device" : "android",
7983 "device_string" : "Android (XT1080)",
7984 "engine" : "webkit",
7985 "engine_beta" : "",
7986 "engine_major" : "537",
7987 "engine_minor" : ".36",
7988 "engine_string" : "WebKit",
7989 "match" : [
7990 "device",
7991 "android",
7992 "mobile",
7993 "chrome",
7994 "webkit"
7995 ],
7996 "os" : "android",
7997 "os_beta" : ".4",
7998 "os_major" : "4",
7999 "os_minor" : ".4",
8000 "os_string" : "Android",
8001 "robot" : 0
8002 },
8003 "Mozilla/5.0 (Linux; Android 4.4.4; XT1254 Build/SU2-12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8004 "browser" : "chrome",
8005 "browser_beta" : ".2214.109",
8006 "browser_major" : "40",
8007 "browser_minor" : ".0",
8008 "browser_string" : "Chrome",
8009 "device" : "android",
8010 "device_string" : "Android (XT1254)",
8011 "engine" : "webkit",
8012 "engine_beta" : "",
8013 "engine_major" : "537",
8014 "engine_minor" : ".36",
8015 "engine_string" : "WebKit",
8016 "match" : [
8017 "device",
8018 "android",
8019 "mobile",
8020 "chrome",
8021 "webkit"
8022 ],
8023 "os" : "android",
8024 "os_beta" : ".4",
8025 "os_major" : "4",
8026 "os_minor" : ".4",
8027 "os_string" : "Android",
8028 "robot" : 0
8029 },
8030 "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
8031 "browser" : "chrome",
8032 "browser_beta" : ".1500.94",
8033 "browser_major" : "28",
8034 "browser_minor" : ".0",
8035 "browser_string" : "Chrome",
8036 "country" : "US",
8037 "device" : "android",
8038 "device_string" : "Android (SAMSUNG SM-G900P)",
8039 "engine" : "webkit",
8040 "engine_beta" : "",
8041 "engine_major" : "537",
8042 "engine_minor" : ".36",
8043 "engine_string" : "WebKit",
8044 "language" : "EN",
8045 "match" : [
8046 "device",
8047 "android",
8048 "mobile",
8049 "chrome",
8050 "webkit"
8051 ],
8052 "os" : "android",
8053 "os_beta" : ".4",
8054 "os_major" : "4",
8055 "os_minor" : ".4",
8056 "os_string" : "Android",
8057 "robot" : 0
8058 },
8059 "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-N900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
8060 "browser" : "chrome",
8061 "browser_beta" : ".1500.94",
8062 "browser_major" : "28",
8063 "browser_minor" : ".0",
8064 "browser_string" : "Chrome",
8065 "country" : "US",
8066 "device" : "android",
8067 "device_string" : "Android (SAMSUNG SM-N900P)",
8068 "engine" : "webkit",
8069 "engine_beta" : "",
8070 "engine_major" : "537",
8071 "engine_minor" : ".36",
8072 "engine_string" : "WebKit",
8073 "language" : "EN",
8074 "match" : [
8075 "device",
8076 "android",
8077 "mobile",
8078 "chrome",
8079 "webkit"
8080 ],
8081 "os" : "android",
8082 "os_beta" : ".4",
8083 "os_major" : "4",
8084 "os_minor" : ".4",
8085 "os_string" : "Android",
8086 "robot" : 0
8087 },
8088 "Mozilla/5.0 (Linux; Android 5.0.1; HTC One_M8 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8089 "browser" : "chrome",
8090 "browser_beta" : ".2214.109",
8091 "browser_major" : "40",
8092 "browser_minor" : ".0",
8093 "browser_string" : "Chrome",
8094 "device" : "android",
8095 "device_string" : "Android (HTC One_M8)",
8096 "engine" : "webkit",
8097 "engine_beta" : "",
8098 "engine_major" : "537",
8099 "engine_minor" : ".36",
8100 "engine_string" : "WebKit",
8101 "match" : [
8102 "device",
8103 "android",
8104 "mobile",
8105 "chrome",
8106 "webkit"
8107 ],
8108 "os" : "android",
8109 "os_beta" : ".1",
8110 "os_major" : "5",
8111 "os_minor" : ".0",
8112 "os_string" : "Android",
8113 "robot" : 0
8114 },
8115 "Mozilla/5.0 (Linux; Android 5.0.1; HTC6525LVW Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8116 "browser" : "chrome",
8117 "browser_beta" : ".2214.109",
8118 "browser_major" : "40",
8119 "browser_minor" : ".0",
8120 "browser_string" : "Chrome",
8121 "device" : "android",
8122 "device_string" : "Android (HTC6525LVW)",
8123 "engine" : "webkit",
8124 "engine_beta" : "",
8125 "engine_major" : "537",
8126 "engine_minor" : ".36",
8127 "engine_string" : "WebKit",
8128 "match" : [
8129 "device",
8130 "android",
8131 "mobile",
8132 "chrome",
8133 "webkit"
8134 ],
8135 "os" : "android",
8136 "os_beta" : ".1",
8137 "os_major" : "5",
8138 "os_minor" : ".0",
8139 "os_string" : "Android",
8140 "robot" : 0
8141 },
8142 "Mozilla/5.0 (Linux; Android 5.0.1; LG-D850 Build/LRX21Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8143 "browser" : "chrome",
8144 "browser_beta" : ".2214.109",
8145 "browser_major" : "40",
8146 "browser_minor" : ".0",
8147 "browser_string" : "Chrome",
8148 "device" : "android",
8149 "device_string" : "Android (LG-D850)",
8150 "engine" : "webkit",
8151 "engine_beta" : "",
8152 "engine_major" : "537",
8153 "engine_minor" : ".36",
8154 "engine_string" : "WebKit",
8155 "match" : [
8156 "device",
8157 "android",
8158 "mobile",
8159 "chrome",
8160 "webkit"
8161 ],
8162 "os" : "android",
8163 "os_beta" : ".1",
8164 "os_major" : "5",
8165 "os_minor" : ".0",
8166 "os_string" : "Android",
8167 "robot" : 0
8168 },
8169 "Mozilla/5.0 (Linux; Android 5.0.1; Nexus 5 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8170 "browser" : "chrome",
8171 "browser_beta" : ".2214.109",
8172 "browser_major" : "40",
8173 "browser_minor" : ".0",
8174 "browser_string" : "Chrome",
8175 "device" : "android",
8176 "device_string" : "Android (Nexus 5)",
8177 "engine" : "webkit",
8178 "engine_beta" : "",
8179 "engine_major" : "537",
8180 "engine_minor" : ".36",
8181 "engine_string" : "WebKit",
8182 "match" : [
8183 "device",
8184 "android",
8185 "mobile",
8186 "chrome",
8187 "webkit"
8188 ],
8189 "os" : "android",
8190 "os_beta" : ".1",
8191 "os_major" : "5",
8192 "os_minor" : ".0",
8193 "os_string" : "Android",
8194 "robot" : 0
8195 },
12808196 "Mozilla/5.0 (Linux; Android 5.0.1; Nexus 5 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
12818197 "beta" : ".2214.89",
12828198 "browser" : "chrome",
13108226 "public_version" : 40,
13118227 "version" : 40
13128228 },
8229 "Mozilla/5.0 (Linux; Android 5.0.2; HTCONE Build/LRX22F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/28.0.0.20.16;]" : {
8230 "browser" : "chrome",
8231 "browser_beta" : ".0.0",
8232 "browser_major" : "37",
8233 "browser_minor" : ".0",
8234 "browser_string" : "Chrome",
8235 "device" : "android",
8236 "device_string" : "Android (HTCONE)",
8237 "engine" : "webkit",
8238 "engine_beta" : "",
8239 "engine_major" : "537",
8240 "engine_minor" : ".36",
8241 "engine_string" : "WebKit",
8242 "match" : [
8243 "device",
8244 "android",
8245 "mobile",
8246 "chrome",
8247 "webkit"
8248 ],
8249 "os" : "android",
8250 "os_beta" : ".2",
8251 "os_major" : "5",
8252 "os_minor" : ".0",
8253 "os_string" : "Android",
8254 "robot" : 0
8255 },
8256 "Mozilla/5.0 (Linux; Android 5.0.2; Nexus 7 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36 YJApp-ANDROID jp.co.yahoo.android.yjtop/10.0.31" : {
8257 "browser" : "chrome",
8258 "browser_beta" : ".0.0",
8259 "browser_major" : "37",
8260 "browser_minor" : ".0",
8261 "browser_string" : "Chrome",
8262 "device" : "android",
8263 "device_string" : "Android tablet (Nexus 7)",
8264 "engine" : "webkit",
8265 "engine_beta" : "",
8266 "engine_major" : "537",
8267 "engine_minor" : ".36",
8268 "engine_string" : "WebKit",
8269 "match" : [
8270 "device",
8271 "android",
8272 "mobile",
8273 "tablet",
8274 "chrome",
8275 "webkit"
8276 ],
8277 "os" : "android",
8278 "os_beta" : ".2",
8279 "os_major" : "5",
8280 "os_minor" : ".0",
8281 "os_string" : "Android",
8282 "robot" : 0
8283 },
8284 "Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36" : {
8285 "browser" : "chrome",
8286 "browser_beta" : ".1847.76",
8287 "browser_major" : "34",
8288 "browser_minor" : ".0",
8289 "browser_string" : "Chrome",
8290 "device" : "android",
8291 "device_string" : "Android (SAMSUNG SM-G900P)",
8292 "engine" : "webkit",
8293 "engine_beta" : "",
8294 "engine_major" : "537",
8295 "engine_minor" : ".36",
8296 "engine_string" : "WebKit",
8297 "match" : [
8298 "device",
8299 "android",
8300 "mobile",
8301 "chrome",
8302 "webkit"
8303 ],
8304 "os" : "android",
8305 "os_beta" : "",
8306 "os_major" : "5",
8307 "os_minor" : ".0",
8308 "os_string" : "Android",
8309 "robot" : 0
8310 },
8311 "Mozilla/5.0 (Linux; Android 5.0; SM-G900V Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8312 "browser" : "chrome",
8313 "browser_beta" : ".2214.109",
8314 "browser_major" : "40",
8315 "browser_minor" : ".0",
8316 "browser_string" : "Chrome",
8317 "device" : "android",
8318 "device_string" : "Android (SM-G900V)",
8319 "engine" : "webkit",
8320 "engine_beta" : "",
8321 "engine_major" : "537",
8322 "engine_minor" : ".36",
8323 "engine_string" : "WebKit",
8324 "match" : [
8325 "device",
8326 "android",
8327 "mobile",
8328 "chrome",
8329 "webkit"
8330 ],
8331 "os" : "android",
8332 "os_beta" : "",
8333 "os_major" : "5",
8334 "os_minor" : ".0",
8335 "os_string" : "Android",
8336 "robot" : 0
8337 },
8338 "Mozilla/5.0 (Linux; Android 5.1; Nexus 5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
8339 "browser" : "chrome",
8340 "browser_beta" : ".2272.96",
8341 "browser_major" : "41",
8342 "browser_minor" : ".0",
8343 "browser_string" : "Chrome",
8344 "device" : "android",
8345 "device_string" : "Android (Nexus 5)",
8346 "engine" : "webkit",
8347 "engine_beta" : "",
8348 "engine_major" : "537",
8349 "engine_minor" : ".36",
8350 "engine_string" : "WebKit",
8351 "match" : [
8352 "device",
8353 "android",
8354 "mobile",
8355 "chrome",
8356 "webkit"
8357 ],
8358 "os" : "android",
8359 "os_beta" : "",
8360 "os_major" : "5",
8361 "os_minor" : ".1",
8362 "os_string" : "Android",
8363 "robot" : 0
8364 },
13138365 "Mozilla/5.0 (Linux; U; Android 1.5; en-gb; HTC Hero Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" : {
1314 "beta" : ".20",
13158366 "browser" : "safari",
8367 "browser_major" : "3",
8368 "browser_minor" : ".1",
13168369 "browser_string" : "Mobile Safari",
8370 "country" : "GB",
13178371 "device" : "android",
13188372 "device_string" : "Android (HTC Hero)",
13198373 "engine" : "webkit",
13218375 "engine_major" : "528",
13228376 "engine_minor" : ".5",
13238377 "engine_string" : "WebKit",
1324 "engine_version" : "528.5",
13258378 "language" : "EN",
1326 "major" : 5,
13278379 "match" : [
13288380 "device",
13298381 "android",
13308382 "mobile",
13318383 "safari",
1332 "webkit",
1333 "mobile_safari"
1334 ],
1335 "minor" : ".25",
8384 "mobile_safari",
8385 "webkit"
8386 ],
13368387 "os" : "android",
13378388 "os_beta" : "",
13388389 "os_major" : "1",
13398390 "os_minor" : ".5",
13408391 "os_string" : "Android",
1341 "os_version" : "1.5",
1342 "public_major" : "3",
1343 "public_minor" : ".1",
1344 "public_version" : 3.1,
1345 "version" : 5.25
8392 "robot" : 0
13468393 },
13478394 "Mozilla/5.0 (Linux; U; Android 1.6; en-us; xpndr_ihome Build/DRD35) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" : {
1348 "beta" : ".20",
13498395 "browser" : "safari",
8396 "browser_major" : "3",
8397 "browser_minor" : ".1",
13508398 "browser_string" : "Mobile Safari",
8399 "country" : "US",
13518400 "device" : "android",
13528401 "device_string" : "Android (xpndr_ihome)",
13538402 "engine" : "webkit",
13558404 "engine_major" : "528",
13568405 "engine_minor" : ".5",
13578406 "engine_string" : "WebKit",
1358 "engine_version" : "528.5",
13598407 "language" : "EN",
1360 "major" : 5,
13618408 "match" : [
13628409 "device",
13638410 "android",
13648411 "mobile",
13658412 "safari",
1366 "webkit",
1367 "mobile_safari"
1368 ],
1369 "minor" : ".25",
8413 "mobile_safari",
8414 "webkit"
8415 ],
13708416 "os" : "android",
13718417 "os_beta" : "",
13728418 "os_major" : "1",
13738419 "os_minor" : ".6",
13748420 "os_string" : "Android",
1375 "os_version" : "1.6",
1376 "public_major" : "3",
1377 "public_minor" : ".1",
1378 "public_version" : 3.1,
1379 "version" : 5.25
8421 "robot" : 0
8422 },
8423 "Mozilla/5.0 (Linux; U; Android 2.3.4; en-gb; SonyEricssonMT15iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
8424 "browser" : "safari",
8425 "browser_major" : "4",
8426 "browser_minor" : ".0",
8427 "browser_string" : "Mobile Safari",
8428 "country" : "GB",
8429 "device" : "android",
8430 "device_string" : "Android (SonyEricssonMT15iv)",
8431 "engine" : "webkit",
8432 "engine_beta" : "",
8433 "engine_major" : "533",
8434 "engine_minor" : ".1",
8435 "engine_string" : "WebKit",
8436 "language" : "EN",
8437 "match" : [
8438 "device",
8439 "android",
8440 "mobile",
8441 "safari",
8442 "mobile_safari",
8443 "webkit"
8444 ],
8445 "os" : "android",
8446 "os_beta" : ".4",
8447 "os_major" : "2",
8448 "os_minor" : ".3",
8449 "os_string" : "Android",
8450 "robot" : 0
13808451 },
13818452 "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; DROID3 Build/5.5.1_84_D3G-66_M2-10) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
13828453 "beta" : ".1",
14128483 "public_version" : 4,
14138484 "version" : 5.33
14148485 },
8486 "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; NOOK BNTV250 Build/GINGERBREAD 1.4.3) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1" : {
8487 "browser" : "safari",
8488 "browser_major" : "4",
8489 "browser_minor" : ".0",
8490 "browser_string" : "Safari",
8491 "country" : "US",
8492 "device" : "android",
8493 "device_string" : "Android tablet (NOOK BNTV250)",
8494 "engine" : "webkit",
8495 "engine_beta" : "",
8496 "engine_major" : "533",
8497 "engine_minor" : ".1",
8498 "engine_string" : "WebKit",
8499 "language" : "EN",
8500 "match" : [
8501 "device",
8502 "android",
8503 "mobile",
8504 "tablet",
8505 "safari",
8506 "webkit"
8507 ],
8508 "os" : "android",
8509 "os_beta" : ".4",
8510 "os_major" : "2",
8511 "os_minor" : ".3",
8512 "os_string" : "Android",
8513 "robot" : 0
8514 },
8515 "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LG-L38C Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2" : {
8516 "browser" : "safari",
8517 "browser_major" : "4",
8518 "browser_minor" : ".0",
8519 "browser_string" : "Mobile Safari",
8520 "country" : "US",
8521 "device" : "android",
8522 "device_string" : "Android (LG-L38C)",
8523 "engine" : "webkit",
8524 "engine_beta" : "",
8525 "engine_major" : "533",
8526 "engine_minor" : ".1",
8527 "engine_string" : "WebKit",
8528 "language" : "EN",
8529 "match" : [
8530 "device",
8531 "android",
8532 "mobile",
8533 "safari",
8534 "mobile_safari",
8535 "webkit"
8536 ],
8537 "os" : "android",
8538 "os_beta" : ".6",
8539 "os_major" : "2",
8540 "os_minor" : ".3",
8541 "os_string" : "Android",
8542 "robot" : 0
8543 },
8544 "Mozilla/5.0 (Linux; U; Android 2.3.6; nl-nl; GT-S5360 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
8545 "browser" : "safari",
8546 "browser_major" : "4",
8547 "browser_minor" : ".0",
8548 "browser_string" : "Mobile Safari",
8549 "country" : "NL",
8550 "device" : "android",
8551 "device_string" : "Android (GT-S5360)",
8552 "engine" : "webkit",
8553 "engine_beta" : "",
8554 "engine_major" : "533",
8555 "engine_minor" : ".1",
8556 "engine_string" : "WebKit",
8557 "language" : "NL",
8558 "match" : [
8559 "device",
8560 "android",
8561 "mobile",
8562 "safari",
8563 "mobile_safari",
8564 "webkit"
8565 ],
8566 "os" : "android",
8567 "os_beta" : ".6",
8568 "os_major" : "2",
8569 "os_minor" : ".3",
8570 "os_string" : "Android",
8571 "robot" : 0
8572 },
14158573 "Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ZTE V768 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
1416 "beta" : ".1",
14178574 "browser" : "safari",
8575 "browser_major" : "4",
8576 "browser_minor" : ".0",
14188577 "browser_string" : "Mobile Safari",
8578 "country" : "US",
14198579 "device" : "android",
14208580 "device_string" : "Android (ZTE V768)",
14218581 "engine" : "webkit",
14238583 "engine_major" : "533",
14248584 "engine_minor" : ".1",
14258585 "engine_string" : "WebKit",
1426 "engine_version" : "533.1",
14278586 "language" : "EN",
1428 "major" : 5,
14298587 "match" : [
14308588 "device",
14318589 "android",
14328590 "mobile",
14338591 "safari",
1434 "webkit",
1435 "mobile_safari"
1436 ],
1437 "minor" : ".33",
8592 "mobile_safari",
8593 "webkit"
8594 ],
14388595 "os" : "android",
14398596 "os_beta" : ".7",
14408597 "os_major" : "2",
14418598 "os_minor" : ".3",
14428599 "os_string" : "Android",
1443 "os_version" : "2.3",
1444 "public_major" : "4",
1445 "public_minor" : ".0",
1446 "public_version" : 4,
1447 "version" : 5.33
8600 "robot" : 0
14488601 },
14498602 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFOT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.45 like Chrome/37.0.2026.117 Safari/537.36" : {
14508603 "browser" : "silk",
14798632 "public_version" : 3.45,
14808633 "version" : 3.45
14818634 },
8635 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFOT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.46 like Chrome/37.0.2026.117 Safari/537.36" : {
8636 "browser" : "silk",
8637 "browser_major" : "3",
8638 "browser_minor" : ".46",
8639 "browser_string" : "Silk",
8640 "country" : "US",
8641 "device" : "android",
8642 "device_string" : "Android tablet (KFOT)",
8643 "engine" : "webkit",
8644 "engine_beta" : "",
8645 "engine_major" : "537",
8646 "engine_minor" : ".36",
8647 "engine_string" : "WebKit",
8648 "language" : "EN",
8649 "match" : [
8650 "device",
8651 "android",
8652 "mobile",
8653 "tablet",
8654 "silk",
8655 "webkit"
8656 ],
8657 "os" : "android",
8658 "os_beta" : ".3",
8659 "os_major" : "4",
8660 "os_minor" : ".0",
8661 "os_string" : "Android",
8662 "robot" : 0
8663 },
14828664 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFTT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.44 like Chrome/37.0.2026.117 Safari/537.36" : {
14838665 "browser" : "silk",
14848666 "browser_string" : "Silk",
15128694 "public_version" : 3.44,
15138695 "version" : 3.44
15148696 },
8697 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFTT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.46 like Chrome/37.0.2026.117 Safari/537.36" : {
8698 "browser" : "silk",
8699 "browser_major" : "3",
8700 "browser_minor" : ".46",
8701 "browser_string" : "Silk",
8702 "country" : "US",
8703 "device" : "android",
8704 "device_string" : "Android tablet (KFTT)",
8705 "engine" : "webkit",
8706 "engine_beta" : "",
8707 "engine_major" : "537",
8708 "engine_minor" : ".36",
8709 "engine_string" : "WebKit",
8710 "language" : "EN",
8711 "match" : [
8712 "device",
8713 "android",
8714 "mobile",
8715 "tablet",
8716 "silk",
8717 "webkit"
8718 ],
8719 "os" : "android",
8720 "os_beta" : ".3",
8721 "os_major" : "4",
8722 "os_minor" : ".0",
8723 "os_string" : "Android",
8724 "robot" : 0
8725 },
15158726 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; C5170 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
1516 "beta" : ".30",
15178727 "browser" : "safari",
8728 "browser_major" : "4",
8729 "browser_minor" : ".0",
15188730 "browser_string" : "Mobile Safari",
8731 "country" : "US",
15198732 "device" : "android",
15208733 "device_string" : "Android (C5170)",
15218734 "engine" : "webkit",
15238736 "engine_major" : "534",
15248737 "engine_minor" : ".30",
15258738 "engine_string" : "WebKit",
1526 "engine_version" : "534.30",
15278739 "language" : "EN",
1528 "major" : 5,
15298740 "match" : [
15308741 "device",
15318742 "android",
15328743 "mobile",
15338744 "safari",
1534 "webkit",
1535 "mobile_safari"
1536 ],
1537 "minor" : ".34",
8745 "mobile_safari",
8746 "webkit"
8747 ],
15388748 "os" : "android",
15398749 "os_beta" : ".4",
15408750 "os_major" : "4",
15418751 "os_minor" : ".0",
15428752 "os_string" : "Android",
1543 "os_version" : "4.0",
1544 "public_major" : "4",
1545 "public_minor" : ".0",
1546 "public_version" : 4,
1547 "version" : 5.34
8753 "robot" : 0
8754 },
8755 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-MS770 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8756 "browser" : "safari",
8757 "browser_major" : "4",
8758 "browser_minor" : ".0",
8759 "browser_string" : "Mobile Safari",
8760 "country" : "US",
8761 "device" : "android",
8762 "device_string" : "Android (LG-MS770)",
8763 "engine" : "webkit",
8764 "engine_beta" : "",
8765 "engine_major" : "534",
8766 "engine_minor" : ".30",
8767 "engine_string" : "WebKit",
8768 "language" : "EN",
8769 "match" : [
8770 "device",
8771 "android",
8772 "mobile",
8773 "safari",
8774 "mobile_safari",
8775 "webkit"
8776 ],
8777 "os" : "android",
8778 "os_beta" : ".4",
8779 "os_major" : "4",
8780 "os_minor" : ".0",
8781 "os_string" : "Android",
8782 "robot" : 0
8783 },
8784 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SCH-S738C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8785 "browser" : "safari",
8786 "browser_major" : "4",
8787 "browser_minor" : ".0",
8788 "browser_string" : "Mobile Safari",
8789 "country" : "US",
8790 "device" : "android",
8791 "device_string" : "Android (SCH-S738C)",
8792 "engine" : "webkit",
8793 "engine_beta" : "",
8794 "engine_major" : "534",
8795 "engine_minor" : ".30",
8796 "engine_string" : "WebKit",
8797 "language" : "EN",
8798 "match" : [
8799 "device",
8800 "android",
8801 "mobile",
8802 "safari",
8803 "mobile_safari",
8804 "webkit"
8805 ],
8806 "os" : "android",
8807 "os_beta" : ".4",
8808 "os_major" : "4",
8809 "os_minor" : ".0",
8810 "os_string" : "Android",
8811 "robot" : 0
8812 },
8813 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T989 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8814 "browser" : "safari",
8815 "browser_major" : "4",
8816 "browser_minor" : ".0",
8817 "browser_string" : "Mobile Safari",
8818 "country" : "US",
8819 "device" : "android",
8820 "device_string" : "Android (SGH-T989)",
8821 "engine" : "webkit",
8822 "engine_beta" : "",
8823 "engine_major" : "534",
8824 "engine_minor" : ".30",
8825 "engine_string" : "WebKit",
8826 "language" : "EN",
8827 "match" : [
8828 "device",
8829 "android",
8830 "mobile",
8831 "safari",
8832 "mobile_safari",
8833 "webkit"
8834 ],
8835 "os" : "android",
8836 "os_beta" : ".4",
8837 "os_major" : "4",
8838 "os_minor" : ".0",
8839 "os_string" : "Android",
8840 "robot" : 0
8841 },
8842 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SPH-D710 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8843 "browser" : "safari",
8844 "browser_major" : "4",
8845 "browser_minor" : ".0",
8846 "browser_string" : "Mobile Safari",
8847 "country" : "US",
8848 "device" : "android",
8849 "device_string" : "Android (SPH-D710)",
8850 "engine" : "webkit",
8851 "engine_beta" : "",
8852 "engine_major" : "534",
8853 "engine_minor" : ".30",
8854 "engine_string" : "WebKit",
8855 "language" : "EN",
8856 "match" : [
8857 "device",
8858 "android",
8859 "mobile",
8860 "safari",
8861 "mobile_safari",
8862 "webkit"
8863 ],
8864 "os" : "android",
8865 "os_beta" : ".4",
8866 "os_major" : "4",
8867 "os_minor" : ".0",
8868 "os_string" : "Android",
8869 "robot" : 0
8870 },
8871 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; XT897 Build/7.7.1Q-6_SPR-89_ASA-36) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8872 "browser" : "safari",
8873 "browser_major" : "4",
8874 "browser_minor" : ".0",
8875 "browser_string" : "Mobile Safari",
8876 "country" : "US",
8877 "device" : "android",
8878 "device_string" : "Android (XT897)",
8879 "engine" : "webkit",
8880 "engine_beta" : "",
8881 "engine_major" : "534",
8882 "engine_minor" : ".30",
8883 "engine_string" : "WebKit",
8884 "language" : "EN",
8885 "match" : [
8886 "device",
8887 "android",
8888 "mobile",
8889 "safari",
8890 "mobile_safari",
8891 "webkit"
8892 ],
8893 "os" : "android",
8894 "os_beta" : ".4",
8895 "os_major" : "4",
8896 "os_minor" : ".0",
8897 "os_string" : "Android",
8898 "robot" : 0
15488899 },
15498900 "Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; EVO Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
15508901 "beta" : ".30",
15808931 "public_version" : 4,
15818932 "version" : 5.34
15828933 },
8934 "Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-I8190 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
8935 "browser" : "safari",
8936 "browser_major" : "4",
8937 "browser_minor" : ".0",
8938 "browser_string" : "Mobile Safari",
8939 "country" : "DE",
8940 "device" : "android",
8941 "device_string" : "Android (GT-I8190)",
8942 "engine" : "webkit",
8943 "engine_beta" : "",
8944 "engine_major" : "534",
8945 "engine_minor" : ".30",
8946 "engine_string" : "WebKit",
8947 "language" : "DE",
8948 "match" : [
8949 "device",
8950 "android",
8951 "mobile",
8952 "safari",
8953 "mobile_safari",
8954 "webkit"
8955 ],
8956 "os" : "android",
8957 "os_beta" : ".2",
8958 "os_major" : "4",
8959 "os_minor" : ".1",
8960 "os_string" : "Android",
8961 "robot" : 0
8962 },
15838963 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ADR910L 4G Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
15848964 "beta" : ".30",
15858965 "browser" : "safari",
16158995 "version" : 5.34
16168996 },
16178997 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; DROID RAZR Build/9.8.2O-72_VZW-16) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
1618 "beta" : ".30",
16198998 "browser" : "safari",
8999 "browser_major" : "4",
9000 "browser_minor" : ".0",
16209001 "browser_string" : "Mobile Safari",
9002 "country" : "US",
16219003 "device" : "android",
16229004 "device_string" : "Android (DROID RAZR)",
16239005 "engine" : "webkit",
16259007 "engine_major" : "534",
16269008 "engine_minor" : ".30",
16279009 "engine_string" : "WebKit",
1628 "engine_version" : "534.30",
16299010 "language" : "EN",
1630 "major" : 5,
16319011 "match" : [
16329012 "device",
16339013 "android",
16349014 "mobile",
16359015 "safari",
1636 "webkit",
1637 "mobile_safari"
1638 ],
1639 "minor" : ".34",
9016 "mobile_safari",
9017 "webkit"
9018 ],
16409019 "os" : "android",
16419020 "os_beta" : ".2",
16429021 "os_major" : "4",
16439022 "os_minor" : ".1",
16449023 "os_string" : "Android",
1645 "os_version" : "4.1",
1646 "public_major" : "4",
1647 "public_minor" : ".0",
1648 "public_version" : 4,
1649 "version" : 5.34
9024 "robot" : 0
9025 },
9026 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-D520 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9027 "browser" : "safari",
9028 "browser_major" : "4",
9029 "browser_minor" : ".0",
9030 "browser_string" : "Mobile Safari",
9031 "country" : "US",
9032 "device" : "android",
9033 "device_string" : "Android (LG-D520)",
9034 "engine" : "webkit",
9035 "engine_beta" : "",
9036 "engine_major" : "534",
9037 "engine_minor" : ".30",
9038 "engine_string" : "WebKit",
9039 "language" : "EN",
9040 "match" : [
9041 "device",
9042 "android",
9043 "mobile",
9044 "safari",
9045 "mobile_safari",
9046 "webkit"
9047 ],
9048 "os" : "android",
9049 "os_beta" : ".2",
9050 "os_major" : "4",
9051 "os_minor" : ".1",
9052 "os_string" : "Android",
9053 "robot" : 0
9054 },
9055 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG-SGH-I747 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9056 "browser" : "safari",
9057 "browser_major" : "4",
9058 "browser_minor" : ".0",
9059 "browser_string" : "Mobile Safari",
9060 "country" : "US",
9061 "device" : "android",
9062 "device_string" : "Android (SAMSUNG-SGH-I747)",
9063 "engine" : "webkit",
9064 "engine_beta" : "",
9065 "engine_major" : "534",
9066 "engine_minor" : ".30",
9067 "engine_string" : "WebKit",
9068 "language" : "EN",
9069 "match" : [
9070 "device",
9071 "android",
9072 "mobile",
9073 "safari",
9074 "mobile_safari",
9075 "webkit"
9076 ],
9077 "os" : "android",
9078 "os_beta" : ".2",
9079 "os_major" : "4",
9080 "os_minor" : ".1",
9081 "os_string" : "Android",
9082 "robot" : 0
9083 },
9084 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I535 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9085 "browser" : "safari",
9086 "browser_major" : "4",
9087 "browser_minor" : ".0",
9088 "browser_string" : "Mobile Safari",
9089 "country" : "US",
9090 "device" : "android",
9091 "device_string" : "Android (SCH-I535)",
9092 "engine" : "webkit",
9093 "engine_beta" : "",
9094 "engine_major" : "534",
9095 "engine_minor" : ".30",
9096 "engine_string" : "WebKit",
9097 "language" : "EN",
9098 "match" : [
9099 "device",
9100 "android",
9101 "mobile",
9102 "safari",
9103 "mobile_safari",
9104 "webkit"
9105 ],
9106 "os" : "android",
9107 "os_beta" : ".2",
9108 "os_major" : "4",
9109 "os_minor" : ".1",
9110 "os_string" : "Android",
9111 "robot" : 0
9112 },
9113 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9114 "browser" : "safari",
9115 "browser_major" : "4",
9116 "browser_minor" : ".0",
9117 "browser_string" : "Mobile Safari",
9118 "country" : "US",
9119 "device" : "android",
9120 "device_string" : "Android (SGH-T999)",
9121 "engine" : "webkit",
9122 "engine_beta" : "",
9123 "engine_major" : "534",
9124 "engine_minor" : ".30",
9125 "engine_string" : "WebKit",
9126 "language" : "EN",
9127 "match" : [
9128 "device",
9129 "android",
9130 "mobile",
9131 "safari",
9132 "mobile_safari",
9133 "webkit"
9134 ],
9135 "os" : "android",
9136 "os_beta" : ".2",
9137 "os_major" : "4",
9138 "os_minor" : ".1",
9139 "os_string" : "Android",
9140 "robot" : 0
9141 },
9142 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9143 "browser" : "safari",
9144 "browser_major" : "4",
9145 "browser_minor" : ".0",
9146 "browser_string" : "Mobile Safari",
9147 "country" : "US",
9148 "device" : "android",
9149 "device_string" : "Android (SGH-T999L)",
9150 "engine" : "webkit",
9151 "engine_beta" : "",
9152 "engine_major" : "534",
9153 "engine_minor" : ".30",
9154 "engine_string" : "WebKit",
9155 "language" : "EN",
9156 "match" : [
9157 "device",
9158 "android",
9159 "mobile",
9160 "safari",
9161 "mobile_safari",
9162 "webkit"
9163 ],
9164 "os" : "android",
9165 "os_beta" : ".2",
9166 "os_major" : "4",
9167 "os_minor" : ".1",
9168 "os_string" : "Android",
9169 "robot" : 0
16509170 },
16519171 "Mozilla/5.0 (Linux; U; Android 4.2.1; en-us; H920 Build/JOP40D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
16529172 "beta" : ".30",
16829202 "public_version" : 4,
16839203 "version" : 5.34
16849204 },
9205 "Mozilla/5.0 (Linux; U; Android 4.2.2; el-gr; U51GT_C4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.2.16.87075793.arm" : {
9206 "browser" : "safari",
9207 "browser_major" : "4",
9208 "browser_minor" : ".0",
9209 "browser_string" : "Mobile Safari",
9210 "country" : "GR",
9211 "device" : "android",
9212 "device_string" : "Android (U51GT_C4)",
9213 "engine" : "webkit",
9214 "engine_beta" : "",
9215 "engine_major" : "534",
9216 "engine_minor" : ".30",
9217 "engine_string" : "WebKit",
9218 "language" : "EL",
9219 "match" : [
9220 "device",
9221 "android",
9222 "mobile",
9223 "safari",
9224 "mobile_safari",
9225 "webkit"
9226 ],
9227 "os" : "android",
9228 "os_beta" : ".2",
9229 "os_major" : "4",
9230 "os_minor" : ".2",
9231 "os_string" : "Android",
9232 "robot" : 0
9233 },
9234 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-ie; GT-S7580 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.2.16.87075793.arm" : {
9235 "browser" : "safari",
9236 "browser_major" : "4",
9237 "browser_minor" : ".0",
9238 "browser_string" : "Mobile Safari",
9239 "country" : "IE",
9240 "device" : "android",
9241 "device_string" : "Android (GT-S7580)",
9242 "engine" : "webkit",
9243 "engine_beta" : "",
9244 "engine_major" : "534",
9245 "engine_minor" : ".30",
9246 "engine_string" : "WebKit",
9247 "language" : "EN",
9248 "match" : [
9249 "device",
9250 "android",
9251 "mobile",
9252 "safari",
9253 "mobile_safari",
9254 "webkit"
9255 ],
9256 "os" : "android",
9257 "os_beta" : ".2",
9258 "os_major" : "4",
9259 "os_minor" : ".2",
9260 "os_string" : "Android",
9261 "robot" : 0
9262 },
16859263 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; EDGE Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
16869264 "beta" : ".30",
16879265 "browser" : "safari",
17169294 "public_version" : 4,
17179295 "version" : 5.34
17189296 },
9297 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; H30-U10 Build/HuaweiH30-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9298 "browser" : "safari",
9299 "browser_major" : "4",
9300 "browser_minor" : ".0",
9301 "browser_string" : "Mobile Safari",
9302 "country" : "US",
9303 "device" : "android",
9304 "device_string" : "Android (H30-U10)",
9305 "engine" : "webkit",
9306 "engine_beta" : "",
9307 "engine_major" : "534",
9308 "engine_minor" : ".30",
9309 "engine_string" : "WebKit",
9310 "language" : "EN",
9311 "match" : [
9312 "device",
9313 "android",
9314 "mobile",
9315 "safari",
9316 "mobile_safari",
9317 "webkit"
9318 ],
9319 "os" : "android",
9320 "os_beta" : ".2",
9321 "os_major" : "4",
9322 "os_minor" : ".2",
9323 "os_string" : "Android",
9324 "robot" : 0
9325 },
17199326 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Lenovo A316i/S008) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
17209327 "beta" : ".30",
17219328 "browser" : "safari",
17509357 "public_version" : 4,
17519358 "version" : 5.34
17529359 },
9360 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; SD4930UR Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.44 like Chrome/37.0.2026.117 Mobile Safari/537.36" : {
9361 "browser" : "silk",
9362 "browser_major" : "3",
9363 "browser_minor" : ".44",
9364 "browser_string" : "Silk",
9365 "country" : "US",
9366 "device" : "android",
9367 "device_string" : "Android (SD4930UR)",
9368 "engine" : "webkit",
9369 "engine_beta" : "",
9370 "engine_major" : "537",
9371 "engine_minor" : ".36",
9372 "engine_string" : "WebKit",
9373 "language" : "EN",
9374 "match" : [
9375 "device",
9376 "android",
9377 "mobile",
9378 "silk",
9379 "webkit"
9380 ],
9381 "os" : "android",
9382 "os_beta" : ".2",
9383 "os_major" : "4",
9384 "os_minor" : ".2",
9385 "os_string" : "Android",
9386 "robot" : 0
9387 },
17539388 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Wildfire S A510e Build/CM10.1-Release-Candidate-v2.1; CyanogenMod-CM10.1) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
17549389 "beta" : ".30",
17559390 "browser" : "safari",
17849419 "public_version" : 4,
17859420 "version" : 5.34
17869421 },
9422 "Mozilla/5.0 (Linux; U; Android 4.3; en-gb; GT-N7100 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9423 "browser" : "safari",
9424 "browser_major" : "4",
9425 "browser_minor" : ".0",
9426 "browser_string" : "Mobile Safari",
9427 "country" : "GB",
9428 "device" : "android",
9429 "device_string" : "Android (GT-N7100)",
9430 "engine" : "webkit",
9431 "engine_beta" : "",
9432 "engine_major" : "534",
9433 "engine_minor" : ".30",
9434 "engine_string" : "WebKit",
9435 "language" : "EN",
9436 "match" : [
9437 "device",
9438 "android",
9439 "mobile",
9440 "safari",
9441 "mobile_safari",
9442 "webkit"
9443 ],
9444 "os" : "android",
9445 "os_beta" : "",
9446 "os_major" : "4",
9447 "os_minor" : ".3",
9448 "os_string" : "Android",
9449 "robot" : 0
9450 },
9451 "Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6530N Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm" : {
9452 "browser" : "safari",
9453 "browser_major" : "4",
9454 "browser_minor" : ".0",
9455 "browser_string" : "Mobile Safari",
9456 "country" : "US",
9457 "device" : "android",
9458 "device_string" : "Android (C6530N)",
9459 "engine" : "webkit",
9460 "engine_beta" : "",
9461 "engine_major" : "534",
9462 "engine_minor" : ".30",
9463 "engine_string" : "WebKit",
9464 "language" : "EN",
9465 "match" : [
9466 "device",
9467 "android",
9468 "mobile",
9469 "safari",
9470 "mobile_safari",
9471 "webkit"
9472 ],
9473 "os" : "android",
9474 "os_beta" : "",
9475 "os_major" : "4",
9476 "os_minor" : ".3",
9477 "os_string" : "Android",
9478 "robot" : 0
9479 },
9480 "Mozilla/5.0 (Linux; U; Android 4.3; vi-vn; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.3.10.88581490.arm" : {
9481 "browser" : "safari",
9482 "browser_major" : "4",
9483 "browser_minor" : ".0",
9484 "browser_string" : "Mobile Safari",
9485 "country" : "VN",
9486 "device" : "android",
9487 "device_string" : "Android (GT-I9300)",
9488 "engine" : "webkit",
9489 "engine_beta" : "",
9490 "engine_major" : "534",
9491 "engine_minor" : ".30",
9492 "engine_string" : "WebKit",
9493 "language" : "VI",
9494 "match" : [
9495 "device",
9496 "android",
9497 "mobile",
9498 "safari",
9499 "mobile_safari",
9500 "webkit"
9501 ],
9502 "os" : "android",
9503 "os_beta" : "",
9504 "os_major" : "4",
9505 "os_minor" : ".3",
9506 "os_string" : "Android",
9507 "robot" : 0
9508 },
9509 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LG-D800/D80020y Build/KOT49I.D80020y) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.2 Chrome/30.0.1599.103 Mobile Safari/537.36" : {
9510 "browser" : "chrome",
9511 "browser_beta" : ".1599.103",
9512 "browser_major" : "30",
9513 "browser_minor" : ".0",
9514 "browser_string" : "Chrome",
9515 "country" : "US",
9516 "device" : "android",
9517 "device_string" : "Android (LG-D800/D80020y)",
9518 "engine" : "webkit",
9519 "engine_beta" : "",
9520 "engine_major" : "537",
9521 "engine_minor" : ".36",
9522 "engine_string" : "WebKit",
9523 "language" : "EN",
9524 "match" : [
9525 "device",
9526 "android",
9527 "mobile",
9528 "chrome",
9529 "webkit"
9530 ],
9531 "os" : "android",
9532 "os_beta" : ".2",
9533 "os_major" : "4",
9534 "os_minor" : ".4",
9535 "os_string" : "Android",
9536 "robot" : 0
9537 },
9538 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LG-D851 Build/KVT49L.D85110r) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/34.0.1847.118 Mobile Safari/537.36" : {
9539 "browser" : "chrome",
9540 "browser_beta" : ".1847.118",
9541 "browser_major" : "34",
9542 "browser_minor" : ".0",
9543 "browser_string" : "Chrome",
9544 "country" : "US",
9545 "device" : "android",
9546 "device_string" : "Android (LG-D851)",
9547 "engine" : "webkit",
9548 "engine_beta" : "",
9549 "engine_major" : "537",
9550 "engine_minor" : ".36",
9551 "engine_string" : "WebKit",
9552 "language" : "EN",
9553 "match" : [
9554 "device",
9555 "android",
9556 "mobile",
9557 "chrome",
9558 "webkit"
9559 ],
9560 "os" : "android",
9561 "os_beta" : ".2",
9562 "os_major" : "4",
9563 "os_minor" : ".4",
9564 "os_string" : "Android",
9565 "robot" : 0
9566 },
9567 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36" : {
9568 "browser" : "chrome",
9569 "browser_beta" : ".1599.103",
9570 "browser_major" : "30",
9571 "browser_minor" : ".0",
9572 "browser_string" : "Chrome",
9573 "country" : "US",
9574 "device" : "android",
9575 "device_string" : "Android (LGMS323)",
9576 "engine" : "webkit",
9577 "engine_beta" : "",
9578 "engine_major" : "537",
9579 "engine_minor" : ".36",
9580 "engine_string" : "WebKit",
9581 "language" : "EN",
9582 "match" : [
9583 "device",
9584 "android",
9585 "mobile",
9586 "chrome",
9587 "webkit"
9588 ],
9589 "os" : "android",
9590 "os_beta" : ".2",
9591 "os_major" : "4",
9592 "os_minor" : ".4",
9593 "os_string" : "Android",
9594 "robot" : 0
9595 },
9596 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T210R Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" : {
9597 "browser" : "safari",
9598 "browser_major" : "4",
9599 "browser_minor" : ".0",
9600 "browser_string" : "Safari",
9601 "country" : "US",
9602 "device" : "android",
9603 "device_string" : "Android tablet (SM-T210R)",
9604 "engine" : "webkit",
9605 "engine_beta" : "",
9606 "engine_major" : "534",
9607 "engine_minor" : ".30",
9608 "engine_string" : "WebKit",
9609 "language" : "EN",
9610 "match" : [
9611 "device",
9612 "android",
9613 "mobile",
9614 "tablet",
9615 "safari",
9616 "webkit"
9617 ],
9618 "os" : "android",
9619 "os_beta" : ".2",
9620 "os_major" : "4",
9621 "os_minor" : ".4",
9622 "os_string" : "Android",
9623 "robot" : 0
9624 },
9625 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SPH-L710 Build/KOT49H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16" : {
9626 "browser" : "safari",
9627 "browser_major" : "4",
9628 "browser_minor" : ".0",
9629 "browser_string" : "Mobile Safari",
9630 "country" : "US",
9631 "device" : "android",
9632 "device_string" : "Android (SPH-L710)",
9633 "engine" : "webkit",
9634 "engine_beta" : "",
9635 "engine_major" : "537",
9636 "engine_minor" : ".16",
9637 "engine_string" : "WebKit",
9638 "language" : "EN",
9639 "match" : [
9640 "device",
9641 "android",
9642 "mobile",
9643 "safari",
9644 "mobile_safari",
9645 "webkit"
9646 ],
9647 "os" : "android",
9648 "os_beta" : ".2",
9649 "os_major" : "4",
9650 "os_minor" : ".4",
9651 "os_string" : "Android",
9652 "robot" : 0
9653 },
9654 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SPH-L900 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9655 "browser" : "safari",
9656 "browser_major" : "4",
9657 "browser_minor" : ".0",
9658 "browser_string" : "Mobile Safari",
9659 "country" : "US",
9660 "device" : "android",
9661 "device_string" : "Android (SPH-L900)",
9662 "engine" : "webkit",
9663 "engine_beta" : "",
9664 "engine_major" : "534",
9665 "engine_minor" : ".30",
9666 "engine_string" : "WebKit",
9667 "language" : "EN",
9668 "match" : [
9669 "device",
9670 "android",
9671 "mobile",
9672 "safari",
9673 "mobile_safari",
9674 "webkit"
9675 ],
9676 "os" : "android",
9677 "os_beta" : ".2",
9678 "os_major" : "4",
9679 "os_minor" : ".4",
9680 "os_string" : "Android",
9681 "robot" : 0
9682 },
9683 "Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; GT-I9500 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 QQ-Manager Mobile Safari/537.36" : {
9684 "browser" : "safari",
9685 "browser_major" : "4",
9686 "browser_minor" : ".0",
9687 "browser_string" : "Mobile Safari",
9688 "country" : "CN",
9689 "device" : "android",
9690 "device_string" : "Android (GT-I9500)",
9691 "engine" : "webkit",
9692 "engine_beta" : "",
9693 "engine_major" : "537",
9694 "engine_minor" : ".36",
9695 "engine_string" : "WebKit",
9696 "language" : "ZH",
9697 "match" : [
9698 "device",
9699 "android",
9700 "mobile",
9701 "safari",
9702 "mobile_safari",
9703 "webkit"
9704 ],
9705 "os" : "android",
9706 "os_beta" : ".2",
9707 "os_major" : "4",
9708 "os_minor" : ".4",
9709 "os_string" : "Android",
9710 "robot" : 0
9711 },
9712 "Mozilla/5.0 (Linux; U; Android 4.4.3; en-us; KFASWI Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.47 like Chrome/37.0.2026.117 Safari/537.36" : {
9713 "browser" : "silk",
9714 "browser_major" : "3",
9715 "browser_minor" : ".47",
9716 "browser_string" : "Silk",
9717 "country" : "US",
9718 "device" : "android",
9719 "device_string" : "Android tablet (KFASWI)",
9720 "engine" : "webkit",
9721 "engine_beta" : "",
9722 "engine_major" : "537",
9723 "engine_minor" : ".36",
9724 "engine_string" : "WebKit",
9725 "language" : "EN",
9726 "match" : [
9727 "device",
9728 "android",
9729 "mobile",
9730 "tablet",
9731 "silk",
9732 "webkit"
9733 ],
9734 "os" : "android",
9735 "os_beta" : ".3",
9736 "os_major" : "4",
9737 "os_minor" : ".4",
9738 "os_string" : "Android",
9739 "robot" : 0
9740 },
9741 "Mozilla/5.0 (Linux; U; Android 4.4.3; en-us; KFTHWI Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.47 like Chrome/37.0.2026.117 Safari/537.36" : {
9742 "browser" : "silk",
9743 "browser_major" : "3",
9744 "browser_minor" : ".47",
9745 "browser_string" : "Silk",
9746 "country" : "US",
9747 "device" : "android",
9748 "device_string" : "Android tablet (KFTHWI)",
9749 "engine" : "webkit",
9750 "engine_beta" : "",
9751 "engine_major" : "537",
9752 "engine_minor" : ".36",
9753 "engine_string" : "WebKit",
9754 "language" : "EN",
9755 "match" : [
9756 "device",
9757 "android",
9758 "mobile",
9759 "tablet",
9760 "silk",
9761 "webkit"
9762 ],
9763 "os" : "android",
9764 "os_beta" : ".3",
9765 "os_major" : "4",
9766 "os_minor" : ".4",
9767 "os_string" : "Android",
9768 "robot" : 0
9769 },
9770 "Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; SM-G360P Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
9771 "browser" : "safari",
9772 "browser_major" : "4",
9773 "browser_minor" : ".0",
9774 "browser_string" : "Mobile Safari",
9775 "country" : "US",
9776 "device" : "android",
9777 "device_string" : "Android (SM-G360P)",
9778 "engine" : "webkit",
9779 "engine_beta" : "",
9780 "engine_major" : "534",
9781 "engine_minor" : ".30",
9782 "engine_string" : "WebKit",
9783 "language" : "EN",
9784 "match" : [
9785 "device",
9786 "android",
9787 "mobile",
9788 "safari",
9789 "mobile_safari",
9790 "webkit"
9791 ],
9792 "os" : "android",
9793 "os_beta" : ".4",
9794 "os_major" : "4",
9795 "os_minor" : ".4",
9796 "os_string" : "Android",
9797 "robot" : 0
9798 },
17879799 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:35.0) Gecko/20100101 Firefox/35.0" : {
17889800 "browser" : "firefox",
17899801 "browser_string" : "Firefox",
18129824 "public_version" : 35,
18139825 "version" : 35
18149826 },
1815 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/xxx.x (KHTML like Gecko) Safari/12x.x" : {
1816 "browser" : "safari",
1817 "browser_string" : "Safari",
1818 "language" : "EN",
1819 "major" : 0,
1820 "match" : [
1821 "mac",
1822 "macosx",
1823 "macppc",
1824 "safari"
1825 ],
1826 "minor" : ".12",
1827 "os" : "macosx",
1828 "os_string" : "Mac OS X",
1829 "public_major" : "1",
1830 "public_minor" : ".2",
1831 "public_version" : 1.2,
1832 "version" : 0.12
1833 },
1834 "Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2" : {
1835 "beta" : ".2",
1836 "browser" : "firefox",
1837 "browser_string" : "Firefox",
1838 "engine" : "gecko",
1839 "engine_beta" : ".2",
1840 "engine_major" : "6",
1841 "engine_minor" : ".0",
1842 "engine_string" : "Gecko",
1843 "engine_version" : "6.0",
1844 "major" : "6",
1845 "match" : [
1846 "windows",
1847 "winnt",
1848 "win32",
1849 "winxp",
1850 "firefox",
1851 "gecko"
1852 ],
1853 "minor" : ".0",
1854 "os" : "windows",
1855 "os_string" : "WinXP",
1856 "public_beta" : ".2",
1857 "public_major" : "6",
1858 "public_minor" : ".0",
1859 "public_version" : 6,
1860 "version" : 6
1861 },
1862 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1092.0 Safari/536.6 Chrome 19.0.1084.9" : {
1863 "beta" : ".1092.0",
1864 "browser" : "chrome",
1865 "browser_string" : "Chrome",
1866 "engine" : "webkit",
1867 "engine_beta" : "",
1868 "engine_major" : "536",
1869 "engine_minor" : ".6",
1870 "engine_string" : "WebKit",
1871 "engine_version" : "536.6",
1872 "major" : "20",
1873 "match" : [
1874 "windows",
1875 "winnt",
1876 "win32",
1877 "win7",
1878 "webkit",
1879 "chrome"
1880 ],
1881 "minor" : ".0",
1882 "os" : "windows",
1883 "os_string" : "Win7",
1884 "public_beta" : ".1092.0",
1885 "public_major" : "20",
1886 "public_minor" : ".0",
1887 "public_version" : 20,
1888 "version" : 20
1889 },
1890 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 SE 2.X MetaSr 1.0" : {
1891 "beta" : ".1916.153",
1892 "browser" : "chrome",
1893 "browser_string" : "Chrome",
1894 "engine" : "webkit",
1895 "engine_beta" : "",
1896 "engine_major" : "537",
1897 "engine_minor" : ".36",
1898 "engine_string" : "WebKit",
1899 "engine_version" : "537.36",
1900 "major" : "35",
1901 "match" : [
1902 "windows",
1903 "winnt",
1904 "win32",
1905 "win7",
1906 "webkit",
1907 "chrome"
1908 ],
1909 "minor" : ".0",
1910 "os" : "windows",
1911 "os_string" : "Win7",
1912 "public_beta" : ".1916.153",
1913 "public_major" : "35",
1914 "public_minor" : ".0",
1915 "public_version" : 35,
1916 "version" : 35
1917 },
1918 "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko Firefox/11.0" : {
1919 "browser" : "firefox",
1920 "browser_string" : "Firefox",
1921 "engine" : "gecko",
1922 "engine_beta" : "",
1923 "engine_major" : "11",
1924 "engine_minor" : ".0",
1925 "engine_string" : "Gecko",
1926 "engine_version" : "11.0",
1927 "major" : "11",
1928 "match" : [
1929 "windows",
1930 "winnt",
1931 "win32",
1932 "win7",
1933 "firefox",
1934 "gecko"
1935 ],
1936 "minor" : ".0",
1937 "os" : "windows",
1938 "os_string" : "Win7",
1939 "public_major" : "11",
1940 "public_minor" : ".0",
1941 "public_version" : 11,
1942 "version" : 11
1943 },
1944 "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/ 20120405 Firefox/14.0.1" : {
1945 "beta" : ".1",
1946 "browser" : "firefox",
1947 "browser_string" : "Firefox",
1948 "engine" : "gecko",
1949 "engine_beta" : "",
1950 "engine_major" : "12",
1951 "engine_minor" : ".0",
1952 "engine_string" : "Gecko",
1953 "engine_version" : "12.0",
1954 "major" : "14",
1955 "match" : [
1956 "windows",
1957 "winnt",
1958 "win32",
1959 "win7",
1960 "firefox",
1961 "gecko"
1962 ],
1963 "minor" : ".0",
1964 "os" : "windows",
1965 "os_string" : "Win7",
1966 "public_beta" : ".1",
1967 "public_major" : "14",
1968 "public_minor" : ".0",
1969 "public_version" : 14,
1970 "version" : 14
1971 },
1972 "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google favicon" : {
1973 "browser" : "firefox",
1974 "browser_string" : "Firefox",
1975 "engine" : "gecko",
1976 "engine_beta" : "",
1977 "engine_major" : "6",
1978 "engine_minor" : ".0",
1979 "engine_string" : "Gecko",
1980 "engine_version" : "6.0",
1981 "major" : "6",
1982 "match" : [
1983 "windows",
1984 "winnt",
1985 "win32",
1986 "win7",
1987 "firefox",
1988 "gecko"
1989 ],
1990 "minor" : ".0",
1991 "os" : "windows",
1992 "os_string" : "Win7",
1993 "public_major" : "6",
1994 "public_minor" : ".0",
1995 "public_version" : 6,
1996 "version" : 6
1997 },
1998 "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)" : {
1999 "beta" : ".3",
2000 "browser" : "firefox",
2001 "browser_string" : "Firefox",
2002 "engine" : "gecko",
2003 "engine_beta" : ".2.3",
2004 "engine_major" : "1",
2005 "engine_minor" : ".9",
2006 "engine_string" : "Gecko",
2007 "engine_version" : "1.9",
2008 "language" : "EN",
2009 "major" : "3",
2010 "match" : [
2011 "windows",
2012 "winnt",
2013 "win32",
2014 "winvista",
2015 "firefox",
2016 "gecko",
2017 "dotnet"
2018 ],
2019 "minor" : ".6",
2020 "os" : "windows",
2021 "os_string" : "WinVista",
2022 "public_beta" : ".3",
2023 "public_major" : "3",
2024 "public_minor" : ".6",
2025 "public_version" : 3.6,
2026 "version" : 3.6
2027 },
2028 "Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.96 Safari/537.36" : {
2029 "beta" : ".2171.96",
2030 "browser" : "chrome",
2031 "browser_string" : "Chrome",
2032 "engine" : "webkit",
2033 "engine_beta" : "",
2034 "engine_major" : "537",
2035 "engine_minor" : ".36",
2036 "engine_string" : "WebKit",
2037 "engine_version" : "537.36",
2038 "major" : "39",
2039 "match" : [
2040 "chromeos",
2041 "chrome",
2042 "webkit",
2043 "x11"
2044 ],
2045 "minor" : ".0",
2046 "os" : "chromeos",
2047 "os_beta" : ".0",
2048 "os_major" : "6310",
2049 "os_minor" : ".68",
2050 "os_string" : "Chrome OS",
2051 "os_version" : "6310.68",
2052 "public_beta" : ".2171.96",
2053 "public_major" : "39",
2054 "public_minor" : ".0",
2055 "public_version" : 39,
2056 "version" : 39
2057 },
2058 "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11" : {
2059 "beta" : ".963.65",
2060 "browser" : "chrome",
2061 "browser_string" : "Chrome",
2062 "engine" : "webkit",
2063 "engine_beta" : "",
2064 "engine_major" : "535",
2065 "engine_minor" : ".11",
2066 "engine_string" : "WebKit",
2067 "engine_version" : "535.11",
2068 "major" : "17",
2069 "match" : [
2070 "unix",
2071 "bsd",
2072 "freebsd",
2073 "chrome",
2074 "webkit",
2075 "x11"
2076 ],
2077 "minor" : ".0",
2078 "os" : "unix",
2079 "os_string" : "FreeBSD",
2080 "public_beta" : ".963.65",
2081 "public_major" : "17",
2082 "public_minor" : ".0",
2083 "public_version" : 17,
2084 "version" : 17
2085 },
2086 "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Firefox/31.0" : {
2087 "browser" : "firefox",
2088 "browser_string" : "Firefox",
2089 "engine" : "gecko",
2090 "engine_beta" : "",
2091 "engine_major" : "31",
2092 "engine_minor" : ".0",
2093 "engine_string" : "Gecko",
2094 "engine_version" : "31.0",
2095 "major" : "31",
2096 "match" : [
2097 "unix",
2098 "linux",
2099 "firefox",
2100 "gecko",
2101 "x11"
2102 ],
2103 "minor" : ".0",
2104 "os" : "linux",
2105 "os_string" : "Linux",
2106 "public_major" : "31",
2107 "public_minor" : ".0",
2108 "public_version" : 31,
2109 "version" : 31
2110 },
2111 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) wkhtmltoimage Safari/534.34" : {
2112 "beta" : ".34",
2113 "browser" : "safari",
2114 "browser_string" : "Safari",
2115 "engine" : "webkit",
2116 "engine_beta" : "",
2117 "engine_major" : "534",
2118 "engine_minor" : ".34",
2119 "engine_string" : "WebKit",
2120 "engine_version" : "534.34",
2121 "major" : 5,
2122 "match" : [
2123 "unix",
2124 "linux",
2125 "safari",
2126 "webkit",
2127 "x11"
2128 ],
2129 "minor" : ".34",
2130 "os" : "linux",
2131 "os_string" : "Linux",
2132 "public_major" : "2",
2133 "public_minor" : 0,
2134 "public_version" : 2,
2135 "version" : 5.34
2136 },
2137 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) profiller Safari/537.21" : {
2138 "beta" : ".21",
2139 "browser" : "safari",
2140 "browser_string" : "Safari",
2141 "engine" : "webkit",
2142 "engine_beta" : "",
2143 "engine_major" : "537",
2144 "engine_minor" : ".21",
2145 "engine_string" : "WebKit",
2146 "engine_version" : "537.21",
2147 "major" : 5,
2148 "match" : [
2149 "unix",
2150 "linux",
2151 "safari",
2152 "webkit",
2153 "x11"
2154 ],
2155 "minor" : ".37",
2156 "os" : "linux",
2157 "os_string" : "Linux",
2158 "public_major" : "2",
2159 "public_minor" : 0,
2160 "public_version" : 2,
2161 "version" : 5.37
2162 },
2163 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/39.0.2171.65 Chrome/39.0.2171.65 Safari/537.36" : {
2164 "beta" : ".2171.65",
2165 "browser" : "chrome",
2166 "browser_string" : "Chromium",
2167 "engine" : "webkit",
2168 "engine_beta" : "",
2169 "engine_major" : "537",
2170 "engine_minor" : ".36",
2171 "engine_string" : "WebKit",
2172 "engine_version" : "537.36",
2173 "major" : "39",
2174 "match" : [
2175 "unix",
2176 "linux",
2177 "chrome",
2178 "webkit",
2179 "x11"
2180 ],
2181 "minor" : ".0",
2182 "os" : "linux",
2183 "os_string" : "Linux",
2184 "public_beta" : ".2171.65",
2185 "public_major" : "39",
2186 "public_minor" : ".0",
2187 "public_version" : 39,
2188 "version" : 39
2189 },
2190 "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100804 Gentoo Firefox/3.6.8" : {
2191 "beta" : ".8",
2192 "browser" : "firefox",
2193 "browser_string" : "Firefox",
2194 "engine" : "gecko",
2195 "engine_beta" : ".2.8",
2196 "engine_major" : "1",
2197 "engine_minor" : ".9",
2198 "engine_string" : "Gecko",
2199 "engine_version" : "1.9",
2200 "language" : "EN",
2201 "major" : "3",
2202 "match" : [
2203 "unix",
2204 "linux",
2205 "firefox",
2206 "gecko",
2207 "x11"
2208 ],
2209 "minor" : ".6",
2210 "os" : "linux",
2211 "os_string" : "Linux",
2212 "public_beta" : ".8",
2213 "public_major" : "3",
2214 "public_minor" : ".6",
2215 "public_version" : 3.6,
2216 "version" : 3.6
2217 },
2218 "Mozilla/5.0 (compatible; Add Catalog/2.1;)" : {
2219 "major" : "5",
2220 "match" : [],
2221 "minor" : ".0",
2222 "public_major" : "5",
2223 "public_minor" : ".0",
2224 "public_version" : 5,
2225 "version" : 5
2226 },
2227 "Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)" : {
2228 "major" : "5",
2229 "match" : [
2230 "robot"
2231 ],
2232 "minor" : ".0",
2233 "public_major" : "5",
2234 "public_minor" : ".0",
2235 "public_version" : 5,
2236 "robot" : "unknown",
2237 "robot_string" : "DomainAppender /1.0",
2238 "version" : 5
2239 },
2240 "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020708)" : {
2241 "beta" : "-rc4",
2242 "browser" : "konqueror",
2243 "browser_string" : "Konqueror",
2244 "major" : "3",
2245 "match" : [
2246 "unix",
2247 "linux",
2248 "konqueror"
2249 ],
2250 "minor" : ".1",
2251 "os" : "linux",
2252 "os_string" : "Linux",
2253 "public_beta" : "-rc4",
2254 "public_major" : "3",
2255 "public_minor" : ".1",
2256 "public_version" : 3.1,
2257 "version" : 3.1
2258 },
2259 "Mozilla/5.0 (compatible; Lipperhey SEO Service; http://www.lipperhey.com/)" : {
2260 "major" : "5",
2261 "match" : [
2262 "robot"
2263 ],
2264 "minor" : ".0",
2265 "public_major" : "5",
2266 "public_minor" : ".0",
2267 "public_version" : 5,
2268 "robot" : "unknown",
2269 "robot_string" : "Lipperhey SEO Service",
2270 "version" : 5
2271 },
2272 "Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)" : {
2273 "browser" : "ie",
2274 "browser_string" : "MSIE",
2275 "engine" : "trident",
2276 "engine_beta" : "",
2277 "engine_major" : "4",
2278 "engine_minor" : ".0",
2279 "engine_string" : "Trident",
2280 "engine_version" : "4.0",
2281 "language" : "EN",
2282 "major" : "8",
2283 "match" : [
2284 "windows",
2285 "winnt",
2286 "win32",
2287 "winvista",
2288 "ie",
2289 "ie4up",
2290 "ie5up",
2291 "ie55up",
2292 "ie8",
2293 "trident",
2294 "dotnet"
2295 ],
2296 "minor" : ".0",
2297 "os" : "windows",
2298 "os_string" : "WinVista",
2299 "public_major" : "8",
2300 "public_minor" : ".0",
2301 "public_version" : 8,
2302 "version" : 8
2303 },
2304 "Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; + http://tab.search.daum.net/aboutWebSearch.html) Daumoa/3.0" : {
2305 "browser" : "ie",
2306 "browser_string" : "MSIE",
2307 "engine" : "ie",
2308 "engine_string" : "MSIE",
2309 "major" : "5",
2310 "match" : [
2311 "windows",
2312 "ie",
2313 "ie4up",
2314 "ie5",
2315 "ie5up",
2316 "robot"
2317 ],
2318 "minor" : ".0",
2319 "public_major" : "5",
2320 "public_minor" : ".0",
2321 "public_version" : 5,
2322 "robot" : "unknown",
2323 "robot_string" : "http://tab.search.daum.net/aboutWebSearch.html",
2324 "version" : 5
2325 },
2326 "Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/archive.org_bot)" : {
2327 "major" : "5",
2328 "match" : [
2329 "robot"
2330 ],
2331 "minor" : ".0",
2332 "public_major" : "5",
2333 "public_minor" : ".0",
2334 "public_version" : 5,
2335 "robot" : "unknown",
2336 "robot_string" : "archive.org_bot",
2337 "version" : 5
2338 },
2339 "Mozilla/5.0 (compatible; pmoz.info ODP link checker; +http://pmoz.info/doc/botinfo.htm)" : {
2340 "major" : "5",
2341 "match" : [
2342 "robot"
2343 ],
2344 "minor" : ".0",
2345 "public_major" : "5",
2346 "public_minor" : ".0",
2347 "public_version" : 5,
2348 "robot" : "unknown",
2349 "robot_string" : "pmoz.info ODP link checker",
2350 "version" : 5
2351 },
2352 "Mozilla/5.0 (iPad; CPU OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25" : {
2353 "beta" : ".25",
2354 "browser" : "safari",
2355 "browser_string" : "Safari",
2356 "device" : "ipad",
2357 "device_string" : "iPad",
2358 "engine" : "webkit",
2359 "engine_beta" : "",
2360 "engine_major" : "536",
2361 "engine_minor" : ".26",
2362 "engine_string" : "WebKit",
2363 "engine_version" : "536.26",
2364 "major" : 85,
2365 "match" : [
2366 "device",
2367 "ios",
2368 "ipad",
2369 "mobile",
2370 "tablet",
2371 "webkit",
2372 "safari"
2373 ],
2374 "minor" : ".36",
2375 "os" : "ios",
2376 "os_beta" : ".1",
2377 "os_major" : "6",
2378 "os_minor" : ".0",
2379 "os_string" : "iOS",
2380 "os_version" : "6.0",
2381 "public_major" : "6",
2382 "public_minor" : ".0",
2383 "public_version" : 6,
2384 "version" : 85.36
2385 },
2386 "Mozilla/5.0 (iPad; CPU OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53" : {
2387 "beta" : ".53",
2388 "browser" : "safari",
2389 "browser_string" : "Safari",
2390 "device" : "ipad",
2391 "device_string" : "iPad",
2392 "engine" : "webkit",
2393 "engine_beta" : ".1",
2394 "engine_major" : "537",
2395 "engine_minor" : ".51",
2396 "engine_string" : "WebKit",
2397 "engine_version" : "537.51",
2398 "major" : 95,
2399 "match" : [
2400 "device",
2401 "ios",
2402 "ipad",
2403 "mobile",
2404 "tablet",
2405 "webkit",
2406 "safari"
2407 ],
2408 "minor" : ".37",
2409 "os" : "ios",
2410 "os_beta" : ".3",
2411 "os_major" : "7",
2412 "os_minor" : ".0",
2413 "os_string" : "iOS",
2414 "os_version" : "7.0",
2415 "public_major" : "7",
2416 "public_minor" : ".0",
2417 "public_version" : 7,
2418 "version" : 95.37
2419 },
2420 "Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53" : {
2421 "beta" : ".53",
2422 "browser" : "safari",
2423 "browser_string" : "Safari",
2424 "device" : "ipad",
2425 "device_string" : "iPad",
2426 "engine" : "webkit",
2427 "engine_beta" : ".2",
2428 "engine_major" : "537",
2429 "engine_minor" : ".51",
2430 "engine_string" : "WebKit",
2431 "engine_version" : "537.51",
2432 "major" : 95,
2433 "match" : [
2434 "device",
2435 "ios",
2436 "ipad",
2437 "mobile",
2438 "tablet",
2439 "webkit",
2440 "safari"
2441 ],
2442 "minor" : ".37",
2443 "os" : "ios",
2444 "os_beta" : ".1",
2445 "os_major" : "7",
2446 "os_minor" : ".1",
2447 "os_string" : "iOS",
2448 "os_version" : "7.1",
2449 "public_major" : "7",
2450 "public_minor" : ".0",
2451 "public_version" : 7,
2452 "version" : 95.37
2453 },
2454 "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53" : {
2455 "beta" : ".53",
2456 "browser" : "safari",
2457 "browser_string" : "Safari",
2458 "device" : "ipad",
2459 "device_string" : "iPad",
2460 "engine" : "webkit",
2461 "engine_beta" : ".2",
2462 "engine_major" : "537",
2463 "engine_minor" : ".51",
2464 "engine_string" : "WebKit",
2465 "engine_version" : "537.51",
2466 "major" : 95,
2467 "match" : [
2468 "device",
2469 "ios",
2470 "ipad",
2471 "mobile",
2472 "tablet",
2473 "webkit",
2474 "safari"
2475 ],
2476 "minor" : ".37",
2477 "os" : "ios",
2478 "os_beta" : ".2",
2479 "os_major" : "7",
2480 "os_minor" : ".1",
2481 "os_string" : "iOS",
2482 "os_version" : "7.1",
2483 "public_major" : "7",
2484 "public_minor" : ".0",
2485 "public_version" : 7,
2486 "version" : 95.37
2487 },
2488 "Mozilla/5.0 (iPad; CPU OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A405 Safari/600.1.4" : {
2489 "beta" : ".1",
2490 "browser" : "safari",
2491 "browser_string" : "Safari",
2492 "device" : "ipad",
2493 "device_string" : "iPad",
2494 "engine" : "webkit",
2495 "engine_beta" : ".4",
2496 "engine_major" : "600",
2497 "engine_minor" : ".1",
2498 "engine_string" : "WebKit",
2499 "engine_version" : "600.1",
2500 "major" : 6,
2501 "match" : [
2502 "device",
2503 "ios",
2504 "ipad",
2505 "mobile",
2506 "tablet",
2507 "webkit",
2508 "safari"
2509 ],
2510 "minor" : ".0",
2511 "os" : "ios",
2512 "os_beta" : ".2",
2513 "os_major" : "8",
2514 "os_minor" : ".0",
2515 "os_string" : "iOS",
2516 "os_version" : "8.0",
2517 "public_major" : "8",
2518 "public_minor" : ".0",
2519 "public_version" : 8,
2520 "version" : 6
2521 },
2522 "Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4" : {
2523 "beta" : ".1",
2524 "browser" : "safari",
2525 "browser_string" : "Safari",
2526 "device" : "ipad",
2527 "device_string" : "iPad",
2528 "engine" : "webkit",
2529 "engine_beta" : ".4",
2530 "engine_major" : "600",
2531 "engine_minor" : ".1",
2532 "engine_string" : "WebKit",
2533 "engine_version" : "600.1",
2534 "major" : 6,
2535 "match" : [
2536 "device",
2537 "ios",
2538 "ipad",
2539 "mobile",
2540 "tablet",
2541 "webkit",
2542 "safari"
2543 ],
2544 "minor" : ".0",
2545 "os" : "ios",
2546 "os_beta" : "",
2547 "os_major" : "8",
2548 "os_minor" : ".1",
2549 "os_string" : "iOS",
2550 "os_version" : "8.1",
2551 "public_major" : "8",
2552 "public_minor" : ".0",
2553 "public_version" : 8,
2554 "version" : 6
2555 },
2556 "Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B435 Safari/600.1.4" : {
2557 "beta" : ".1",
2558 "browser" : "safari",
2559 "browser_string" : "Safari",
2560 "device" : "ipad",
2561 "device_string" : "iPad",
2562 "engine" : "webkit",
2563 "engine_beta" : ".4",
2564 "engine_major" : "600",
2565 "engine_minor" : ".1",
2566 "engine_string" : "WebKit",
2567 "engine_version" : "600.1",
2568 "major" : 6,
2569 "match" : [
2570 "device",
2571 "ios",
2572 "ipad",
2573 "mobile",
2574 "tablet",
2575 "webkit",
2576 "safari"
2577 ],
2578 "minor" : ".0",
2579 "os" : "ios",
2580 "os_beta" : ".1",
2581 "os_major" : "8",
2582 "os_minor" : ".1",
2583 "os_string" : "iOS",
2584 "os_version" : "8.1",
2585 "public_major" : "8",
2586 "public_minor" : ".0",
2587 "public_version" : 8,
2588 "version" : 6
2589 },
2590 "Mozilla/5.0 (iPad; CPU OS 8_1_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B440 Safari/600.1.4" : {
2591 "beta" : ".1",
2592 "browser" : "safari",
2593 "browser_string" : "Safari",
2594 "device" : "ipad",
2595 "device_string" : "iPad",
2596 "engine" : "webkit",
2597 "engine_beta" : ".4",
2598 "engine_major" : "600",
2599 "engine_minor" : ".1",
2600 "engine_string" : "WebKit",
2601 "engine_version" : "600.1",
2602 "major" : 6,
2603 "match" : [
2604 "device",
2605 "ios",
2606 "ipad",
2607 "mobile",
2608 "tablet",
2609 "webkit",
2610 "safari"
2611 ],
2612 "minor" : ".0",
2613 "os" : "ios",
2614 "os_beta" : ".2",
2615 "os_major" : "8",
2616 "os_minor" : ".1",
2617 "os_string" : "iOS",
2618 "os_version" : "8.1",
2619 "public_major" : "8",
2620 "public_minor" : ".0",
2621 "public_version" : 8,
2622 "version" : 6
2623 },
2624 "Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) CriOS/40.0.2214.69 Mobile/12B466 Safari/600.1.4" : {
2625 "browser" : "chrome",
2626 "browser_string" : "Chrome",
2627 "device" : "ipad",
2628 "device_string" : "iPad",
2629 "engine" : "webkit",
2630 "engine_beta" : ".4",
2631 "engine_major" : "600",
2632 "engine_minor" : ".1",
2633 "engine_string" : "WebKit",
2634 "engine_version" : "600.1",
2635 "match" : [
2636 "chrome",
2637 "device",
2638 "ios",
2639 "ipad",
2640 "mobile",
2641 "tablet",
2642 "webkit"
2643 ],
2644 "os" : "ios",
2645 "os_beta" : ".3",
2646 "os_major" : "8",
2647 "os_minor" : ".1",
2648 "os_string" : "iOS",
2649 "os_version" : "8.1",
2650 "public_major" : "40",
2651 "public_minor" : ".0",
2652 "public_beta" : ".2214.69"
2653 },
2654 "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30" : {
2655 "beta" : ".742.60",
2656 "browser" : "chrome",
2657 "browser_string" : "Chrome",
2658 "engine" : "webkit",
2659 "engine_beta" : "",
2660 "engine_major" : "534",
2661 "engine_minor" : ".30",
2662 "engine_string" : "WebKit",
2663 "engine_version" : "534.30",
2664 "language" : "EN",
2665 "major" : "12",
2666 "match" : [
2667 "unix",
2668 "linux",
2669 "chrome",
2670 "webkit",
2671 "x11"
2672 ],
2673 "minor" : ".0",
2674 "os" : "linux",
2675 "os_string" : "Linux",
2676 "public_beta" : ".742.60",
2677 "public_major" : "12",
2678 "public_minor" : ".0",
2679 "public_version" : 12,
2680 "version" : 12
2681 },
2682 "OMozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.6.9-2.el6 Firefox/3.6.9" : {
2683 "beta" : ".9",
2684 "browser" : "firefox",
2685 "browser_string" : "Firefox",
2686 "engine" : "gecko",
2687 "engine_beta" : ".2.9",
2688 "engine_major" : "1",
2689 "engine_minor" : ".9",
2690 "engine_string" : "Gecko",
2691 "engine_version" : "1.9",
2692 "language" : "EN",
2693 "major" : "3",
2694 "match" : [
2695 "unix",
2696 "linux",
2697 "firefox",
2698 "gecko",
2699 "x11"
2700 ],
2701 "minor" : ".6",
2702 "os" : "linux",
2703 "os_string" : "Linux",
2704 "public_beta" : ".9",
2705 "public_major" : "3",
2706 "public_minor" : ".6",
2707 "public_version" : 3.6,
2708 "version" : 3.6
2709 },
2710 "SafeSearch microdata crawler (https://safesearch.avira.com, safesearch-abuse@avira.com)" : {
2711 "major" : 0,
2712 "match" : [
2713 "robot"
2714 ],
2715 "minor" : ".0",
2716 "public_major" : 0,
2717 "public_minor" : ".0",
2718 "public_version" : 0,
2719 "robot" : "unknown",
2720 "robot_string" : "SafeSearch microdata crawler",
2721 "version" : 0
2722 },
2723 "ScreenerBot Crawler Beta 2.0 (+http://www.ScreenerBot.com)" : {
2724 "major" : 0,
2725 "match" : [
2726 "robot"
2727 ],
2728 "minor" : ".0",
2729 "public_major" : 0,
2730 "public_minor" : ".0",
2731 "public_version" : 0,
2732 "robot" : "unknown",
2733 "robot_string" : "ScreenerBot Crawler Beta 2.0",
2734 "version" : 0
2735 },
2736 "Wada.vn Vietnamese Search" : {
2737 "major" : 0,
2738 "match" : [
2739 "robot"
2740 ],
2741 "minor" : ".0",
2742 "public_major" : 0,
2743 "public_minor" : ".0",
2744 "public_version" : 0,
2745 "robot" : "unknown",
2746 "robot_string" : "Wada.vn Vietnamese Search",
2747 "version" : 0
2748 },
2749 "Xenu Link Sleuth/1.3.8" : {
2750 "beta" : ".8",
2751 "major" : "1",
2752 "match" : [
2753 "robot"
2754 ],
2755 "minor" : ".3",
2756 "public_beta" : ".8",
2757 "public_major" : "1",
2758 "public_minor" : ".3",
2759 "public_version" : 1.3,
2760 "robot" : "unknown",
2761 "robot_string" : "Xenu Link Sleuth/1.3.8",
2762 "version" : 1.3
2763 },
2764 "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16" : {
2765 "browser" : "chrome",
2766 "browser_beta" : ".648.204",
2767 "browser_major" : "10",
2768 "browser_minor" : ".0",
2769 "browser_string" : "Chrome",
2770 "country" : "US",
2771 "engine" : "webkit",
2772 "engine_beta" : "",
2773 "engine_major" : "534",
2774 "engine_minor" : ".16",
2775 "engine_string" : "WebKit",
2776 "language" : "EN",
2777 "match" : [
2778 "windows",
2779 "winnt",
2780 "win32",
2781 "win7",
2782 "chrome",
2783 "webkit"
2784 ],
2785 "os" : "windows",
2786 "os_string" : "Win7",
2787 "robot" : 0
2788 },
2789 "AccServer[admin-HDNVR]/5.2.2.24(27991) 64-bit HTTP-Agent" : {
2790 "browser_beta" : ".2.24(27991)",
2791 "browser_major" : "5",
2792 "browser_minor" : ".2",
2793 "match" : [
2794 "robot"
2795 ],
2796 "robot" : "unknown",
2797 "robot_name" : "64-bit HTTP-Agent"
2798 },
2799 "AdnormCrawler www.adnorm.com/crawler" : {
2800 "browser_major" : 0,
2801 "browser_minor" : ".0",
2802 "match" : [
2803 "robot"
2804 ],
2805 "robot" : "unknown",
2806 "robot_name" : "AdnormCrawler www.adnorm.com/crawler"
2807 },
2808 "AdsBot-Google (+http://www.google.com/adsbot.html)" : {
2809 "browser_major" : 0,
2810 "browser_minor" : ".0",
2811 "match" : [
2812 "robot",
2813 "googleadsbot",
2814 "google"
2815 ],
2816 "robot" : "googleadsbot",
2817 "robot_name" : "Google AdsBot"
2818 },
2819 "Apache-HttpClient/4.2.3 (java 1.5)" : {
2820 "browser_beta" : ".3",
2821 "browser_major" : "4",
2822 "browser_minor" : ".2",
2823 "match" : [
2824 "apache",
2825 "robot"
2826 ],
2827 "robot" : "apache",
2828 "robot_name" : "Apache http client"
2829 },
2830 "Apache-HttpClient/UNAVAILABLE (java 1.4)" : {
2831 "browser_major" : 0,
2832 "browser_minor" : ".0",
2833 "match" : [
2834 "apache",
2835 "robot"
2836 ],
2837 "robot" : "apache",
2838 "robot_name" : "Apache http client"
2839 },
2840 "Apple-PubSub/28" : {
2841 "browser_major" : 0,
2842 "browser_minor" : ".0",
2843 "match" : [],
2844 "robot" : 0
2845 },
2846 "BLABLUBB" : {
2847 "browser_major" : 0,
2848 "browser_minor" : ".0",
2849 "match" : [],
2850 "robot" : 0
2851 },
2852 "BUbiNG (+http://law.di.unimi.it/BUbiNG.html)" : {
2853 "browser_major" : 0,
2854 "browser_minor" : ".0",
2855 "match" : [
2856 "robot"
2857 ],
2858 "robot" : "unknown",
2859 "robot_name" : "BUbiNG"
2860 },
2861 "Baiduspider-image+(+http://www.baidu.com/search/spider.htm)\\\\nReferer: http://image.baidu.com/i?ct=503316480&z=0&tn=baiduimagedetail" : {
2862 "browser_major" : 0,
2863 "browser_minor" : ".0",
2864 "match" : [
2865 "robot",
2866 "baidu"
2867 ],
2868 "robot" : "baidu",
2869 "robot_name" : "Baidu Spider"
2870 },
2871 "BingLocalSearchBot/1.0" : {
2872 "browser_major" : "1",
2873 "browser_minor" : ".0",
2874 "match" : [
2875 "robot"
2876 ],
2877 "robot" : "unknown",
2878 "robot_name" : "BingLocalSearchBot/1.0"
2879 },
2880 "BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent" : {
2881 "browser" : "blackberry",
2882 "browser_beta" : ".0.167",
2883 "browser_major" : "4",
2884 "browser_minor" : ".6",
2885 "browser_string" : "BlackBerry",
2886 "device" : "blackberry",
2887 "device_string" : "BlackBerry 9000",
2888 "match" : [
2889 "device",
2890 "blackberry",
2891 "mobile",
2892 "robot"
2893 ],
2894 "robot" : "unknown",
2895 "robot_name" : "BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent"
2896 },
2897 "CCBot/2.0 (http://commoncrawl.org/faq/)" : {
2898 "browser_major" : "2",
2899 "browser_minor" : ".0",
2900 "match" : [
2901 "robot"
2902 ],
2903 "robot" : "unknown",
2904 "robot_name" : "CCBot/2.0"
2905 },
2906 "COMODO SSL Checker" : {
2907 "browser_major" : 0,
2908 "browser_minor" : ".0",
2909 "match" : [
2910 "robot"
2911 ],
2912 "robot" : "unknown",
2913 "robot_name" : "COMODO SSL Checker"
2914 },
2915 "CRAZYWEBCRAWLER 0.9.2, http://www.crazywebcrawler.com" : {
2916 "browser_major" : 0,
2917 "browser_minor" : ".0",
2918 "match" : [
2919 "robot",
2920 "webcrawler"
2921 ],
2922 "robot" : "webcrawler",
2923 "robot_name" : "WebCrawler"
2924 },
2925 "CatchBot/2.0; +http://www.catchbot.com" : {
2926 "browser_beta" : ";",
2927 "browser_major" : "2",
2928 "browser_minor" : ".0",
2929 "match" : [
2930 "robot"
2931 ],
2932 "robot" : "unknown",
2933 "robot_name" : "CatchBot/2.0"
2934 },
2935 "Crowsnest/0.5 (+http://www.crowsnest.tv/)" : {
2936 "browser_major" : 0,
2937 "browser_minor" : ".5",
2938 "match" : [
2939 "robot"
2940 ],
2941 "robot" : "unknown",
2942 "robot_name" : "Crowsnest/0.5"
2943 },
2944 "Dalvik/1.6.0 (Linux; U; Android 4.4.2; LGMS395 Build/KOT49I.MS39510d)" : {
2945 "browser" : "dalvik",
2946 "browser_beta" : ".0",
2947 "browser_major" : "1",
2948 "browser_minor" : ".6",
2949 "browser_string" : "Dalvik",
2950 "device" : "android",
2951 "device_string" : "Android (LGMS395)",
2952 "match" : [
2953 "device",
2954 "android",
2955 "mobile",
2956 "dalvik",
2957 "lib"
2958 ],
2959 "os" : "android",
2960 "os_beta" : ".2",
2961 "os_major" : "4",
2962 "os_minor" : ".4",
2963 "os_string" : "Android",
2964 "robot" : 0
2965 },
2966 "Dalvik/1.6.0 (Linux; U; Android 4.4.4; SAMSUNG-SM-G900A Build/KTU84P)" : {
2967 "browser" : "dalvik",
2968 "browser_beta" : ".0",
2969 "browser_major" : "1",
2970 "browser_minor" : ".6",
2971 "browser_string" : "Dalvik",
2972 "device" : "android",
2973 "device_string" : "Android (SAMSUNG-SM-G900A)",
2974 "match" : [
2975 "device",
2976 "android",
2977 "mobile",
2978 "dalvik",
2979 "lib"
2980 ],
2981 "os" : "android",
2982 "os_beta" : ".4",
2983 "os_major" : "4",
2984 "os_minor" : ".4",
2985 "os_string" : "Android",
2986 "robot" : 0
2987 },
2988 "DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)" : {
2989 "browser_major" : "2",
2990 "browser_minor" : ".1",
2991 "match" : [
2992 "mobile",
2993 "robot",
2994 "googlemobile",
2995 "google"
2996 ],
2997 "robot" : "googlemobile",
2998 "robot_name" : "Googlebot Mobile"
2999 },
3000 "Ec2-TEST/1.1 (http://amazon-ec2.com; test@amazon-ec2.com)" : {
3001 "browser_major" : "1",
3002 "browser_minor" : ".1",
3003 "match" : [],
3004 "robot" : 0
3005 },
3006 "EventMachine HttpClient" : {
3007 "browser_major" : 0,
3008 "browser_minor" : ".0",
3009 "match" : [],
3010 "robot" : 0
3011 },
3012 "FAST-WebCrawler/3.8" : {
3013 "browser_major" : "3",
3014 "browser_minor" : ".8",
3015 "match" : [
3016 "robot",
3017 "webcrawler"
3018 ],
3019 "robot" : "webcrawler",
3020 "robot_name" : "WebCrawler"
3021 },
3022 "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 1 subscribers; feed-id=331724573339007561)" : {
3023 "browser_major" : 0,
3024 "browser_minor" : ".0",
3025 "match" : [
3026 "robot"
3027 ],
3028 "robot" : "unknown",
3029 "robot_name" : "Feedfetcher-Google"
3030 },
3031 "Foo" : {
3032 "browser_major" : 0,
3033 "browser_minor" : ".0",
3034 "match" : [],
3035 "robot" : 0
3036 },
3037 "Go 1.1 package http" : {
3038 "browser_major" : 0,
3039 "browser_minor" : ".0",
3040 "match" : [
3041 "robot",
3042 "lib",
3043 "golib"
3044 ],
3045 "robot" : "golib",
3046 "robot_name" : "Go language http library"
3047 },
3048 "Google-HTTP-Java-Client/1.17.0-rc (gzip)" : {
3049 "browser_beta" : ".0-rc",
3050 "browser_major" : "1",
3051 "browser_minor" : ".17",
3052 "match" : [
3053 "robot",
3054 "java",
3055 "lib"
3056 ],
3057 "robot" : "java",
3058 "robot_name" : "Java"
3059 },
3060 "Google_Analytics_Snippet_Validator" : {
3061 "browser_major" : 0,
3062 "browser_minor" : ".0",
3063 "match" : [
3064 "robot"
3065 ],
3066 "robot" : "unknown",
3067 "robot_name" : "Google_Analytics_Snippet_Validator"
3068 },
3069 "Googlebot-Image/1.0" : {
3070 "browser_major" : "1",
3071 "browser_minor" : ".0",
3072 "match" : [
3073 "robot",
3074 "googlebotimage",
3075 "google"
3076 ],
3077 "robot" : "googlebotimage",
3078 "robot_name" : "Googlebot Images"
3079 },
3080 "Googlebot/2.1 (+http://www.googlebawt.com/bot.html)" : {
3081 "browser_major" : "2",
3082 "browser_minor" : ".1",
3083 "match" : [
3084 "robot",
3085 "google"
3086 ],
3087 "robot" : "google",
3088 "robot_name" : "Googlebot"
3089 },
3090 "IE8 on Windows Vista" : {
3091 "browser_major" : 0,
3092 "browser_minor" : ".0",
3093 "match" : [
3094 "windows"
3095 ],
3096 "robot" : 0
3097 },
3098 "ImageSearcherPro/2.2.2 CFNetwork/711.2.23 Darwin/14.0.0" : {
3099 "browser_beta" : ".2",
3100 "browser_major" : "2",
3101 "browser_minor" : ".2",
3102 "match" : [
3103 "robot"
3104 ],
3105 "robot" : "unknown",
3106 "robot_name" : "ImageSearcherPro/2.2.2 CFNetwork/711.2.23 Darwin/14.0.0"
3107 },
3108 "InAGist URL Resolver (http://inagist.com)" : {
3109 "browser_major" : 0,
3110 "browser_minor" : ".0",
3111 "match" : [
3112 "robot"
3113 ],
3114 "robot" : "unknown",
3115 "robot_name" : "InAGist URL Resolver"
3116 },
3117 "Java/1.6.0_04" : {
3118 "browser_beta" : ".0_04",
3119 "browser_major" : "1",
3120 "browser_minor" : ".6",
3121 "match" : [
3122 "robot",
3123 "java",
3124 "lib"
3125 ],
3126 "robot" : "java",
3127 "robot_name" : "Java"
3128 },
3129 "Java/1.6.0_65" : {
3130 "browser_beta" : ".0_65",
3131 "browser_major" : "1",
3132 "browser_minor" : ".6",
3133 "match" : [
3134 "robot",
3135 "java",
3136 "lib"
3137 ],
3138 "robot" : "java",
3139 "robot_name" : "Java"
3140 },
3141 "Java/1.7.0_51" : {
3142 "browser_beta" : ".0_51",
3143 "browser_major" : "1",
3144 "browser_minor" : ".7",
3145 "match" : [
3146 "robot",
3147 "java",
3148 "lib"
3149 ],
3150 "robot" : "java",
3151 "robot_name" : "Java"
3152 },
3153 "Java/1.7.0_60-ea" : {
3154 "browser_beta" : ".0_60-ea",
3155 "browser_major" : "1",
3156 "browser_minor" : ".7",
3157 "match" : [
3158 "robot",
3159 "java",
3160 "lib"
3161 ],
3162 "robot" : "java",
3163 "robot_name" : "Java"
3164 },
3165 "Java/1.7.0_71" : {
3166 "browser_beta" : ".0_71",
3167 "browser_major" : "1",
3168 "browser_minor" : ".7",
3169 "match" : [
3170 "robot",
3171 "java",
3172 "lib"
3173 ],
3174 "robot" : "java",
3175 "robot_name" : "Java"
3176 },
3177 "Java/1.7.0_75" : {
3178 "browser_beta" : ".0_75",
3179 "browser_major" : "1",
3180 "browser_minor" : ".7",
3181 "match" : [
3182 "robot",
3183 "java",
3184 "lib"
3185 ],
3186 "robot" : "java",
3187 "robot_name" : "Java"
3188 },
3189 "LWP::Simple/6.00 libwww-perl/6.08" : {
3190 "browser_major" : "6",
3191 "browser_minor" : ".00",
3192 "match" : [
3193 "robot",
3194 "lwp",
3195 "lib"
3196 ],
3197 "robot" : "lwp",
3198 "robot_name" : "LWP::UserAgent"
3199 },
3200 "LumiBot 2.0" : {
3201 "browser_major" : 0,
3202 "browser_minor" : ".0",
3203 "match" : [
3204 "robot"
3205 ],
3206 "robot" : "unknown",
3207 "robot_name" : "LumiBot 2.0"
3208 },
3209 "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.6" : {
3210 "browser" : "lynx",
3211 "browser_beta" : ".4rel.1",
3212 "browser_major" : "2",
3213 "browser_minor" : ".8",
3214 "browser_string" : "Lynx",
3215 "match" : [
3216 "lynx"
3217 ],
3218 "robot" : 0
3219 },
3220 "Mechanize/2.7.2 Ruby/2.0.0p481 (http://github.com/sparklemotion/mechanize/)" : {
3221 "browser_beta" : ".2",
3222 "browser_major" : "2",
3223 "browser_minor" : ".7",
3224 "match" : [
3225 "robot",
3226 "lib",
3227 "rubylib"
3228 ],
3229 "robot" : "rubylib",
3230 "robot_name" : "Ruby http library"
3231 },
3232 "Mechanize/2.7.2 Ruby/2.1.3p242 (http://github.com/sparklemotion/mechanize/)" : {
3233 "browser_beta" : ".2",
3234 "browser_major" : "2",
3235 "browser_minor" : ".7",
3236 "match" : [
3237 "robot",
3238 "lib",
3239 "rubylib"
3240 ],
3241 "robot" : "rubylib",
3242 "robot_name" : "Ruby http library"
3243 },
3244 "Microsoft-WebDAV-MiniRedir/5.1.2600" : {
3245 "browser_beta" : ".2600",
3246 "browser_major" : "5",
3247 "browser_minor" : ".1",
3248 "match" : [],
3249 "robot" : 0
3250 },
3251 "MixBot (+http://t.co/GSRLLKex24)" : {
3252 "browser_major" : 0,
3253 "browser_minor" : ".0",
3254 "match" : [
3255 "robot"
3256 ],
3257 "robot" : "unknown",
3258 "robot_name" : "MixBot"
3259 },
3260 "MobileSafari/600.1.4 CFNetwork/711.1.16 Darwin/14.0.0" : {
3261 "browser" : "safari",
3262 "browser_major" : "2",
3263 "browser_minor" : ".0",
3264 "browser_string" : "Mobile Safari",
3265 "match" : [
3266 "safari",
3267 "mobile_safari"
3268 ],
3269 "robot" : 0
3270 },
3271 "MobileSafari/9537.53 CFNetwork/672.1.15 Darwin/14.0.0" : {
3272 "browser" : "safari",
3273 "browser_major" : "2",
3274 "browser_minor" : ".0",
3275 "browser_string" : "Mobile Safari",
3276 "match" : [
3277 "safari",
3278 "mobile_safari"
3279 ],
3280 "robot" : 0
3281 },
3282 "Morfeus Fucking Scanner" : {
3283 "browser_major" : 0,
3284 "browser_minor" : ".0",
3285 "match" : [
3286 "robot"
3287 ],
3288 "robot" : "unknown",
3289 "robot_name" : "Morfeus Fucking Scanner"
3290 },
3291 "Mozilla/0.6 Beta (Windows)" : {
3292 "browser" : "netscape",
3293 "browser_major" : 0,
3294 "browser_minor" : ".6",
3295 "browser_string" : "Netscape",
3296 "match" : [
3297 "windows",
3298 "netscape"
3299 ],
3300 "robot" : 0
3301 },
3302 "Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)" : {
3303 "browser" : "ie",
3304 "browser_major" : "2",
3305 "browser_minor" : ".0",
3306 "browser_string" : "MSIE",
3307 "engine" : "ie",
3308 "engine_string" : "MSIE",
3309 "match" : [
3310 "windows",
3311 "win95",
3312 "win32",
3313 "ie"
3314 ],
3315 "os" : "windows",
3316 "os_string" : "Win95",
3317 "robot" : 0
3318 },
3319 "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)" : {
3320 "browser" : "ie",
3321 "browser_beta" : "d",
3322 "browser_major" : "2",
3323 "browser_minor" : ".0",
3324 "browser_string" : "MSIE",
3325 "engine" : "ie",
3326 "engine_string" : "MSIE",
3327 "match" : [
3328 "windows",
3329 "winnt",
3330 "win32",
3331 "ie"
3332 ],
3333 "os" : "windows",
3334 "os_string" : "WinNT",
3335 "robot" : 0
3336 },
3337 "Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)" : {
3338 "browser" : "ie",
3339 "browser_major" : "3",
3340 "browser_minor" : ".02",
3341 "browser_string" : "MSIE",
3342 "engine" : "ie",
3343 "engine_string" : "MSIE",
3344 "match" : [
3345 "windows",
3346 "wince",
3347 "mobile",
3348 "ie",
3349 "ie3"
3350 ],
3351 "os" : "windows",
3352 "os_string" : "WinCE",
3353 "robot" : 0
3354 },
3355 "Mozilla/2.0 (compatible; crw)" : {
3356 "browser_major" : "2",
3357 "browser_minor" : ".0",
3358 "match" : [],
3359 "robot" : 0
3360 },
3361 "Mozilla/3.0 (compatible; WebCapture 2.0; Auto; Windows)" : {
3362 "browser_major" : "2",
3363 "browser_minor" : ".0",
3364 "match" : [
3365 "windows",
3366 "robot"
3367 ],
3368 "robot" : "unknown",
3369 "robot_name" : "WebCapture 2.0"
3370 },
3371 "Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)" : {
3372 "browser" : "netscape",
3373 "browser_major" : "3",
3374 "browser_minor" : ".0",
3375 "browser_string" : "Netscape",
3376 "language" : "EN",
3377 "match" : [
3378 "windows",
3379 "winnt",
3380 "win32",
3381 "winxp",
3382 "netscape",
3383 "nav3"
3384 ],
3385 "os" : "windows",
3386 "os_string" : "WinXP",
3387 "robot" : 0
3388 },
3389 "Mozilla/4.0" : {
3390 "browser" : "netscape",
3391 "browser_major" : "4",
3392 "browser_minor" : ".0",
3393 "browser_string" : "Netscape",
3394 "match" : [
3395 "netscape",
3396 "nav4",
3397 "nav4up"
3398 ],
3399 "robot" : 0
3400 },
3401 "Mozilla/4.0 (CMS Crawler: http://www.cmscrawler.com)" : {
3402 "browser" : "netscape",
3403 "browser_major" : "4",
3404 "browser_minor" : ".0",
3405 "browser_string" : "Netscape",
3406 "match" : [
3407 "netscape",
3408 "nav4",
3409 "nav4up",
3410 "robot"
3411 ],
3412 "robot" : "unknown",
3413 "robot_name" : "CMS Crawler: http://www.cmscrawler.com"
3414 },
3415 "Mozilla/4.0 (compatible; Blog Search;)" : {
3416 "browser_major" : "4",
3417 "browser_minor" : ".0",
3418 "match" : [
3419 "robot"
3420 ],
3421 "robot" : "unknown",
3422 "robot_name" : "Blog Search"
3423 },
3424 "Mozilla/4.0 (compatible; GoogleToolbar 7.0.1710.2246; Windows 6.1; MSIE 9.0.8112.16421)" : {
3425 "browser" : "ie",
3426 "browser_beta" : ".1710.2246",
3427 "browser_major" : "7",
3428 "browser_minor" : ".0",
3429 "browser_string" : "MSIE",
3430 "engine" : "ie",
3431 "engine_string" : "MSIE",
3432 "match" : [
3433 "windows",
3434 "ie",
3435 "ie4up",
3436 "ie5up",
3437 "ie55up",
3438 "ie7"
3439 ],
3440 "robot" : 0
3441 },
3442 "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)" : {
3443 "browser" : "ie",
3444 "browser_major" : "4",
3445 "browser_minor" : ".01",
3446 "browser_string" : "MSIE",
3447 "engine" : "ie",
3448 "engine_string" : "MSIE",
3449 "match" : [
3450 "windows",
3451 "winnt",
3452 "win32",
3453 "ie",
3454 "ie4",
3455 "ie4up"
3456 ],
3457 "os" : "windows",
3458 "os_string" : "WinNT",
3459 "robot" : 0
3460 },
3461 "Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)" : {
3462 "browser" : "ie",
3463 "browser_major" : "5",
3464 "browser_minor" : ".01",
3465 "browser_string" : "MSIE",
3466 "engine" : "ie",
3467 "engine_string" : "MSIE",
3468 "match" : [
3469 "windows",
3470 "win95",
3471 "win32",
3472 "ie",
3473 "ie4up",
3474 "ie5",
3475 "ie5up",
3476 "robot"
3477 ],
3478 "os" : "windows",
3479 "os_string" : "Win95",
3480 "robot" : "unknown",
3481 "robot_name" : "MSIECrawler"
3482 },
3483 "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; MRA 3.0 (build 00614))" : {
3484 "browser" : "ie",
3485 "browser_major" : "5",
3486 "browser_minor" : ".01",
3487 "browser_string" : "MSIE",
3488 "engine" : "ie",
3489 "engine_string" : "MSIE",
3490 "match" : [
3491 "windows",
3492 "winnt",
3493 "win32",
3494 "win2k",
3495 "ie",
3496 "ie4up",
3497 "ie5",
3498 "ie5up"
3499 ],
3500 "os" : "windows",
3501 "os_string" : "Win2k",
3502 "robot" : 0
3503 },
3504 "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]" : {
3505 "browser" : "opera",
3506 "browser_major" : "6",
3507 "browser_minor" : ".0",
3508 "browser_string" : "Opera",
3509 "language" : "EN",
3510 "match" : [
3511 "win2k",
3512 "win32",
3513 "windows",
3514 "winnt",
3515 "opera",
3516 "opera6"
3517 ],
3518 "robot" : 0
3519 },
3520 "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01 [en]" : {
3521 "browser" : "opera",
3522 "browser_major" : "6",
3523 "browser_minor" : ".01",
3524 "browser_string" : "Opera",
3525 "language" : "EN",
3526 "match" : [
3527 "windows",
3528 "win95",
3529 "win32",
3530 "opera",
3531 "opera6"
3532 ],
3533 "os" : "windows",
3534 "os_string" : "Win95",
3535 "robot" : 0
3536 },
3537 "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)" : {
3538 "browser" : "ie",
3539 "browser_major" : "5",
3540 "browser_minor" : ".0",
3541 "browser_string" : "MSIE",
3542 "engine" : "ie",
3543 "engine_string" : "MSIE",
3544 "match" : [
3545 "windows",
3546 "winnt",
3547 "win32",
3548 "ie",
3549 "ie4up",
3550 "ie5",
3551 "ie5up"
3552 ],
3553 "os" : "windows",
3554 "os_string" : "WinNT",
3555 "robot" : 0
3556 },
3557 "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)" : {
3558 "browser" : "ie",
3559 "browser_major" : "5",
3560 "browser_minor" : ".5",
3561 "browser_string" : "MSIE",
3562 "engine" : "ie",
3563 "engine_string" : "MSIE",
3564 "match" : [
3565 "windows",
3566 "win95",
3567 "win32",
3568 "ie",
3569 "ie4up",
3570 "ie5",
3571 "ie5up",
3572 "ie55",
3573 "ie55up"
3574 ],
3575 "os" : "windows",
3576 "os_string" : "Win95",
3577 "robot" : 0
3578 },
3579 "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; .NET CLR 1.0.2914)" : {
3580 "browser" : "ie",
3581 "browser_major" : "5",
3582 "browser_minor" : ".5",
3583 "browser_string" : "MSIE",
3584 "engine" : "ie",
3585 "engine_string" : "MSIE",
3586 "match" : [
3587 "windows",
3588 "winnt",
3589 "win32",
3590 "ie",
3591 "ie4up",
3592 "ie5",
3593 "ie5up",
3594 "ie55",
3595 "ie55up",
3596 "dotnet"
3597 ],
3598 "os" : "windows",
3599 "os_string" : "WinNT",
3600 "robot" : 0
3601 },
3602 "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)" : {
3603 "browser" : "ie",
3604 "browser_major" : "6",
3605 "browser_minor" : ".0",
3606 "browser_string" : "AOL Browser",
3607 "engine" : "ie",
3608 "engine_string" : "MSIE",
3609 "match" : [
3610 "windows",
3611 "winnt",
3612 "win32",
3613 "winxp",
3614 "ie",
3615 "aol",
3616 "ie4up",
3617 "ie5up",
3618 "ie55up",
3619 "ie6"
3620 ],
3621 "os" : "windows",
3622 "os_string" : "WinXP",
3623 "robot" : 0
3624 },
3625 "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)" : {
3626 "browser" : "ie",
3627 "browser_major" : "6",
3628 "browser_minor" : ".0",
3629 "browser_string" : "AOL Browser",
3630 "engine" : "ie",
3631 "engine_string" : "MSIE",
3632 "match" : [
3633 "windows",
3634 "winnt",
3635 "win32",
3636 "winxp",
3637 "ie",
3638 "aol",
3639 "ie4up",
3640 "ie5up",
3641 "ie55up",
3642 "ie6",
3643 "dotnet"
3644 ],
3645 "os" : "windows",
3646 "os_string" : "WinXP",
3647 "robot" : 0
3648 },
3649 "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]" : {
3650 "browser" : "opera",
3651 "browser_major" : "7",
3652 "browser_minor" : ".02",
3653 "browser_string" : "Opera",
3654 "language" : "EN",
3655 "match" : [
3656 "windows",
3657 "winnt",
3658 "win32",
3659 "win2k",
3660 "opera",
3661 "opera7"
3662 ],
3663 "os" : "windows",
3664 "os_string" : "Win2k",
3665 "robot" : 0
3666 },
3667 "Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)" : {
3668 "browser" : "ie",
3669 "browser_major" : "6",
3670 "browser_minor" : ".0",
3671 "browser_string" : "AOL Browser",
3672 "engine" : "ie",
3673 "engine_string" : "MSIE",
3674 "match" : [
3675 "windows",
3676 "win98",
3677 "win32",
3678 "ie",
3679 "aol",
3680 "ie4up",
3681 "ie5up",
3682 "ie55up",
3683 "ie6",
3684 "aol6"
3685 ],
3686 "os" : "windows",
3687 "os_string" : "Win98",
3688 "robot" : 0
3689 },
3690 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)" : {
3691 "browser" : "ie",
3692 "browser_major" : "6",
3693 "browser_minor" : ".0",
3694 "browser_string" : "MSIE",
3695 "engine" : "ie",
3696 "engine_string" : "MSIE",
3697 "match" : [
3698 "windows",
3699 "winme",
3700 "win32",
3701 "ie",
3702 "ie4up",
3703 "ie5up",
3704 "ie55up",
3705 "ie6"
3706 ],
3707 "os" : "windows",
3708 "os_string" : "WinME",
3709 "robot" : 0
3710 },
3711 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; H010818; AT&T CSM6.0)" : {
3712 "browser" : "ie",
3713 "browser_major" : "6",
3714 "browser_minor" : ".0",
3715 "browser_string" : "MSIE",
3716 "engine" : "ie",
3717 "engine_string" : "MSIE",
3718 "match" : [
3719 "windows",
3720 "winme",
3721 "win32",
3722 "ie",
3723 "ie4up",
3724 "ie5up",
3725 "ie55up",
3726 "ie6"
3727 ],
3728 "os" : "windows",
3729 "os_string" : "WinME",
3730 "robot" : 0
3731 },
3732 "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; MRA 4.1 (build 00975))" : {
3733 "browser" : "ie",
3734 "browser_major" : "6",
3735 "browser_minor" : ".0",
3736 "browser_string" : "MSIE",
3737 "engine" : "ie",
3738 "engine_string" : "MSIE",
3739 "match" : [
3740 "windows",
3741 "winme",
3742 "win32",
3743 "ie",
3744 "ie4up",
3745 "ie5up",
3746 "ie55up",
3747 "ie6"
3748 ],
3749 "os" : "windows",
3750 "os_string" : "WinME",
3751 "robot" : 0
3752 },
3753 "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]" : {
3754 "browser" : "opera",
3755 "browser_major" : "7",
3756 "browser_minor" : ".11",
3757 "browser_string" : "Opera",
3758 "language" : "EN",
3759 "match" : [
3760 "win32",
3761 "windows",
3762 "winme",
3763 "opera",
3764 "opera7"
3765 ],
3766 "robot" : 0
3767 },
3768 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)" : {
3769 "browser" : "ie",
3770 "browser_major" : "6",
3771 "browser_minor" : ".0",
3772 "browser_string" : "MSIE",
3773 "engine" : "ie",
3774 "engine_string" : "MSIE",
3775 "match" : [
3776 "windows",
3777 "winnt",
3778 "win32",
3779 "win2k",
3780 "ie",
3781 "ie4up",
3782 "ie5up",
3783 "ie55up",
3784 "ie6"
3785 ],
3786 "os" : "windows",
3787 "os_string" : "Win2k",
3788 "robot" : 0
3789 },
3790 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MRA 4.0 (build 00768))" : {
3791 "browser" : "ie",
3792 "browser_major" : "6",
3793 "browser_minor" : ".0",
3794 "browser_string" : "MSIE",
3795 "engine" : "ie",
3796 "engine_string" : "MSIE",
3797 "match" : [
3798 "windows",
3799 "winnt",
3800 "win32",
3801 "win2k",
3802 "ie",
3803 "ie4up",
3804 "ie5up",
3805 "ie55up",
3806 "ie6"
3807 ],
3808 "os" : "windows",
3809 "os_string" : "Win2k",
3810 "robot" : 0
3811 },
3812 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)" : {
3813 "browser" : "ie",
3814 "browser_major" : "6",
3815 "browser_minor" : ".0",
3816 "browser_string" : "MSIE",
3817 "engine" : "ie",
3818 "engine_string" : "MSIE",
3819 "match" : [
3820 "windows",
3821 "winnt",
3822 "win32",
3823 "win2k",
3824 "ie",
3825 "ie4up",
3826 "ie5up",
3827 "ie55up",
3828 "ie6"
3829 ],
3830 "os" : "windows",
3831 "os_string" : "Win2k",
3832 "robot" : 0
3833 },
3834 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) AdsFilter/1.0.0.15" : {
3835 "browser" : "ie",
3836 "browser_major" : "6",
3837 "browser_minor" : ".0",
3838 "browser_string" : "MSIE",
3839 "engine" : "ie",
3840 "engine_string" : "MSIE",
3841 "match" : [
3842 "windows",
3843 "winnt",
3844 "win32",
3845 "winxp",
3846 "ie",
3847 "ie4up",
3848 "ie5up",
3849 "ie55up",
3850 "ie6"
3851 ],
3852 "os" : "windows",
3853 "os_string" : "WinXP",
3854 "robot" : 0
3855 },
3856 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]" : {
3857 "browser" : "opera",
3858 "browser_major" : "7",
3859 "browser_minor" : ".54",
3860 "browser_string" : "Opera",
3861 "language" : "EN",
3862 "match" : [
3863 "windows",
3864 "winnt",
3865 "win32",
3866 "winxp",
3867 "opera",
3868 "opera7"
3869 ],
3870 "os" : "windows",
3871 "os_string" : "WinXP",
3872 "robot" : 0
3873 },
3874 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)" : {
3875 "browser" : "ie",
3876 "browser_major" : "6",
3877 "browser_minor" : ".0",
3878 "browser_string" : "MSIE",
3879 "engine" : "ie",
3880 "engine_string" : "MSIE",
3881 "match" : [
3882 "windows",
3883 "winnt",
3884 "win32",
3885 "winxp",
3886 "ie",
3887 "ie4up",
3888 "ie5up",
3889 "ie55up",
3890 "ie6",
3891 "dotnet"
3892 ],
3893 "os" : "windows",
3894 "os_string" : "WinXP",
3895 "robot" : 0
3896 },
3897 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avast Browser [avastye.com]; .NET CLR 1.1.4322)" : {
3898 "browser" : "ie",
3899 "browser_major" : "6",
3900 "browser_minor" : ".0",
3901 "browser_string" : "MSIE",
3902 "engine" : "ie",
3903 "engine_string" : "MSIE",
3904 "match" : [
3905 "windows",
3906 "winnt",
3907 "win32",
3908 "winxp",
3909 "ie",
3910 "ie4up",
3911 "ie5up",
3912 "ie55up",
3913 "ie6",
3914 "dotnet"
3915 ],
3916 "os" : "windows",
3917 "os_string" : "WinXP",
3918 "robot" : 0
3919 },
3920 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)" : {
3921 "browser" : "ie",
3922 "browser_major" : "6",
3923 "browser_minor" : ".0",
3924 "browser_string" : "MSIE",
3925 "engine" : "ie",
3926 "engine_string" : "MSIE",
3927 "match" : [
3928 "windows",
3929 "winnt",
3930 "win32",
3931 "winxp",
3932 "ie",
3933 "ie4up",
3934 "ie5up",
3935 "ie55up",
3936 "ie6"
3937 ],
3938 "os" : "windows",
3939 "os_string" : "WinXP",
3940 "robot" : 0
3941 },
3942 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Deepnet Explorer 1.5.0; .NET CLR 1.0.3705)" : {
3943 "browser" : "ie",
3944 "browser_major" : "6",
3945 "browser_minor" : ".0",
3946 "browser_string" : "MSIE",
3947 "engine" : "ie",
3948 "engine_string" : "MSIE",
3949 "match" : [
3950 "windows",
3951 "winnt",
3952 "win32",
3953 "winxp",
3954 "ie",
3955 "ie4up",
3956 "ie5up",
3957 "ie55up",
3958 "ie6",
3959 "dotnet"
3960 ],
3961 "os" : "windows",
3962 "os_string" : "WinXP",
3963 "robot" : 0
3964 },
3965 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)" : {
3966 "browser" : "ie",
3967 "browser_major" : "6",
3968 "browser_minor" : ".0",
3969 "browser_string" : "MSIE",
3970 "engine" : "ie",
3971 "engine_string" : "MSIE",
3972 "match" : [
3973 "windows",
3974 "winnt",
3975 "win32",
3976 "winxp",
3977 "ie",
3978 "ie4up",
3979 "ie5up",
3980 "ie55up",
3981 "ie6",
3982 "dotnet"
3983 ],
3984 "os" : "windows",
3985 "os_string" : "WinXP",
3986 "robot" : 0
3987 },
3988 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FunWebProducts-MyWay; (R1 1.3); .NET CLR 1.1.4322)" : {
3989 "browser" : "ie",
3990 "browser_major" : "6",
3991 "browser_minor" : ".0",
3992 "browser_string" : "MSIE",
3993 "engine" : "ie",
3994 "engine_string" : "MSIE",
3995 "match" : [
3996 "windows",
3997 "winnt",
3998 "win32",
3999 "winxp",
4000 "ie",
4001 "realplayer",
4002 "ie4up",
4003 "ie5up",
4004 "ie55up",
4005 "ie6",
4006 "dotnet"
4007 ],
4008 "os" : "windows",
4009 "os_string" : "WinXP",
4010 "robot" : 0
4011 },
4012 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)" : {
4013 "browser" : "ie",
4014 "browser_major" : "6",
4015 "browser_minor" : ".0",
4016 "browser_string" : "MSIE",
4017 "engine" : "ie",
4018 "engine_string" : "MSIE",
4019 "match" : [
4020 "windows",
4021 "winnt",
4022 "win32",
4023 "winxp",
4024 "ie",
4025 "ie4up",
4026 "ie5up",
4027 "ie55up",
4028 "ie6"
4029 ],
4030 "os" : "windows",
4031 "os_string" : "WinXP",
4032 "robot" : 0
4033 },
4034 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)" : {
4035 "browser" : "ie",
4036 "browser_major" : "6",
4037 "browser_minor" : ".0",
4038 "browser_string" : "MSIE",
4039 "engine" : "ie",
4040 "engine_string" : "MSIE",
4041 "match" : [
4042 "windows",
4043 "winnt",
4044 "win32",
4045 "winxp",
4046 "ie",
4047 "ie4up",
4048 "ie5up",
4049 "ie55up",
4050 "ie6"
4051 ],
4052 "os" : "windows",
4053 "os_string" : "WinXP",
4054 "robot" : 0
4055 },
4056 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)" : {
4057 "browser" : "ie",
4058 "browser_major" : "6",
4059 "browser_minor" : ".0",
4060 "browser_string" : "MSIE",
4061 "engine" : "ie",
4062 "engine_string" : "MSIE",
4063 "match" : [
4064 "windows",
4065 "winnt",
4066 "win32",
4067 "winxp",
4068 "ie",
4069 "ie4up",
4070 "ie5up",
4071 "ie55up",
4072 "ie6"
4073 ],
4074 "os" : "windows",
4075 "os_string" : "WinXP",
4076 "robot" : 0
4077 },
4078 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)" : {
4079 "browser" : "ie",
4080 "browser_major" : "6",
4081 "browser_minor" : ".0",
4082 "browser_string" : "MSIE",
4083 "engine" : "ie",
4084 "engine_string" : "MSIE",
4085 "match" : [
4086 "windows",
4087 "winnt",
4088 "win32",
4089 "winxp",
4090 "ie",
4091 "ie4up",
4092 "ie5up",
4093 "ie55up",
4094 "ie6",
4095 "dotnet"
4096 ],
4097 "os" : "windows",
4098 "os_string" : "WinXP",
4099 "robot" : 0
4100 },
4101 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) NS8/0.9.6" : {
4102 "browser" : "ie",
4103 "browser_major" : "6",
4104 "browser_minor" : ".0",
4105 "browser_string" : "MSIE",
4106 "engine" : "ie",
4107 "engine_string" : "MSIE",
4108 "match" : [
4109 "windows",
4110 "winnt",
4111 "win32",
4112 "winxp",
4113 "ie",
4114 "ie4up",
4115 "ie5up",
4116 "ie55up",
4117 "ie6",
4118 "dotnet"
4119 ],
4120 "os" : "windows",
4121 "os_string" : "WinXP",
4122 "robot" : 0
4123 },
4124 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; XMPP Tiscali Communicator v.10.0.2; .NET CLR 2.0.50727)" : {
4125 "browser" : "ie",
4126 "browser_major" : "6",
4127 "browser_minor" : ".0",
4128 "browser_string" : "MSIE",
4129 "engine" : "ie",
4130 "engine_string" : "MSIE",
4131 "match" : [
4132 "windows",
4133 "winnt",
4134 "win32",
4135 "winxp",
4136 "ie",
4137 "ie4up",
4138 "ie5up",
4139 "ie55up",
4140 "ie6",
4141 "robot",
4142 "dotnet"
4143 ],
4144 "os" : "windows",
4145 "os_string" : "WinXP",
4146 "robot" : "unknown",
4147 "robot_name" : "XMPP Tiscali Communicator v.10.0.2"
4148 },
4149 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MAXTHON 2.0); Connect Us: webauth@cmcm.com" : {
4150 "browser" : "ie",
4151 "browser_major" : "6",
4152 "browser_minor" : ".0",
4153 "browser_string" : "MSIE",
4154 "engine" : "ie",
4155 "engine_string" : "MSIE",
4156 "match" : [
4157 "windows",
4158 "winnt",
4159 "win32",
4160 "winxp",
4161 "ie",
4162 "ie4up",
4163 "ie5up",
4164 "ie55up",
4165 "ie6",
4166 "dotnet"
4167 ],
4168 "os" : "windows",
4169 "os_string" : "WinXP",
4170 "robot" : 0
4171 },
4172 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AcooBrowser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
4173 "browser" : "ie",
4174 "browser_major" : "6",
4175 "browser_minor" : ".0",
4176 "browser_string" : "MSIE",
4177 "engine" : "ie",
4178 "engine_string" : "MSIE",
4179 "match" : [
4180 "windows",
4181 "winnt",
4182 "win32",
4183 "winxp",
4184 "ie",
4185 "ie4up",
4186 "ie5up",
4187 "ie55up",
4188 "ie6",
4189 "dotnet"
4190 ],
4191 "os" : "windows",
4192 "os_string" : "WinXP",
4193 "robot" : 0
4194 },
4195 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; DigExt; MRA 4.3 (build 01218))" : {
4196 "browser" : "ie",
4197 "browser_major" : "6",
4198 "browser_minor" : ".0",
4199 "browser_string" : "MSIE",
4200 "engine" : "ie",
4201 "engine_string" : "MSIE",
4202 "match" : [
4203 "windows",
4204 "winnt",
4205 "win32",
4206 "winxp",
4207 "ie",
4208 "ie4up",
4209 "ie5up",
4210 "ie55up",
4211 "ie6"
4212 ],
4213 "os" : "windows",
4214 "os_string" : "WinXP",
4215 "robot" : 0
4216 },
4217 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)" : {
4218 "browser" : "ie",
4219 "browser_major" : "6",
4220 "browser_minor" : ".0",
4221 "browser_string" : "MSIE",
4222 "engine" : "ie",
4223 "engine_string" : "MSIE",
4224 "match" : [
4225 "windows",
4226 "winnt",
4227 "win32",
4228 "winxp",
4229 "ie",
4230 "ie4up",
4231 "ie5up",
4232 "ie55up",
4233 "ie6",
4234 "dotnet"
4235 ],
4236 "os" : "windows",
4237 "os_string" : "WinXP",
4238 "robot" : 0
4239 },
4240 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
4241 "browser" : "ie",
4242 "browser_major" : "6",
4243 "browser_minor" : ".0",
4244 "browser_string" : "MSIE",
4245 "engine" : "ie",
4246 "engine_string" : "MSIE",
4247 "match" : [
4248 "windows",
4249 "winnt",
4250 "win32",
4251 "winxp",
4252 "ie",
4253 "ie4up",
4254 "ie5up",
4255 "ie55up",
4256 "ie6",
4257 "dotnet"
4258 ],
4259 "os" : "windows",
4260 "os_string" : "WinXP",
4261 "robot" : 0
4262 },
4263 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.4 (build 01323))" : {
4264 "browser" : "ie",
4265 "browser_major" : "6",
4266 "browser_minor" : ".0",
4267 "browser_string" : "MSIE",
4268 "engine" : "ie",
4269 "engine_string" : "MSIE",
4270 "match" : [
4271 "windows",
4272 "winnt",
4273 "win32",
4274 "winxp",
4275 "ie",
4276 "ie4up",
4277 "ie5up",
4278 "ie55up",
4279 "ie6"
4280 ],
4281 "os" : "windows",
4282 "os_string" : "WinXP",
4283 "robot" : 0
4284 },
4285 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)" : {
4286 "browser" : "ie",
4287 "browser_major" : "6",
4288 "browser_minor" : ".0",
4289 "browser_string" : "MSIE",
4290 "engine" : "ie",
4291 "engine_string" : "MSIE",
4292 "match" : [
4293 "windows",
4294 "winnt",
4295 "win32",
4296 "winxp",
4297 "ie",
4298 "ie4up",
4299 "ie5up",
4300 "ie55up",
4301 "ie6"
4302 ],
4303 "os" : "windows",
4304 "os_string" : "WinXP",
4305 "robot" : 0
4306 },
4307 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)" : {
4308 "browser" : "ie",
4309 "browser_major" : "6",
4310 "browser_minor" : ".0",
4311 "browser_string" : "MSIE",
4312 "engine" : "ie",
4313 "engine_string" : "MSIE",
4314 "match" : [
4315 "windows",
4316 "winnt",
4317 "win32",
4318 "winxp",
4319 "ie",
4320 "ie4up",
4321 "ie5up",
4322 "ie55up",
4323 "ie6",
4324 "dotnet"
4325 ],
4326 "os" : "windows",
4327 "os_string" : "WinXP",
4328 "robot" : 0
4329 },
4330 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)" : {
4331 "browser" : "ie",
4332 "browser_major" : "6",
4333 "browser_minor" : ".0",
4334 "browser_string" : "MSIE",
4335 "engine" : "ie",
4336 "engine_string" : "MSIE",
4337 "match" : [
4338 "windows",
4339 "winnt",
4340 "win32",
4341 "winxp",
4342 "ie",
4343 "ie4up",
4344 "ie5up",
4345 "ie55up",
4346 "ie6",
4347 "dotnet"
4348 ],
4349 "os" : "windows",
4350 "os_string" : "WinXP",
4351 "robot" : 0
4352 },
4353 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)" : {
4354 "browser" : "ie",
4355 "browser_major" : "6",
4356 "browser_minor" : ".0",
4357 "browser_string" : "MSIE",
4358 "engine" : "ie",
4359 "engine_string" : "MSIE",
4360 "match" : [
4361 "windows",
4362 "winnt",
4363 "win32",
4364 "winxp",
4365 "ie",
4366 "ie4up",
4367 "ie5up",
4368 "ie55up",
4369 "ie6",
4370 "dotnet"
4371 ],
4372 "os" : "windows",
4373 "os_string" : "WinXP",
4374 "robot" : 0
4375 },
4376 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00" : {
4377 "browser" : "opera",
4378 "browser_major" : "8",
4379 "browser_minor" : ".00",
4380 "browser_string" : "Opera",
4381 "language" : "EN",
4382 "match" : [
4383 "windows",
4384 "winnt",
4385 "win32",
4386 "winxp",
4387 "opera"
4388 ],
4389 "os" : "windows",
4390 "os_string" : "WinXP",
4391 "robot" : 0
4392 },
4393 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.511)" : {
4394 "browser" : "ie",
4395 "browser_major" : "6",
4396 "browser_minor" : ".0",
4397 "browser_string" : "MSIE",
4398 "engine" : "ie",
4399 "engine_string" : "MSIE",
4400 "match" : [
4401 "windows",
4402 "winnt",
4403 "win32",
4404 "win2k3",
4405 "ie",
4406 "ie4up",
4407 "ie5up",
4408 "ie55up",
4409 "ie6",
4410 "dotnet"
4411 ],
4412 "os" : "windows",
4413 "os_string" : "Win2k3",
4414 "robot" : 0
4415 },
4416 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5119)" : {
4417 "browser" : "ie",
4418 "browser_major" : "6",
4419 "browser_minor" : ".0",
4420 "browser_string" : "MSIE",
4421 "engine" : "ie",
4422 "engine_string" : "MSIE",
4423 "match" : [
4424 "windows",
4425 "winnt",
4426 "win32",
4427 "win2k3",
4428 "ie",
4429 "ie4up",
4430 "ie5up",
4431 "ie55up",
4432 "ie6",
4433 "dotnet"
4434 ],
4435 "os" : "windows",
4436 "os_string" : "Win2k3",
4437 "robot" : 0
4438 },
4439 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5132)" : {
4440 "browser" : "ie",
4441 "browser_major" : "6",
4442 "browser_minor" : ".0",
4443 "browser_string" : "MSIE",
4444 "engine" : "ie",
4445 "engine_string" : "MSIE",
4446 "match" : [
4447 "windows",
4448 "winnt",
4449 "win32",
4450 "win2k3",
4451 "ie",
4452 "ie4up",
4453 "ie5up",
4454 "ie55up",
4455 "ie6",
4456 "dotnet"
4457 ],
4458 "os" : "windows",
4459 "os_string" : "Win2k3",
4460 "robot" : 0
4461 },
4462 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5137)" : {
4463 "browser" : "ie",
4464 "browser_major" : "6",
4465 "browser_minor" : ".0",
4466 "browser_string" : "MSIE",
4467 "engine" : "ie",
4468 "engine_string" : "MSIE",
4469 "match" : [
4470 "windows",
4471 "winnt",
4472 "win32",
4473 "win2k3",
4474 "ie",
4475 "ie4up",
4476 "ie5up",
4477 "ie55up",
4478 "ie6",
4479 "dotnet"
4480 ],
4481 "os" : "windows",
4482 "os_string" : "Win2k3",
4483 "robot" : 0
4484 },
4485 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5138)" : {
4486 "browser" : "ie",
4487 "browser_major" : "6",
4488 "browser_minor" : ".0",
4489 "browser_string" : "MSIE",
4490 "engine" : "ie",
4491 "engine_string" : "MSIE",
4492 "match" : [
4493 "windows",
4494 "winnt",
4495 "win32",
4496 "win2k3",
4497 "ie",
4498 "ie4up",
4499 "ie5up",
4500 "ie55up",
4501 "ie6",
4502 "dotnet"
4503 ],
4504 "os" : "windows",
4505 "os_string" : "Win2k3",
4506 "robot" : 0
4507 },
4508 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5141)" : {
4509 "browser" : "ie",
4510 "browser_major" : "6",
4511 "browser_minor" : ".0",
4512 "browser_string" : "MSIE",
4513 "engine" : "ie",
4514 "engine_string" : "MSIE",
4515 "match" : [
4516 "windows",
4517 "winnt",
4518 "win32",
4519 "win2k3",
4520 "ie",
4521 "ie4up",
4522 "ie5up",
4523 "ie55up",
4524 "ie6",
4525 "dotnet"
4526 ],
4527 "os" : "windows",
4528 "os_string" : "Win2k3",
4529 "robot" : 0
4530 },
4531 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5148)" : {
4532 "browser" : "ie",
4533 "browser_major" : "6",
4534 "browser_minor" : ".0",
4535 "browser_string" : "MSIE",
4536 "engine" : "ie",
4537 "engine_string" : "MSIE",
4538 "match" : [
4539 "windows",
4540 "winnt",
4541 "win32",
4542 "win2k3",
4543 "ie",
4544 "ie4up",
4545 "ie5up",
4546 "ie55up",
4547 "ie6",
4548 "dotnet"
4549 ],
4550 "os" : "windows",
4551 "os_string" : "Win2k3",
4552 "robot" : 0
4553 },
4554 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5159)" : {
4555 "browser" : "ie",
4556 "browser_major" : "6",
4557 "browser_minor" : ".0",
4558 "browser_string" : "MSIE",
4559 "engine" : "ie",
4560 "engine_string" : "MSIE",
4561 "match" : [
4562 "windows",
4563 "winnt",
4564 "win32",
4565 "win2k3",
4566 "ie",
4567 "ie4up",
4568 "ie5up",
4569 "ie55up",
4570 "ie6",
4571 "dotnet"
4572 ],
4573 "os" : "windows",
4574 "os_string" : "Win2k3",
4575 "robot" : 0
4576 },
4577 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5168)" : {
4578 "browser" : "ie",
4579 "browser_major" : "6",
4580 "browser_minor" : ".0",
4581 "browser_string" : "MSIE",
4582 "engine" : "ie",
4583 "engine_string" : "MSIE",
4584 "match" : [
4585 "windows",
4586 "winnt",
4587 "win32",
4588 "win2k3",
4589 "ie",
4590 "ie4up",
4591 "ie5up",
4592 "ie55up",
4593 "ie6",
4594 "dotnet"
4595 ],
4596 "os" : "windows",
4597 "os_string" : "Win2k3",
4598 "robot" : 0
4599 },
4600 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5175)" : {
4601 "browser" : "ie",
4602 "browser_major" : "6",
4603 "browser_minor" : ".0",
4604 "browser_string" : "MSIE",
4605 "engine" : "ie",
4606 "engine_string" : "MSIE",
4607 "match" : [
4608 "windows",
4609 "winnt",
4610 "win32",
4611 "win2k3",
4612 "ie",
4613 "ie4up",
4614 "ie5up",
4615 "ie55up",
4616 "ie6",
4617 "dotnet"
4618 ],
4619 "os" : "windows",
4620 "os_string" : "Win2k3",
4621 "robot" : 0
4622 },
4623 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5179)" : {
4624 "browser" : "ie",
4625 "browser_major" : "6",
4626 "browser_minor" : ".0",
4627 "browser_string" : "MSIE",
4628 "engine" : "ie",
4629 "engine_string" : "MSIE",
4630 "match" : [
4631 "windows",
4632 "winnt",
4633 "win32",
4634 "win2k3",
4635 "ie",
4636 "ie4up",
4637 "ie5up",
4638 "ie55up",
4639 "ie6",
4640 "dotnet"
4641 ],
4642 "os" : "windows",
4643 "os_string" : "Win2k3",
4644 "robot" : 0
4645 },
4646 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5183)" : {
4647 "browser" : "ie",
4648 "browser_major" : "6",
4649 "browser_minor" : ".0",
4650 "browser_string" : "MSIE",
4651 "engine" : "ie",
4652 "engine_string" : "MSIE",
4653 "match" : [
4654 "windows",
4655 "winnt",
4656 "win32",
4657 "win2k3",
4658 "ie",
4659 "ie4up",
4660 "ie5up",
4661 "ie55up",
4662 "ie6",
4663 "dotnet"
4664 ],
4665 "os" : "windows",
4666 "os_string" : "Win2k3",
4667 "robot" : 0
4668 },
4669 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5188)" : {
4670 "browser" : "ie",
4671 "browser_major" : "6",
4672 "browser_minor" : ".0",
4673 "browser_string" : "MSIE",
4674 "engine" : "ie",
4675 "engine_string" : "MSIE",
4676 "match" : [
4677 "windows",
4678 "winnt",
4679 "win32",
4680 "win2k3",
4681 "ie",
4682 "ie4up",
4683 "ie5up",
4684 "ie55up",
4685 "ie6",
4686 "dotnet"
4687 ],
4688 "os" : "windows",
4689 "os_string" : "Win2k3",
4690 "robot" : 0
4691 },
4692 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5190)" : {
4693 "browser" : "ie",
4694 "browser_major" : "6",
4695 "browser_minor" : ".0",
4696 "browser_string" : "MSIE",
4697 "engine" : "ie",
4698 "engine_string" : "MSIE",
4699 "match" : [
4700 "windows",
4701 "winnt",
4702 "win32",
4703 "win2k3",
4704 "ie",
4705 "ie4up",
4706 "ie5up",
4707 "ie55up",
4708 "ie6",
4709 "dotnet"
4710 ],
4711 "os" : "windows",
4712 "os_string" : "Win2k3",
4713 "robot" : 0
4714 },
4715 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5191)" : {
4716 "browser" : "ie",
4717 "browser_major" : "6",
4718 "browser_minor" : ".0",
4719 "browser_string" : "MSIE",
4720 "engine" : "ie",
4721 "engine_string" : "MSIE",
4722 "match" : [
4723 "windows",
4724 "winnt",
4725 "win32",
4726 "win2k3",
4727 "ie",
4728 "ie4up",
4729 "ie5up",
4730 "ie55up",
4731 "ie6",
4732 "dotnet"
4733 ],
4734 "os" : "windows",
4735 "os_string" : "Win2k3",
4736 "robot" : 0
4737 },
4738 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.5192)" : {
4739 "browser" : "ie",
4740 "browser_major" : "6",
4741 "browser_minor" : ".0",
4742 "browser_string" : "MSIE",
4743 "engine" : "ie",
4744 "engine_string" : "MSIE",
4745 "match" : [
4746 "windows",
4747 "winnt",
4748 "win32",
4749 "win2k3",
4750 "ie",
4751 "ie4up",
4752 "ie5up",
4753 "ie55up",
4754 "ie6",
4755 "dotnet"
4756 ],
4757 "os" : "windows",
4758 "os_string" : "Win2k3",
4759 "robot" : 0
4760 },
4761 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)" : {
4762 "browser" : "ie",
4763 "browser_major" : "6",
4764 "browser_minor" : ".0",
4765 "browser_string" : "MSIE",
4766 "engine" : "ie",
4767 "engine_string" : "MSIE",
4768 "match" : [
4769 "windows",
4770 "winnt",
4771 "win32",
4772 "win2k3",
4773 "ie",
4774 "ie4up",
4775 "ie5up",
4776 "ie55up",
4777 "ie6"
4778 ],
4779 "os" : "windows",
4780 "os_string" : "Win2k3",
4781 "robot" : 0
4782 },
4783 "Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)" : {
4784 "browser" : "ie",
4785 "browser_major" : "6",
4786 "browser_minor" : ".0",
4787 "browser_string" : "MSIE",
4788 "engine" : "ie",
4789 "engine_string" : "MSIE",
4790 "match" : [
4791 "windows",
4792 "ie",
4793 "ie4up",
4794 "ie5up",
4795 "ie55up",
4796 "ie6"
4797 ],
4798 "robot" : 0
4799 },
4800 "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.35; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" : {
4801 "browser" : "ie",
4802 "browser_major" : "7",
4803 "browser_minor" : ".0",
4804 "browser_string" : "AOL Browser",
4805 "engine" : "ie",
4806 "engine_string" : "MSIE",
4807 "match" : [
4808 "windows",
4809 "winnt",
4810 "win32",
4811 "winxp",
4812 "ie",
4813 "aol",
4814 "ie4up",
4815 "ie5up",
4816 "ie55up",
4817 "ie7",
4818 "dotnet"
4819 ],
4820 "os" : "windows",
4821 "os_string" : "WinXP",
4822 "robot" : 0
4823 },
4824 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8; DTCuser; DTCuser)" : {
4825 "browser" : "ie",
4826 "browser_major" : "7",
4827 "browser_minor" : ".0",
4828 "browser_string" : "MSIE",
4829 "engine" : "ie",
4830 "engine_string" : "MSIE",
4831 "match" : [
4832 "windows",
4833 "winnt",
4834 "win32",
4835 "winxp",
4836 "ie",
4837 "ie4up",
4838 "ie5up",
4839 "ie55up",
4840 "ie7",
4841 "dotnet"
4842 ],
4843 "os" : "windows",
4844 "os_string" : "WinXP",
4845 "robot" : 0
4846 },
4847 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 4.0.20506; AskTbARS/5.8.0.12304)" : {
4848 "browser" : "ie",
4849 "browser_major" : "7",
4850 "browser_minor" : ".0",
4851 "browser_string" : "MSIE",
4852 "engine" : "ie",
4853 "engine_string" : "MSIE",
4854 "match" : [
4855 "windows",
4856 "winnt",
4857 "win32",
4858 "winxp",
4859 "ie",
4860 "ie4up",
4861 "ie5up",
4862 "ie55up",
4863 "ie7",
4864 "dotnet"
4865 ],
4866 "os" : "windows",
4867 "os_string" : "WinXP",
4868 "robot" : 0
4869 },
4870 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AskTbPTV/5.11.3.15590)" : {
4871 "browser" : "ie",
4872 "browser_major" : "7",
4873 "browser_minor" : ".0",
4874 "browser_string" : "MSIE",
4875 "engine" : "ie",
4876 "engine_string" : "MSIE",
4877 "match" : [
4878 "windows",
4879 "winnt",
4880 "win32",
4881 "winxp",
4882 "ie",
4883 "ie4up",
4884 "ie5up",
4885 "ie55up",
4886 "ie7"
4887 ],
4888 "os" : "windows",
4889 "os_string" : "WinXP",
4890 "robot" : 0
4891 },
4892 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; BTRS31753; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
4893 "browser" : "ie",
4894 "browser_major" : "7",
4895 "browser_minor" : ".0",
4896 "browser_string" : "MSIE",
4897 "engine" : "ie",
4898 "engine_string" : "MSIE",
4899 "match" : [
4900 "windows",
4901 "winnt",
4902 "win32",
4903 "winxp",
4904 "ie",
4905 "ie4up",
4906 "ie5up",
4907 "ie55up",
4908 "ie7",
4909 "dotnet"
4910 ],
4911 "os" : "windows",
4912 "os_string" : "WinXP",
4913 "robot" : 0
4914 },
4915 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 3.0.04506.30)" : {
4916 "browser" : "ie",
4917 "browser_major" : "7",
4918 "browser_minor" : ".0",
4919 "browser_string" : "MSIE",
4920 "engine" : "ie",
4921 "engine_string" : "MSIE",
4922 "match" : [
4923 "windows",
4924 "winnt",
4925 "win32",
4926 "winxp",
4927 "ie",
4928 "ie4up",
4929 "ie5up",
4930 "ie55up",
4931 "ie7",
4932 "dotnet"
4933 ],
4934 "os" : "windows",
4935 "os_string" : "WinXP",
4936 "robot" : 0
4937 },
4938 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; GTB7.0; .NET CLR 2.0.50727; InfoPath.2; AskTbLMW2/5.11.3.15590)" : {
4939 "browser" : "ie",
4940 "browser_major" : "7",
4941 "browser_minor" : ".0",
4942 "browser_string" : "MSIE",
4943 "engine" : "ie",
4944 "engine_string" : "MSIE",
4945 "match" : [
4946 "windows",
4947 "winnt",
4948 "win32",
4949 "winxp",
4950 "ie",
4951 "ie4up",
4952 "ie5up",
4953 "ie55up",
4954 "ie7",
4955 "dotnet"
4956 ],
4957 "os" : "windows",
4958 "os_string" : "WinXP",
4959 "robot" : 0
4960 },
4961 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; AskTbPTV2/5.11.3.15590; .NET CLR 2.0.50727)" : {
4962 "browser" : "ie",
4963 "browser_major" : "7",
4964 "browser_minor" : ".0",
4965 "browser_string" : "MSIE",
4966 "engine" : "ie",
4967 "engine_string" : "MSIE",
4968 "match" : [
4969 "windows",
4970 "winnt",
4971 "win32",
4972 "winxp",
4973 "ie",
4974 "ie4up",
4975 "ie5up",
4976 "ie55up",
4977 "ie7",
4978 "dotnet"
4979 ],
4980 "os" : "windows",
4981 "os_string" : "WinXP",
4982 "robot" : 0
4983 },
4984 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; AskTbBLPV5/5.9.1.14019)" : {
4985 "browser" : "ie",
4986 "browser_major" : "7",
4987 "browser_minor" : ".0",
4988 "browser_string" : "MSIE",
4989 "engine" : "ie",
4990 "engine_string" : "MSIE",
4991 "match" : [
4992 "windows",
4993 "winnt",
4994 "win32",
4995 "winxp",
4996 "ie",
4997 "ie4up",
4998 "ie5up",
4999 "ie55up",
5000 "ie7"
5001 ],
5002 "os" : "windows",
5003 "os_string" : "WinXP",
5004 "robot" : 0
5005 },
5006 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Maxthon; QQDownload 1.7; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
5007 "browser" : "ie",
5008 "browser_major" : "7",
5009 "browser_minor" : ".0",
5010 "browser_string" : "MSIE",
5011 "engine" : "ie",
5012 "engine_string" : "MSIE",
5013 "match" : [
5014 "windows",
5015 "winnt",
5016 "win32",
5017 "winxp",
5018 "ie",
5019 "ie4up",
5020 "ie5up",
5021 "ie55up",
5022 "ie7",
5023 "dotnet"
5024 ],
5025 "os" : "windows",
5026 "os_string" : "WinXP",
5027 "robot" : 0
5028 },
5029 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SIMBAR={11B2B4E1-5AF0-4FC7-A2AD-AB681B4D2B3D}; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" : {
5030 "browser" : "ie",
5031 "browser_major" : "7",
5032 "browser_minor" : ".0",
5033 "browser_string" : "MSIE",
5034 "engine" : "ie",
5035 "engine_string" : "MSIE",
5036 "match" : [
5037 "windows",
5038 "winnt",
5039 "win32",
5040 "winxp",
5041 "ie",
5042 "ie4up",
5043 "ie5up",
5044 "ie55up",
5045 "ie7",
5046 "dotnet"
5047 ],
5048 "os" : "windows",
5049 "os_string" : "WinXP",
5050 "robot" : 0
5051 },
5052 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SearchToolbar 1.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
5053 "browser" : "ie",
5054 "browser_major" : "7",
5055 "browser_minor" : ".0",
5056 "browser_string" : "MSIE",
5057 "engine" : "ie",
5058 "engine_string" : "MSIE",
5059 "match" : [
5060 "windows",
5061 "winnt",
5062 "win32",
5063 "winxp",
5064 "ie",
5065 "ie4up",
5066 "ie5up",
5067 "ie55up",
5068 "ie7",
5069 "dotnet"
5070 ],
5071 "os" : "windows",
5072 "os_string" : "WinXP",
5073 "robot" : 0
5074 },
5075 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SearchToolbar 1.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTbSTC/5.9.1.14019)" : {
5076 "browser" : "ie",
5077 "browser_major" : "7",
5078 "browser_minor" : ".0",
5079 "browser_string" : "MSIE",
5080 "engine" : "ie",
5081 "engine_string" : "MSIE",
5082 "match" : [
5083 "windows",
5084 "winnt",
5085 "win32",
5086 "winxp",
5087 "ie",
5088 "ie4up",
5089 "ie5up",
5090 "ie55up",
5091 "ie7",
5092 "dotnet"
5093 ],
5094 "os" : "windows",
5095 "os_string" : "WinXP",
5096 "robot" : 0
5097 },
5098 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ESPE)" : {
5099 "browser" : "ie",
5100 "browser_major" : "7",
5101 "browser_minor" : ".0",
5102 "browser_string" : "MSIE",
5103 "engine" : "trident",
5104 "engine_beta" : "",
5105 "engine_major" : "4",
5106 "engine_minor" : ".0",
5107 "engine_string" : "Trident",
5108 "match" : [
5109 "windows",
5110 "winnt",
5111 "win32",
5112 "winxp",
5113 "ie",
5114 "ie4up",
5115 "ie5up",
5116 "ie55up",
5117 "ie7",
5118 "ie_compat_mode",
5119 "trident",
5120 "dotnet"
5121 ],
5122 "os" : "windows",
5123 "os_string" : "WinXP",
5124 "robot" : 0
5125 },
5126 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; AskTbFXTV5/5.11.3.15590; GreenBrowser)" : {
5127 "browser" : "ie",
5128 "browser_major" : "7",
5129 "browser_minor" : ".0",
5130 "browser_string" : "MSIE",
5131 "engine" : "trident",
5132 "engine_beta" : "",
5133 "engine_major" : "4",
5134 "engine_minor" : ".0",
5135 "engine_string" : "Trident",
5136 "match" : [
5137 "windows",
5138 "winnt",
5139 "win32",
5140 "winxp",
5141 "ie",
5142 "ie4up",
5143 "ie5up",
5144 "ie55up",
5145 "ie7",
5146 "ie_compat_mode",
5147 "trident"
5148 ],
5149 "os" : "windows",
5150 "os_string" : "WinXP",
5151 "robot" : 0
5152 },
5153 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; AskTbSTC/5.9.1.14019),gzip(gfe) (via translate.google.com)" : {
5154 "browser" : "ie",
5155 "browser_major" : "7",
5156 "browser_minor" : ".0",
5157 "browser_string" : "MSIE",
5158 "engine" : "trident",
5159 "engine_beta" : "",
5160 "engine_major" : "4",
5161 "engine_minor" : ".0",
5162 "engine_string" : "Trident",
5163 "match" : [
5164 "windows",
5165 "winnt",
5166 "win32",
5167 "winxp",
5168 "ie",
5169 "ie4up",
5170 "ie5up",
5171 "ie55up",
5172 "ie7",
5173 "ie_compat_mode",
5174 "trident"
5175 ],
5176 "os" : "windows",
5177 "os_string" : "WinXP",
5178 "robot" : 0
5179 },
5180 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; Zune 4.7; .NET4.0E; .NET CLR 2.0.50727)" : {
5181 "browser" : "ie",
5182 "browser_major" : "7",
5183 "browser_minor" : ".0",
5184 "browser_string" : "MSIE",
5185 "engine" : "trident",
5186 "engine_beta" : "",
5187 "engine_major" : "4",
5188 "engine_minor" : ".0",
5189 "engine_string" : "Trident",
5190 "match" : [
5191 "windows",
5192 "winnt",
5193 "win32",
5194 "winxp",
5195 "ie",
5196 "ie4up",
5197 "ie5up",
5198 "ie55up",
5199 "ie7",
5200 "ie_compat_mode",
5201 "trident",
5202 "dotnet"
5203 ],
5204 "os" : "windows",
5205 "os_string" : "WinXP",
5206 "robot" : 0
5207 },
5208 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Wanadoo 5.6; .NET CLR 1.1.4322)" : {
5209 "browser" : "ie",
5210 "browser_major" : "7",
5211 "browser_minor" : ".0",
5212 "browser_string" : "MSIE",
5213 "engine" : "ie",
5214 "engine_string" : "MSIE",
5215 "match" : [
5216 "windows",
5217 "winnt",
5218 "win32",
5219 "winxp",
5220 "ie",
5221 "ie4up",
5222 "ie5up",
5223 "ie55up",
5224 "ie7",
5225 "dotnet"
5226 ],
5227 "os" : "windows",
5228 "os_string" : "WinXP",
5229 "robot" : 0
5230 },
5231 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; bgft)" : {
5232 "browser" : "ie",
5233 "browser_major" : "7",
5234 "browser_minor" : ".0",
5235 "browser_string" : "MSIE",
5236 "engine" : "ie",
5237 "engine_string" : "MSIE",
5238 "match" : [
5239 "windows",
5240 "winnt",
5241 "win32",
5242 "winxp",
5243 "ie",
5244 "ie4up",
5245 "ie5up",
5246 "ie55up",
5247 "ie7"
5248 ],
5249 "os" : "windows",
5250 "os_string" : "WinXP",
5251 "robot" : 0
5252 },
5253 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; dial; E-nrgyPlus; .NET CLR 1.1.4322; InfoPath.1)" : {
5254 "browser" : "ie",
5255 "browser_major" : "7",
5256 "browser_minor" : ".0",
5257 "browser_string" : "MSIE",
5258 "engine" : "ie",
5259 "engine_string" : "MSIE",
5260 "match" : [
5261 "windows",
5262 "winnt",
5263 "win32",
5264 "winxp",
5265 "ie",
5266 "ie4up",
5267 "ie5up",
5268 "ie55up",
5269 "ie7",
5270 "dotnet"
5271 ],
5272 "os" : "windows",
5273 "os_string" : "WinXP",
5274 "robot" : 0
5275 },
5276 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; dial; SV1; .NET CLR 1.0.3705)" : {
5277 "browser" : "ie",
5278 "browser_major" : "7",
5279 "browser_minor" : ".0",
5280 "browser_string" : "MSIE",
5281 "engine" : "ie",
5282 "engine_string" : "MSIE",
5283 "match" : [
5284 "windows",
5285 "winnt",
5286 "win32",
5287 "winxp",
5288 "ie",
5289 "ie4up",
5290 "ie5up",
5291 "ie55up",
5292 "ie7",
5293 "dotnet"
5294 ],
5295 "os" : "windows",
5296 "os_string" : "WinXP",
5297 "robot" : 0
5298 },
5299 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ds-66843412; Sgrunt|V109|1|S-66843412|dial; .NET CLR 1.1.4322)" : {
5300 "browser" : "ie",
5301 "browser_major" : "7",
5302 "browser_minor" : ".0",
5303 "browser_string" : "MSIE",
5304 "engine" : "ie",
5305 "engine_string" : "MSIE",
5306 "match" : [
5307 "windows",
5308 "winnt",
5309 "win32",
5310 "winxp",
5311 "ie",
5312 "ie4up",
5313 "ie5up",
5314 "ie55up",
5315 "ie7",
5316 "dotnet"
5317 ],
5318 "os" : "windows",
5319 "os_string" : "WinXP",
5320 "robot" : 0
5321 },
5322 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; eMusic DLM/3; MSN Optimized;US; MSN Optimized;US)" : {
5323 "browser" : "ie",
5324 "browser_major" : "7",
5325 "browser_minor" : ".0",
5326 "browser_string" : "MSIE",
5327 "engine" : "ie",
5328 "engine_string" : "MSIE",
5329 "match" : [
5330 "windows",
5331 "winnt",
5332 "win32",
5333 "winxp",
5334 "ie",
5335 "ie4up",
5336 "ie5up",
5337 "ie55up",
5338 "ie7"
5339 ],
5340 "os" : "windows",
5341 "os_string" : "WinXP",
5342 "robot" : 0
5343 },
5344 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; elertz 2.4.025; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)" : {
5345 "browser" : "ie",
5346 "browser_major" : "7",
5347 "browser_minor" : ".0",
5348 "browser_string" : "MSIE",
5349 "engine" : "ie",
5350 "engine_string" : "MSIE",
5351 "match" : [
5352 "windows",
5353 "winnt",
5354 "win32",
5355 "winxp",
5356 "ie",
5357 "ie4up",
5358 "ie5up",
5359 "ie55up",
5360 "ie7",
5361 "dotnet"
5362 ],
5363 "os" : "windows",
5364 "os_string" : "WinXP",
5365 "robot" : 0
5366 },
5367 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; elertz 2.4.179[128]; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)" : {
5368 "browser" : "ie",
5369 "browser_major" : "7",
5370 "browser_minor" : ".0",
5371 "browser_string" : "MSIE",
5372 "engine" : "ie",
5373 "engine_string" : "MSIE",
5374 "match" : [
5375 "windows",
5376 "winnt",
5377 "win32",
5378 "winxp",
5379 "ie",
5380 "ie4up",
5381 "ie5up",
5382 "ie55up",
5383 "ie7",
5384 "dotnet"
5385 ],
5386 "os" : "windows",
5387 "os_string" : "WinXP",
5388 "robot" : 0
5389 },
5390 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; generic_01_01; InfoPath.1)" : {
5391 "browser" : "ie",
5392 "browser_major" : "7",
5393 "browser_minor" : ".0",
5394 "browser_string" : "MSIE",
5395 "engine" : "ie",
5396 "engine_string" : "MSIE",
5397 "match" : [
5398 "windows",
5399 "winnt",
5400 "win32",
5401 "winxp",
5402 "ie",
5403 "ie4up",
5404 "ie5up",
5405 "ie55up",
5406 "ie7"
5407 ],
5408 "os" : "windows",
5409 "os_string" : "WinXP",
5410 "robot" : 0
5411 },
5412 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; generic_01_01; YPC 3.2.0; .NET CLR 1.1.4322; yplus 5.3.04b)" : {
5413 "browser" : "ie",
5414 "browser_major" : "7",
5415 "browser_minor" : ".0",
5416 "browser_string" : "MSIE",
5417 "engine" : "ie",
5418 "engine_string" : "MSIE",
5419 "match" : [
5420 "windows",
5421 "winnt",
5422 "win32",
5423 "winxp",
5424 "ie",
5425 "ie4up",
5426 "ie5up",
5427 "ie55up",
5428 "ie7",
5429 "dotnet"
5430 ],
5431 "os" : "windows",
5432 "os_string" : "WinXP",
5433 "robot" : 0
5434 },
5435 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iOpus-I-M; .NET CLR 1.1.4322)" : {
5436 "browser" : "ie",
5437 "browser_major" : "7",
5438 "browser_minor" : ".0",
5439 "browser_string" : "MSIE",
5440 "engine" : "ie",
5441 "engine_string" : "MSIE",
5442 "match" : [
5443 "windows",
5444 "winnt",
5445 "win32",
5446 "winxp",
5447 "ie",
5448 "ie4up",
5449 "ie5up",
5450 "ie55up",
5451 "ie7",
5452 "dotnet"
5453 ],
5454 "os" : "windows",
5455 "os_string" : "WinXP",
5456 "robot" : 0
5457 },
5458 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; Sgrunt|V109|1746|S-1740532934|dialno; snprtz|dialno; .NET CLR 2.0.50727)" : {
5459 "browser" : "ie",
5460 "browser_major" : "7",
5461 "browser_minor" : ".0",
5462 "browser_string" : "MSIE",
5463 "engine" : "ie",
5464 "engine_string" : "MSIE",
5465 "match" : [
5466 "windows",
5467 "winnt",
5468 "win32",
5469 "winxp",
5470 "ie",
5471 "ie4up",
5472 "ie5up",
5473 "ie55up",
5474 "ie7",
5475 "dotnet"
5476 ],
5477 "os" : "windows",
5478 "os_string" : "WinXP",
5479 "robot" : 0
5480 },
5481 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; acc=; YPC 3.2.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; IEMB3; IEMB3; yplus 5.1.04b)" : {
5482 "browser" : "ie",
5483 "browser_major" : "7",
5484 "browser_minor" : ".0",
5485 "browser_string" : "MSIE",
5486 "engine" : "ie",
5487 "engine_string" : "MSIE",
5488 "match" : [
5489 "windows",
5490 "winnt",
5491 "win32",
5492 "winxp",
5493 "ie",
5494 "ie4up",
5495 "ie5up",
5496 "ie55up",
5497 "ie7",
5498 "dotnet"
5499 ],
5500 "os" : "windows",
5501 "os_string" : "WinXP",
5502 "robot" : 0
5503 },
5504 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; iebar; acc=none; SV1; snprtz|S04087544802137; .NET CLR 1.1.4322)" : {
5505 "browser" : "ie",
5506 "browser_major" : "7",
5507 "browser_minor" : ".0",
5508 "browser_string" : "MSIE",
5509 "engine" : "ie",
5510 "engine_string" : "MSIE",
5511 "match" : [
5512 "windows",
5513 "winnt",
5514 "win32",
5515 "winxp",
5516 "ie",
5517 "ie4up",
5518 "ie5up",
5519 "ie55up",
5520 "ie7",
5521 "dotnet"
5522 ],
5523 "os" : "windows",
5524 "os_string" : "WinXP",
5525 "robot" : 0
5526 },
5527 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)" : {
5528 "browser" : "ie",
5529 "browser_major" : "7",
5530 "browser_minor" : ".0",
5531 "browser_string" : "MSIE",
5532 "engine" : "ie",
5533 "engine_string" : "MSIE",
5534 "match" : [
5535 "windows",
5536 "winnt",
5537 "win32",
5538 "winvista",
5539 "ie",
5540 "ie4up",
5541 "ie5up",
5542 "ie55up",
5543 "ie7",
5544 "dotnet"
5545 ],
5546 "os" : "windows",
5547 "os_string" : "WinVista",
5548 "robot" : 0
5549 },
5550 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB0.0; BTRS26718; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)" : {
5551 "browser" : "ie",
5552 "browser_major" : "7",
5553 "browser_minor" : ".0",
5554 "browser_string" : "MSIE",
5555 "engine" : "ie",
5556 "engine_string" : "MSIE",
5557 "match" : [
5558 "windows",
5559 "winnt",
5560 "win32",
5561 "winvista",
5562 "ie",
5563 "ie4up",
5564 "ie5up",
5565 "ie55up",
5566 "ie7",
5567 "dotnet"
5568 ],
5569 "os" : "windows",
5570 "os_string" : "WinVista",
5571 "robot" : 0
5572 },
5573 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; InfoPath.2; Alexa Toolbar; .NET4.0C; AskTbSPC2/5.9.1.14019)" : {
5574 "browser" : "ie",
5575 "browser_major" : "7",
5576 "browser_minor" : ".0",
5577 "browser_string" : "MSIE",
5578 "engine" : "ie",
5579 "engine_string" : "MSIE",
5580 "match" : [
5581 "windows",
5582 "winnt",
5583 "win32",
5584 "winvista",
5585 "ie",
5586 "ie4up",
5587 "ie5up",
5588 "ie55up",
5589 "ie7",
5590 "dotnet"
5591 ],
5592 "os" : "windows",
5593 "os_string" : "WinVista",
5594 "robot" : 0
5595 },
5596 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; AskTbGGSV5/5.12.1.16460)" : {
5597 "browser" : "ie",
5598 "browser_major" : "7",
5599 "browser_minor" : ".0",
5600 "browser_string" : "MSIE",
5601 "engine" : "ie",
5602 "engine_string" : "MSIE",
5603 "match" : [
5604 "windows",
5605 "winnt",
5606 "win32",
5607 "winvista",
5608 "ie",
5609 "ie4up",
5610 "ie5up",
5611 "ie55up",
5612 "ie7",
5613 "dotnet"
5614 ],
5615 "os" : "windows",
5616 "os_string" : "WinVista",
5617 "robot" : 0
5618 },
5619 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTbNDV/5.12.1.16460)" : {
5620 "browser" : "ie",
5621 "browser_major" : "7",
5622 "browser_minor" : ".0",
5623 "browser_string" : "MSIE",
5624 "engine" : "ie",
5625 "engine_string" : "MSIE",
5626 "match" : [
5627 "windows",
5628 "winnt",
5629 "win32",
5630 "winvista",
5631 "ie",
5632 "ie4up",
5633 "ie5up",
5634 "ie55up",
5635 "ie7",
5636 "dotnet"
5637 ],
5638 "os" : "windows",
5639 "os_string" : "WinVista",
5640 "robot" : 0
5641 },
5642 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTbMP3/5.9.1.14019)" : {
5643 "browser" : "ie",
5644 "browser_major" : "7",
5645 "browser_minor" : ".0",
5646 "browser_string" : "MSIE",
5647 "engine" : "ie",
5648 "engine_string" : "MSIE",
5649 "match" : [
5650 "windows",
5651 "winnt",
5652 "win32",
5653 "winvista",
5654 "ie",
5655 "ie4up",
5656 "ie5up",
5657 "ie55up",
5658 "ie7",
5659 "dotnet"
5660 ],
5661 "os" : "windows",
5662 "os_string" : "WinVista",
5663 "robot" : 0
5664 },
5665 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; HPDTDF; Tablet PC 2.0; .NET4.0C; .NET4.0E; SE 2.X MetaSr 1.0)" : {
5666 "browser" : "ie",
5667 "browser_major" : "7",
5668 "browser_minor" : ".0",
5669 "browser_string" : "MSIE",
5670 "engine" : "trident",
5671 "engine_beta" : "",
5672 "engine_major" : "5",
5673 "engine_minor" : ".0",
5674 "engine_string" : "Trident",
5675 "match" : [
5676 "windows",
5677 "winnt",
5678 "win32",
5679 "win7",
5680 "ie",
5681 "ie4up",
5682 "ie5up",
5683 "ie55up",
5684 "ie7",
5685 "ie_compat_mode",
5686 "trident",
5687 "dotnet"
5688 ],
5689 "os" : "windows",
5690 "os_string" : "Win7",
5691 "robot" : 0
5692 },
5693 "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; QS 4.2.4.0; QS 5.3.0.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; QS 4.2.4.0; QS 5.3.0.4)" : {
5694 "browser" : "ie",
5695 "browser_major" : "7",
5696 "browser_minor" : ".0",
5697 "browser_string" : "MSIE",
5698 "engine" : "trident",
5699 "engine_beta" : "",
5700 "engine_major" : "4",
5701 "engine_minor" : ".0",
5702 "engine_string" : "Trident",
5703 "match" : [
5704 "windows",
5705 "winnt",
5706 "win32",
5707 "win7",
5708 "ie",
5709 "ie4up",
5710 "ie5up",
5711 "ie55up",
5712 "ie7",
5713 "ie_compat_mode",
5714 "trident",
5715 "dotnet"
5716 ],
5717 "os" : "windows",
5718 "os_string" : "Win7",
5719 "robot" : 0
5720 },
5721 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)" : {
5722 "browser" : "ie",
5723 "browser_major" : "8",
5724 "browser_minor" : ".0",
5725 "browser_string" : "MSIE",
5726 "engine" : "trident",
5727 "engine_beta" : "",
5728 "engine_major" : "4",
5729 "engine_minor" : ".0",
5730 "engine_string" : "Trident",
5731 "match" : [
5732 "windows",
5733 "winnt",
5734 "win32",
5735 "winxp",
5736 "ie",
5737 "ie4up",
5738 "ie5up",
5739 "ie55up",
5740 "ie8",
5741 "trident",
5742 "dotnet"
5743 ],
5744 "os" : "windows",
5745 "os_string" : "WinXP",
5746 "robot" : 0
5747 },
5748 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; CMDTDF)" : {
5749 "browser" : "ie",
5750 "browser_major" : "8",
5751 "browser_minor" : ".0",
5752 "browser_string" : "MSIE",
5753 "engine" : "trident",
5754 "engine_beta" : "",
5755 "engine_major" : "4",
5756 "engine_minor" : ".0",
5757 "engine_string" : "Trident",
5758 "match" : [
5759 "windows",
5760 "winnt",
5761 "win32",
5762 "winxp",
5763 "ie",
5764 "ie4up",
5765 "ie5up",
5766 "ie55up",
5767 "ie8",
5768 "trident",
5769 "dotnet"
5770 ],
5771 "os" : "windows",
5772 "os_string" : "WinXP",
5773 "robot" : 0
5774 },
5775 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; HPNTDF; AskTbATU2/5.11.3.15590)" : {
5776 "browser" : "ie",
5777 "browser_major" : "8",
5778 "browser_minor" : ".0",
5779 "browser_string" : "MSIE",
5780 "engine" : "trident",
5781 "engine_beta" : "",
5782 "engine_major" : "4",
5783 "engine_minor" : ".0",
5784 "engine_string" : "Trident",
5785 "match" : [
5786 "windows",
5787 "winnt",
5788 "win32",
5789 "winxp",
5790 "ie",
5791 "ie4up",
5792 "ie5up",
5793 "ie55up",
5794 "ie8",
5795 "trident",
5796 "dotnet"
5797 ],
5798 "os" : "windows",
5799 "os_string" : "WinXP",
5800 "robot" : 0
5801 },
5802 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Ant.com Toolbar 1.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 1.1.4322; BO1IE8_v1;ENUS)" : {
5803 "browser" : "ie",
5804 "browser_major" : "8",
5805 "browser_minor" : ".0",
5806 "browser_string" : "MSIE",
5807 "engine" : "trident",
5808 "engine_beta" : "",
5809 "engine_major" : "4",
5810 "engine_minor" : ".0",
5811 "engine_string" : "Trident",
5812 "match" : [
5813 "windows",
5814 "winnt",
5815 "win32",
5816 "winxp",
5817 "ie",
5818 "ie4up",
5819 "ie5up",
5820 "ie55up",
5821 "ie8",
5822 "trident",
5823 "dotnet"
5824 ],
5825 "os" : "windows",
5826 "os_string" : "WinXP",
5827 "robot" : 0
5828 },
5829 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS26707; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
5830 "browser" : "ie",
5831 "browser_major" : "8",
5832 "browser_minor" : ".0",
5833 "browser_string" : "MSIE",
5834 "engine" : "trident",
5835 "engine_beta" : "",
5836 "engine_major" : "4",
5837 "engine_minor" : ".0",
5838 "engine_string" : "Trident",
5839 "match" : [
5840 "windows",
5841 "winnt",
5842 "win32",
5843 "winxp",
5844 "ie",
5845 "ie4up",
5846 "ie5up",
5847 "ie55up",
5848 "ie8",
5849 "trident",
5850 "dotnet"
5851 ],
5852 "os" : "windows",
5853 "os_string" : "WinXP",
5854 "robot" : 0
5855 },
5856 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS26718; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; yie8; AskTbMOV/5.9.1.14019)" : {
5857 "browser" : "ie",
5858 "browser_major" : "8",
5859 "browser_minor" : ".0",
5860 "browser_string" : "MSIE",
5861 "engine" : "trident",
5862 "engine_beta" : "",
5863 "engine_major" : "4",
5864 "engine_minor" : ".0",
5865 "engine_string" : "Trident",
5866 "match" : [
5867 "windows",
5868 "winnt",
5869 "win32",
5870 "winxp",
5871 "ie",
5872 "ie4up",
5873 "ie5up",
5874 "ie55up",
5875 "ie8",
5876 "trident",
5877 "dotnet"
5878 ],
5879 "os" : "windows",
5880 "os_string" : "WinXP",
5881 "robot" : 0
5882 },
5883 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS6018; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
5884 "browser" : "ie",
5885 "browser_major" : "8",
5886 "browser_minor" : ".0",
5887 "browser_string" : "MSIE",
5888 "engine" : "trident",
5889 "engine_beta" : "",
5890 "engine_major" : "4",
5891 "engine_minor" : ".0",
5892 "engine_string" : "Trident",
5893 "match" : [
5894 "windows",
5895 "winnt",
5896 "win32",
5897 "winxp",
5898 "ie",
5899 "ie4up",
5900 "ie5up",
5901 "ie55up",
5902 "ie8",
5903 "trident",
5904 "dotnet"
5905 ],
5906 "os" : "windows",
5907 "os_string" : "WinXP",
5908 "robot" : 0
5909 },
5910 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS7181; InfoPath.2)" : {
5911 "browser" : "ie",
5912 "browser_major" : "8",
5913 "browser_minor" : ".0",
5914 "browser_string" : "MSIE",
5915 "engine" : "trident",
5916 "engine_beta" : "",
5917 "engine_major" : "4",
5918 "engine_minor" : ".0",
5919 "engine_string" : "Trident",
5920 "match" : [
5921 "windows",
5922 "winnt",
5923 "win32",
5924 "winxp",
5925 "ie",
5926 "ie4up",
5927 "ie5up",
5928 "ie55up",
5929 "ie8",
5930 "trident"
5931 ],
5932 "os" : "windows",
5933 "os_string" : "WinXP",
5934 "robot" : 0
5935 },
5936 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS7239; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; AskTbFF/5.11.3.15590)" : {
5937 "browser" : "ie",
5938 "browser_major" : "8",
5939 "browser_minor" : ".0",
5940 "browser_string" : "MSIE",
5941 "engine" : "trident",
5942 "engine_beta" : "",
5943 "engine_major" : "4",
5944 "engine_minor" : ".0",
5945 "engine_string" : "Trident",
5946 "match" : [
5947 "windows",
5948 "winnt",
5949 "win32",
5950 "winxp",
5951 "ie",
5952 "ie4up",
5953 "ie5up",
5954 "ie55up",
5955 "ie8",
5956 "trident",
5957 "dotnet"
5958 ],
5959 "os" : "windows",
5960 "os_string" : "WinXP",
5961 "robot" : 0
5962 },
5963 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FBSMTWB; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)" : {
5964 "browser" : "ie",
5965 "browser_major" : "8",
5966 "browser_minor" : ".0",
5967 "browser_string" : "MSIE",
5968 "engine" : "trident",
5969 "engine_beta" : "",
5970 "engine_major" : "4",
5971 "engine_minor" : ".0",
5972 "engine_string" : "Trident",
5973 "match" : [
5974 "windows",
5975 "winnt",
5976 "win32",
5977 "winxp",
5978 "ie",
5979 "ie4up",
5980 "ie5up",
5981 "ie55up",
5982 "ie8",
5983 "trident",
5984 "dotnet"
5985 ],
5986 "os" : "windows",
5987 "os_string" : "WinXP",
5988 "robot" : 0
5989 },
5990 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; BO2IE8_v1;ENUS)" : {
5991 "browser" : "ie",
5992 "browser_major" : "8",
5993 "browser_minor" : ".0",
5994 "browser_string" : "MSIE",
5995 "engine" : "trident",
5996 "engine_beta" : "",
5997 "engine_major" : "4",
5998 "engine_minor" : ".0",
5999 "engine_string" : "Trident",
6000 "match" : [
6001 "windows",
6002 "winnt",
6003 "win32",
6004 "winxp",
6005 "ie",
6006 "ie4up",
6007 "ie5up",
6008 "ie55up",
6009 "ie8",
6010 "trident",
6011 "dotnet"
6012 ],
6013 "os" : "windows",
6014 "os_string" : "WinXP",
6015 "robot" : 0
6016 },
6017 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322; WinNT-PAI 18.08.2009; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6018 "browser" : "ie",
6019 "browser_major" : "8",
6020 "browser_minor" : ".0",
6021 "browser_string" : "MSIE",
6022 "engine" : "trident",
6023 "engine_beta" : "",
6024 "engine_major" : "4",
6025 "engine_minor" : ".0",
6026 "engine_string" : "Trident",
6027 "match" : [
6028 "windows",
6029 "winnt",
6030 "win32",
6031 "winxp",
6032 "ie",
6033 "ie4up",
6034 "ie5up",
6035 "ie55up",
6036 "ie8",
6037 "trident",
6038 "dotnet"
6039 ],
6040 "os" : "windows",
6041 "os_string" : "WinXP",
6042 "robot" : 0
6043 },
6044 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; AskTbFWV5/5.12.2.16749; AskTb/)" : {
6045 "browser" : "ie",
6046 "browser_major" : "8",
6047 "browser_minor" : ".0",
6048 "browser_string" : "MSIE",
6049 "engine" : "trident",
6050 "engine_beta" : "",
6051 "engine_major" : "4",
6052 "engine_minor" : ".0",
6053 "engine_string" : "Trident",
6054 "match" : [
6055 "windows",
6056 "winnt",
6057 "win32",
6058 "winxp",
6059 "ie",
6060 "ie4up",
6061 "ie5up",
6062 "ie55up",
6063 "ie8",
6064 "trident"
6065 ],
6066 "os" : "windows",
6067 "os_string" : "WinXP",
6068 "robot" : 0
6069 },
6070 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6071 "browser" : "ie",
6072 "browser_major" : "8",
6073 "browser_minor" : ".0",
6074 "browser_string" : "MSIE",
6075 "engine" : "trident",
6076 "engine_beta" : "",
6077 "engine_major" : "4",
6078 "engine_minor" : ".0",
6079 "engine_string" : "Trident",
6080 "match" : [
6081 "windows",
6082 "winnt",
6083 "win32",
6084 "winxp",
6085 "ie",
6086 "ie4up",
6087 "ie5up",
6088 "ie55up",
6089 "ie8",
6090 "trident",
6091 "dotnet"
6092 ],
6093 "os" : "windows",
6094 "os_string" : "WinXP",
6095 "robot" : 0
6096 },
6097 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/1; BRI/2; yie8; Creative AutoUpdate v1.10.10)" : {
6098 "browser" : "ie",
6099 "browser_major" : "8",
6100 "browser_minor" : ".0",
6101 "browser_string" : "MSIE",
6102 "engine" : "trident",
6103 "engine_beta" : "",
6104 "engine_major" : "4",
6105 "engine_minor" : ".0",
6106 "engine_string" : "Trident",
6107 "match" : [
6108 "windows",
6109 "winnt",
6110 "win32",
6111 "winxp",
6112 "ie",
6113 "ie4up",
6114 "ie5up",
6115 "ie55up",
6116 "ie8",
6117 "trident",
6118 "dotnet"
6119 ],
6120 "os" : "windows",
6121 "os_string" : "WinXP",
6122 "robot" : 0
6123 },
6124 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; SIMBAR={0390CFD2-2FBA-41D3-9086-6461EA0D204E}; BTRS7390; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbHIP/5.11.3.15590)" : {
6125 "browser" : "ie",
6126 "browser_major" : "8",
6127 "browser_minor" : ".0",
6128 "browser_string" : "MSIE",
6129 "engine" : "trident",
6130 "engine_beta" : "",
6131 "engine_major" : "4",
6132 "engine_minor" : ".0",
6133 "engine_string" : "Trident",
6134 "match" : [
6135 "windows",
6136 "winnt",
6137 "win32",
6138 "winxp",
6139 "ie",
6140 "ie4up",
6141 "ie5up",
6142 "ie55up",
6143 "ie8",
6144 "trident",
6145 "dotnet"
6146 ],
6147 "os" : "windows",
6148 "os_string" : "WinXP",
6149 "robot" : 0
6150 },
6151 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; WinNT-A8U 19.03.2011; .NET4.0C; .NET CLR 2.0.50727; yie8)" : {
6152 "browser" : "ie",
6153 "browser_major" : "8",
6154 "browser_minor" : ".0",
6155 "browser_string" : "MSIE",
6156 "engine" : "trident",
6157 "engine_beta" : "",
6158 "engine_major" : "4",
6159 "engine_minor" : ".0",
6160 "engine_string" : "Trident",
6161 "match" : [
6162 "windows",
6163 "winnt",
6164 "win32",
6165 "winxp",
6166 "ie",
6167 "ie4up",
6168 "ie5up",
6169 "ie55up",
6170 "ie8",
6171 "trident",
6172 "dotnet"
6173 ],
6174 "os" : "windows",
6175 "os_string" : "WinXP",
6176 "robot" : 0
6177 },
6178 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; (R1 1.6); InfoPath.2)" : {
6179 "browser" : "ie",
6180 "browser_major" : "8",
6181 "browser_minor" : ".0",
6182 "browser_string" : "MSIE",
6183 "engine" : "trident",
6184 "engine_beta" : "",
6185 "engine_major" : "4",
6186 "engine_minor" : ".0",
6187 "engine_string" : "Trident",
6188 "match" : [
6189 "windows",
6190 "winnt",
6191 "win32",
6192 "winxp",
6193 "ie",
6194 "realplayer",
6195 "ie4up",
6196 "ie5up",
6197 "ie55up",
6198 "ie8",
6199 "trident"
6200 ],
6201 "os" : "windows",
6202 "os_string" : "WinXP",
6203 "robot" : 0
6204 },
6205 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; AskTbNRO2/5.11.3.15590)" : {
6206 "browser" : "ie",
6207 "browser_major" : "8",
6208 "browser_minor" : ".0",
6209 "browser_string" : "MSIE",
6210 "engine" : "trident",
6211 "engine_beta" : "",
6212 "engine_major" : "4",
6213 "engine_minor" : ".0",
6214 "engine_string" : "Trident",
6215 "match" : [
6216 "windows",
6217 "winnt",
6218 "win32",
6219 "winxp",
6220 "ie",
6221 "ie4up",
6222 "ie5up",
6223 "ie55up",
6224 "ie8",
6225 "trident",
6226 "dotnet"
6227 ],
6228 "os" : "windows",
6229 "os_string" : "WinXP",
6230 "robot" : 0
6231 },
6232 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbUT2V5/5.9.1.14019)" : {
6233 "browser" : "ie",
6234 "browser_major" : "8",
6235 "browser_minor" : ".0",
6236 "browser_string" : "MSIE",
6237 "engine" : "trident",
6238 "engine_beta" : "",
6239 "engine_major" : "4",
6240 "engine_minor" : ".0",
6241 "engine_string" : "Trident",
6242 "match" : [
6243 "windows",
6244 "winnt",
6245 "win32",
6246 "winxp",
6247 "ie",
6248 "ie4up",
6249 "ie5up",
6250 "ie55up",
6251 "ie8",
6252 "trident",
6253 "dotnet"
6254 ],
6255 "os" : "windows",
6256 "os_string" : "WinXP",
6257 "robot" : 0
6258 },
6259 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbMP3DS/5.11.3.15590)" : {
6260 "browser" : "ie",
6261 "browser_major" : "8",
6262 "browser_minor" : ".0",
6263 "browser_string" : "MSIE",
6264 "engine" : "trident",
6265 "engine_beta" : "",
6266 "engine_major" : "4",
6267 "engine_minor" : ".0",
6268 "engine_string" : "Trident",
6269 "match" : [
6270 "windows",
6271 "winnt",
6272 "win32",
6273 "winxp",
6274 "ie",
6275 "ie4up",
6276 "ie5up",
6277 "ie55up",
6278 "ie8",
6279 "trident",
6280 "dotnet"
6281 ],
6282 "os" : "windows",
6283 "os_string" : "WinXP",
6284 "robot" : 0
6285 },
6286 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; InfoPath.2; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbMYC-ST/5.12.1.16460)" : {
6287 "browser" : "ie",
6288 "browser_major" : "8",
6289 "browser_minor" : ".0",
6290 "browser_string" : "MSIE",
6291 "engine" : "trident",
6292 "engine_beta" : "",
6293 "engine_major" : "4",
6294 "engine_minor" : ".0",
6295 "engine_string" : "Trident",
6296 "match" : [
6297 "windows",
6298 "winnt",
6299 "win32",
6300 "winxp",
6301 "ie",
6302 "ie4up",
6303 "ie5up",
6304 "ie55up",
6305 "ie8",
6306 "trident",
6307 "dotnet"
6308 ],
6309 "os" : "windows",
6310 "os_string" : "WinXP",
6311 "robot" : 0
6312 },
6313 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbIMB/5.12.1.16460)" : {
6314 "browser" : "ie",
6315 "browser_major" : "8",
6316 "browser_minor" : ".0",
6317 "browser_string" : "MSIE",
6318 "engine" : "trident",
6319 "engine_beta" : "",
6320 "engine_major" : "4",
6321 "engine_minor" : ".0",
6322 "engine_string" : "Trident",
6323 "match" : [
6324 "windows",
6325 "winnt",
6326 "win32",
6327 "winxp",
6328 "ie",
6329 "ie4up",
6330 "ie5up",
6331 "ie55up",
6332 "ie8",
6333 "trident",
6334 "dotnet"
6335 ],
6336 "os" : "windows",
6337 "os_string" : "WinXP",
6338 "robot" : 0
6339 },
6340 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; AskTbATU3/5.8.0.12304)" : {
6341 "browser" : "ie",
6342 "browser_major" : "8",
6343 "browser_minor" : ".0",
6344 "browser_string" : "MSIE",
6345 "engine" : "trident",
6346 "engine_beta" : "",
6347 "engine_major" : "4",
6348 "engine_minor" : ".0",
6349 "engine_string" : "Trident",
6350 "match" : [
6351 "windows",
6352 "winnt",
6353 "win32",
6354 "winxp",
6355 "ie",
6356 "ie4up",
6357 "ie5up",
6358 "ie55up",
6359 "ie8",
6360 "trident",
6361 "dotnet"
6362 ],
6363 "os" : "windows",
6364 "os_string" : "WinXP",
6365 "robot" : 0
6366 },
6367 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; AskTbMPC2/5.11.0.15286)" : {
6368 "browser" : "ie",
6369 "browser_major" : "8",
6370 "browser_minor" : ".0",
6371 "browser_string" : "MSIE",
6372 "engine" : "trident",
6373 "engine_beta" : "",
6374 "engine_major" : "4",
6375 "engine_minor" : ".0",
6376 "engine_string" : "Trident",
6377 "match" : [
6378 "windows",
6379 "winnt",
6380 "win32",
6381 "winxp",
6382 "ie",
6383 "ie4up",
6384 "ie5up",
6385 "ie55up",
6386 "ie8",
6387 "trident"
6388 ],
6389 "os" : "windows",
6390 "os_string" : "WinXP",
6391 "robot" : 0
6392 },
6393 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MRA 5.10 (build 5339); GTB7.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" : {
6394 "browser" : "ie",
6395 "browser_major" : "8",
6396 "browser_minor" : ".0",
6397 "browser_string" : "MSIE",
6398 "engine" : "trident",
6399 "engine_beta" : "",
6400 "engine_major" : "4",
6401 "engine_minor" : ".0",
6402 "engine_string" : "Trident",
6403 "match" : [
6404 "windows",
6405 "winnt",
6406 "win32",
6407 "winxp",
6408 "ie",
6409 "ie4up",
6410 "ie5up",
6411 "ie55up",
6412 "ie8",
6413 "trident",
6414 "dotnet"
6415 ],
6416 "os" : "windows",
6417 "os_string" : "WinXP",
6418 "robot" : 0
6419 },
6420 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; QQDownload 627; GTB6.6)" : {
6421 "browser" : "ie",
6422 "browser_major" : "8",
6423 "browser_minor" : ".0",
6424 "browser_string" : "MSIE",
6425 "engine" : "trident",
6426 "engine_beta" : "",
6427 "engine_major" : "4",
6428 "engine_minor" : ".0",
6429 "engine_string" : "Trident",
6430 "match" : [
6431 "windows",
6432 "winnt",
6433 "win32",
6434 "winxp",
6435 "ie",
6436 "ie4up",
6437 "ie5up",
6438 "ie55up",
6439 "ie8",
6440 "trident"
6441 ],
6442 "os" : "windows",
6443 "os_string" : "WinXP",
6444 "robot" : 0
6445 },
6446 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={005E1D16-F67A-11DD-B20E-00215A1428B0}; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6447 "browser" : "ie",
6448 "browser_major" : "8",
6449 "browser_minor" : ".0",
6450 "browser_string" : "MSIE",
6451 "engine" : "trident",
6452 "engine_beta" : "",
6453 "engine_major" : "4",
6454 "engine_minor" : ".0",
6455 "engine_string" : "Trident",
6456 "match" : [
6457 "windows",
6458 "winnt",
6459 "win32",
6460 "winxp",
6461 "ie",
6462 "ie4up",
6463 "ie5up",
6464 "ie55up",
6465 "ie8",
6466 "trident",
6467 "dotnet"
6468 ],
6469 "os" : "windows",
6470 "os_string" : "WinXP",
6471 "robot" : 0
6472 },
6473 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={6B1BE3BF-ED01-4022-B40F-D4ED79387298}; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6474 "browser" : "ie",
6475 "browser_major" : "8",
6476 "browser_minor" : ".0",
6477 "browser_string" : "MSIE",
6478 "engine" : "trident",
6479 "engine_beta" : "",
6480 "engine_major" : "4",
6481 "engine_minor" : ".0",
6482 "engine_string" : "Trident",
6483 "match" : [
6484 "windows",
6485 "winnt",
6486 "win32",
6487 "winxp",
6488 "ie",
6489 "ie4up",
6490 "ie5up",
6491 "ie55up",
6492 "ie8",
6493 "trident",
6494 "dotnet"
6495 ],
6496 "os" : "windows",
6497 "os_string" : "WinXP",
6498 "robot" : 0
6499 },
6500 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={A544FCB0-7389-11E0-B0E8-000AE661F44F}; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6501 "browser" : "ie",
6502 "browser_major" : "8",
6503 "browser_minor" : ".0",
6504 "browser_string" : "MSIE",
6505 "engine" : "trident",
6506 "engine_beta" : "",
6507 "engine_major" : "4",
6508 "engine_minor" : ".0",
6509 "engine_string" : "Trident",
6510 "match" : [
6511 "windows",
6512 "winnt",
6513 "win32",
6514 "winxp",
6515 "ie",
6516 "ie4up",
6517 "ie5up",
6518 "ie55up",
6519 "ie8",
6520 "trident",
6521 "dotnet"
6522 ],
6523 "os" : "windows",
6524 "os_string" : "WinXP",
6525 "robot" : 0
6526 },
6527 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; TuneUp HTML Client Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729" : {
6528 "browser" : "ie",
6529 "browser_major" : "8",
6530 "browser_minor" : ".0",
6531 "browser_string" : "MSIE",
6532 "engine" : "trident",
6533 "engine_beta" : "",
6534 "engine_major" : "4",
6535 "engine_minor" : ".0",
6536 "engine_string" : "Trident",
6537 "match" : [
6538 "windows",
6539 "winnt",
6540 "win32",
6541 "winxp",
6542 "ie",
6543 "ie4up",
6544 "ie5up",
6545 "ie55up",
6546 "ie8",
6547 "trident",
6548 "dotnet"
6549 ],
6550 "os" : "windows",
6551 "os_string" : "WinXP",
6552 "robot" : 0
6553 },
6554 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/11.0.696.68; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET4.0E; .NET4.0C; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" : {
6555 "browser" : "ie",
6556 "browser_major" : "8",
6557 "browser_minor" : ".0",
6558 "browser_string" : "MSIE",
6559 "engine" : "trident",
6560 "engine_beta" : "",
6561 "engine_major" : "4",
6562 "engine_minor" : ".0",
6563 "engine_string" : "Trident",
6564 "match" : [
6565 "windows",
6566 "winnt",
6567 "win32",
6568 "winxp",
6569 "ie",
6570 "ie4up",
6571 "ie5up",
6572 "ie55up",
6573 "ie8",
6574 "trident",
6575 "dotnet"
6576 ],
6577 "os" : "windows",
6578 "os_string" : "WinXP",
6579 "robot" : 0
6580 },
6581 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; msn OptimizedIE8;ENIN)" : {
6582 "browser" : "ie",
6583 "browser_major" : "8",
6584 "browser_minor" : ".0",
6585 "browser_string" : "MSIE",
6586 "engine" : "trident",
6587 "engine_beta" : "",
6588 "engine_major" : "4",
6589 "engine_minor" : ".0",
6590 "engine_string" : "Trident",
6591 "match" : [
6592 "windows",
6593 "winnt",
6594 "win32",
6595 "winxp",
6596 "ie",
6597 "ie4up",
6598 "ie5up",
6599 "ie55up",
6600 "ie8",
6601 "trident"
6602 ],
6603 "os" : "windows",
6604 "os_string" : "WinXP",
6605 "robot" : 0
6606 },
6607 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; BLNGBAR; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C)" : {
6608 "browser" : "ie",
6609 "browser_major" : "8",
6610 "browser_minor" : ".0",
6611 "browser_string" : "MSIE",
6612 "engine" : "trident",
6613 "engine_beta" : "",
6614 "engine_major" : "4",
6615 "engine_minor" : ".0",
6616 "engine_string" : "Trident",
6617 "match" : [
6618 "windows",
6619 "winnt",
6620 "win32",
6621 "winvista",
6622 "ie",
6623 "ie4up",
6624 "ie5up",
6625 "ie55up",
6626 "ie8",
6627 "trident",
6628 "dotnet"
6629 ],
6630 "os" : "windows",
6631 "os_string" : "WinVista",
6632 "robot" : 0
6633 },
6634 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; BTRS26718; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; InfoPath.2; BRI/2)" : {
6635 "browser" : "ie",
6636 "browser_major" : "8",
6637 "browser_minor" : ".0",
6638 "browser_string" : "MSIE",
6639 "engine" : "trident",
6640 "engine_beta" : "",
6641 "engine_major" : "4",
6642 "engine_minor" : ".0",
6643 "engine_string" : "Trident",
6644 "match" : [
6645 "windows",
6646 "winnt",
6647 "win32",
6648 "winvista",
6649 "ie",
6650 "ie4up",
6651 "ie5up",
6652 "ie55up",
6653 "ie8",
6654 "trident",
6655 "dotnet"
6656 ],
6657 "os" : "windows",
6658 "os_string" : "WinVista",
6659 "robot" : 0
6660 },
6661 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; .NET4.0C; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; 898700716703; system:4.00231)" : {
6662 "browser" : "ie",
6663 "browser_major" : "8",
6664 "browser_minor" : ".0",
6665 "browser_string" : "MSIE",
6666 "engine" : "trident",
6667 "engine_beta" : "",
6668 "engine_major" : "4",
6669 "engine_minor" : ".0",
6670 "engine_string" : "Trident",
6671 "match" : [
6672 "windows",
6673 "winnt",
6674 "win32",
6675 "winvista",
6676 "ie",
6677 "ie4up",
6678 "ie5up",
6679 "ie55up",
6680 "ie8",
6681 "trident",
6682 "dotnet"
6683 ],
6684 "os" : "windows",
6685 "os_string" : "WinVista",
6686 "robot" : 0
6687 },
6688 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET CLR 3.0.30729; msn OptimizedIE8;ESMX)" : {
6689 "browser" : "ie",
6690 "browser_major" : "8",
6691 "browser_minor" : ".0",
6692 "browser_string" : "MSIE",
6693 "engine" : "trident",
6694 "engine_beta" : "",
6695 "engine_major" : "4",
6696 "engine_minor" : ".0",
6697 "engine_string" : "Trident",
6698 "match" : [
6699 "windows",
6700 "winnt",
6701 "win32",
6702 "winvista",
6703 "ie",
6704 "ie4up",
6705 "ie5up",
6706 "ie55up",
6707 "ie8",
6708 "trident",
6709 "dotnet"
6710 ],
6711 "os" : "windows",
6712 "os_string" : "WinVista",
6713 "robot" : 0
6714 },
6715 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; MRA 5.5 (build 02842); SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; .NET CLR 3.0.30729; OfficeLivePatch.1.3; .NET CLR 1.1.4322)" : {
6716 "browser" : "ie",
6717 "browser_major" : "8",
6718 "browser_minor" : ".0",
6719 "browser_string" : "MSIE",
6720 "engine" : "trident",
6721 "engine_beta" : "",
6722 "engine_major" : "4",
6723 "engine_minor" : ".0",
6724 "engine_string" : "Trident",
6725 "match" : [
6726 "windows",
6727 "winnt",
6728 "win32",
6729 "winvista",
6730 "ie",
6731 "ie4up",
6732 "ie5up",
6733 "ie55up",
6734 "ie8",
6735 "trident",
6736 "dotnet"
6737 ],
6738 "os" : "windows",
6739 "os_string" : "WinVista",
6740 "robot" : 0
6741 },
6742 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={6909F680-0FB6-11E0-BDEF-001BB988ACEC}; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; InfoPath.2)" : {
6743 "browser" : "ie",
6744 "browser_major" : "8",
6745 "browser_minor" : ".0",
6746 "browser_string" : "MSIE",
6747 "engine" : "trident",
6748 "engine_beta" : "",
6749 "engine_major" : "4",
6750 "engine_minor" : ".0",
6751 "engine_string" : "Trident",
6752 "match" : [
6753 "windows",
6754 "winnt",
6755 "win32",
6756 "winvista",
6757 "ie",
6758 "ie4up",
6759 "ie5up",
6760 "ie55up",
6761 "ie8",
6762 "trident",
6763 "dotnet"
6764 ],
6765 "os" : "windows",
6766 "os_string" : "WinVista",
6767 "robot" : 0
6768 },
6769 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; AskTbCS-ST/5.9.1.14019)" : {
6770 "browser" : "ie",
6771 "browser_major" : "8",
6772 "browser_minor" : ".0",
6773 "browser_string" : "MSIE",
6774 "engine" : "trident",
6775 "engine_beta" : "",
6776 "engine_major" : "4",
6777 "engine_minor" : ".0",
6778 "engine_string" : "Trident",
6779 "match" : [
6780 "windows",
6781 "winnt",
6782 "win32",
6783 "winvista",
6784 "ie",
6785 "ie4up",
6786 "ie5up",
6787 "ie55up",
6788 "ie8",
6789 "trident",
6790 "dotnet"
6791 ],
6792 "os" : "windows",
6793 "os_string" : "WinVista",
6794 "robot" : 0
6795 },
6796 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; SVD; .NET4.0C)" : {
6797 "browser" : "ie",
6798 "browser_major" : "8",
6799 "browser_minor" : ".0",
6800 "browser_string" : "MSIE",
6801 "engine" : "trident",
6802 "engine_beta" : "",
6803 "engine_major" : "4",
6804 "engine_minor" : ".0",
6805 "engine_string" : "Trident",
6806 "match" : [
6807 "windows",
6808 "winnt",
6809 "win32",
6810 "winvista",
6811 "ie",
6812 "ie4up",
6813 "ie5up",
6814 "ie55up",
6815 "ie8",
6816 "trident",
6817 "dotnet"
6818 ],
6819 "os" : "windows",
6820 "os_string" : "WinVista",
6821 "robot" : 0
6822 },
6823 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; AskTB5.6)" : {
6824 "browser" : "ie",
6825 "browser_major" : "8",
6826 "browser_minor" : ".0",
6827 "browser_string" : "MSIE",
6828 "engine" : "trident",
6829 "engine_beta" : "",
6830 "engine_major" : "4",
6831 "engine_minor" : ".0",
6832 "engine_string" : "Trident",
6833 "match" : [
6834 "windows",
6835 "winnt",
6836 "win32",
6837 "win7",
6838 "ie",
6839 "ie4up",
6840 "ie5up",
6841 "ie55up",
6842 "ie8",
6843 "trident",
6844 "dotnet"
6845 ],
6846 "os" : "windows",
6847 "os_string" : "Win7",
6848 "robot" : 0
6849 },
6850 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS28059; SIMBAR={7F9B9B37-747C-11E0-9403-4487FC817C3B}; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; ShopperReports 3.0.497.0; S" : {
6851 "browser" : "ie",
6852 "browser_major" : "8",
6853 "browser_minor" : ".0",
6854 "browser_string" : "MSIE",
6855 "engine" : "trident",
6856 "engine_beta" : "",
6857 "engine_major" : "4",
6858 "engine_minor" : ".0",
6859 "engine_string" : "Trident",
6860 "match" : [
6861 "windows",
6862 "winnt",
6863 "win32",
6864 "win7",
6865 "ie",
6866 "ie4up",
6867 "ie5up",
6868 "ie55up",
6869 "ie8",
6870 "trident",
6871 "dotnet"
6872 ],
6873 "os" : "windows",
6874 "os_string" : "Win7",
6875 "robot" : 0
6876 },
6877 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS28496; FunWebProducts; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)" : {
6878 "browser" : "ie",
6879 "browser_major" : "8",
6880 "browser_minor" : ".0",
6881 "browser_string" : "MSIE",
6882 "engine" : "trident",
6883 "engine_beta" : "",
6884 "engine_major" : "4",
6885 "engine_minor" : ".0",
6886 "engine_string" : "Trident",
6887 "match" : [
6888 "windows",
6889 "winnt",
6890 "win32",
6891 "win7",
6892 "ie",
6893 "ie4up",
6894 "ie5up",
6895 "ie55up",
6896 "ie8",
6897 "trident",
6898 "dotnet"
6899 ],
6900 "os" : "windows",
6901 "os_string" : "Win7",
6902 "robot" : 0
6903 },
6904 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; BTRS5841; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)" : {
6905 "browser" : "ie",
6906 "browser_major" : "8",
6907 "browser_minor" : ".0",
6908 "browser_string" : "MSIE",
6909 "engine" : "trident",
6910 "engine_beta" : "",
6911 "engine_major" : "4",
6912 "engine_minor" : ".0",
6913 "engine_string" : "Trident",
6914 "match" : [
6915 "windows",
6916 "winnt",
6917 "win32",
6918 "win7",
6919 "ie",
6920 "ie4up",
6921 "ie5up",
6922 "ie55up",
6923 "ie8",
6924 "trident",
6925 "dotnet"
6926 ],
6927 "os" : "windows",
6928 "os_string" : "Win7",
6929 "robot" : 0
6930 },
6931 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Facicons; BTRS26734; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; BRI/2; AskTB5.8)" : {
6932 "browser" : "ie",
6933 "browser_major" : "8",
6934 "browser_minor" : ".0",
6935 "browser_string" : "MSIE",
6936 "engine" : "trident",
6937 "engine_beta" : "",
6938 "engine_major" : "4",
6939 "engine_minor" : ".0",
6940 "engine_string" : "Trident",
6941 "match" : [
6942 "windows",
6943 "winnt",
6944 "win32",
6945 "win7",
6946 "ie",
6947 "ie4up",
6948 "ie5up",
6949 "ie55up",
6950 "ie8",
6951 "trident",
6952 "dotnet"
6953 ],
6954 "os" : "windows",
6955 "os_string" : "Win7",
6956 "robot" : 0
6957 },
6958 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; FunWebProducts; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; AskTbFXTV5/5.11.3.15590)" : {
6959 "browser" : "ie",
6960 "browser_major" : "8",
6961 "browser_minor" : ".0",
6962 "browser_string" : "MSIE",
6963 "engine" : "trident",
6964 "engine_beta" : "",
6965 "engine_major" : "4",
6966 "engine_minor" : ".0",
6967 "engine_string" : "Trident",
6968 "match" : [
6969 "windows",
6970 "winnt",
6971 "win32",
6972 "win7",
6973 "ie",
6974 "ie4up",
6975 "ie5up",
6976 "ie55up",
6977 "ie8",
6978 "trident",
6979 "dotnet"
6980 ],
6981 "os" : "windows",
6982 "os_string" : "Win7",
6983 "robot" : 0
6984 },
6985 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; BTRS25104; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; InfoPath.1; Tablet PC 2.0; .NET4.0C)" : {
6986 "browser" : "ie",
6987 "browser_major" : "8",
6988 "browser_minor" : ".0",
6989 "browser_string" : "MSIE",
6990 "engine" : "trident",
6991 "engine_beta" : "",
6992 "engine_major" : "4",
6993 "engine_minor" : ".0",
6994 "engine_string" : "Trident",
6995 "match" : [
6996 "windows",
6997 "winnt",
6998 "win32",
6999 "win7",
7000 "ie",
7001 "ie4up",
7002 "ie5up",
7003 "ie55up",
7004 "ie8",
7005 "trident",
7006 "dotnet"
7007 ],
7008 "os" : "windows",
7009 "os_string" : "Win7",
7010 "robot" : 0
7011 },
7012 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; BTRS27190; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BRI/2; AskTbSTC/5.9.1.14019)" : {
7013 "browser" : "ie",
7014 "browser_major" : "8",
7015 "browser_minor" : ".0",
7016 "browser_string" : "MSIE",
7017 "engine" : "trident",
7018 "engine_beta" : "",
7019 "engine_major" : "4",
7020 "engine_minor" : ".0",
7021 "engine_string" : "Trident",
7022 "match" : [
7023 "windows",
7024 "winnt",
7025 "win32",
7026 "win7",
7027 "ie",
7028 "ie4up",
7029 "ie5up",
7030 "ie55up",
7031 "ie8",
7032 "trident",
7033 "dotnet"
7034 ],
7035 "os" : "windows",
7036 "os_string" : "Win7",
7037 "robot" : 0
7038 },
7039 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022; Media Center PC 5.0; SLCC1; InfoPath.2; .NET4.0C; Table" : {
7040 "browser" : "ie",
7041 "browser_major" : "8",
7042 "browser_minor" : ".0",
7043 "browser_string" : "MSIE",
7044 "engine" : "trident",
7045 "engine_beta" : "",
7046 "engine_major" : "4",
7047 "engine_minor" : ".0",
7048 "engine_string" : "Trident",
7049 "match" : [
7050 "windows",
7051 "winnt",
7052 "win32",
7053 "win7",
7054 "ie",
7055 "ie4up",
7056 "ie5up",
7057 "ie55up",
7058 "ie8",
7059 "trident",
7060 "dotnet"
7061 ],
7062 "os" : "windows",
7063 "os_string" : "Win7",
7064 "robot" : 0
7065 },
7066 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1; AskTbMPC2/5.11.0.15286; handyCafeCln/3.3.21; handyCafeCFW/3.3.33 en)" : {
7067 "browser" : "ie",
7068 "browser_major" : "8",
7069 "browser_minor" : ".0",
7070 "browser_string" : "MSIE",
7071 "engine" : "trident",
7072 "engine_beta" : "",
7073 "engine_major" : "4",
7074 "engine_minor" : ".0",
7075 "engine_string" : "Trident",
7076 "match" : [
7077 "windows",
7078 "winnt",
7079 "win32",
7080 "win7",
7081 "ie",
7082 "ie4up",
7083 "ie5up",
7084 "ie55up",
7085 "ie8",
7086 "trident",
7087 "dotnet"
7088 ],
7089 "os" : "windows",
7090 "os_string" : "Win7",
7091 "robot" : 0
7092 },
7093 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbBLT/5.12.1.16460)" : {
7094 "browser" : "ie",
7095 "browser_major" : "8",
7096 "browser_minor" : ".0",
7097 "browser_string" : "MSIE",
7098 "engine" : "trident",
7099 "engine_beta" : "",
7100 "engine_major" : "4",
7101 "engine_minor" : ".0",
7102 "engine_string" : "Trident",
7103 "match" : [
7104 "windows",
7105 "winnt",
7106 "win32",
7107 "win7",
7108 "ie",
7109 "ie4up",
7110 "ie5up",
7111 "ie55up",
7112 "ie8",
7113 "trident",
7114 "dotnet"
7115 ],
7116 "os" : "windows",
7117 "os_string" : "Win7",
7118 "robot" : 0
7119 },
7120 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbFLV/5.11.3.15590)" : {
7121 "browser" : "ie",
7122 "browser_major" : "8",
7123 "browser_minor" : ".0",
7124 "browser_string" : "MSIE",
7125 "engine" : "trident",
7126 "engine_beta" : "",
7127 "engine_major" : "4",
7128 "engine_minor" : ".0",
7129 "engine_string" : "Trident",
7130 "match" : [
7131 "windows",
7132 "winnt",
7133 "win32",
7134 "win7",
7135 "ie",
7136 "ie4up",
7137 "ie5up",
7138 "ie55up",
7139 "ie8",
7140 "trident",
7141 "dotnet"
7142 ],
7143 "os" : "windows",
7144 "os_string" : "Win7",
7145 "robot" : 0
7146 },
7147 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbSB/5.11.3.15590; .NET4.0C)" : {
7148 "browser" : "ie",
7149 "browser_major" : "8",
7150 "browser_minor" : ".0",
7151 "browser_string" : "MSIE",
7152 "engine" : "trident",
7153 "engine_beta" : "",
7154 "engine_major" : "4",
7155 "engine_minor" : ".0",
7156 "engine_string" : "Trident",
7157 "match" : [
7158 "windows",
7159 "winnt",
7160 "win32",
7161 "win7",
7162 "ie",
7163 "ie4up",
7164 "ie5up",
7165 "ie55up",
7166 "ie8",
7167 "trident",
7168 "dotnet"
7169 ],
7170 "os" : "windows",
7171 "os_string" : "Win7",
7172 "robot" : 0
7173 },
7174 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; AskTbNG1V5/5.9.1.14019)" : {
7175 "browser" : "ie",
7176 "browser_major" : "8",
7177 "browser_minor" : ".0",
7178 "browser_string" : "MSIE",
7179 "engine" : "trident",
7180 "engine_beta" : "",
7181 "engine_major" : "4",
7182 "engine_minor" : ".0",
7183 "engine_string" : "Trident",
7184 "match" : [
7185 "windows",
7186 "winnt",
7187 "win32",
7188 "win7",
7189 "ie",
7190 "ie4up",
7191 "ie5up",
7192 "ie55up",
7193 "ie8",
7194 "trident",
7195 "dotnet"
7196 ],
7197 "os" : "windows",
7198 "os_string" : "Win7",
7199 "robot" : 0
7200 },
7201 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GoogleT5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; AskTbGOM2/5.11.3.15590)" : {
7202 "browser" : "ie",
7203 "browser_major" : "8",
7204 "browser_minor" : ".0",
7205 "browser_string" : "MSIE",
7206 "engine" : "trident",
7207 "engine_beta" : "",
7208 "engine_major" : "4",
7209 "engine_minor" : ".0",
7210 "engine_string" : "Trident",
7211 "match" : [
7212 "windows",
7213 "winnt",
7214 "win32",
7215 "win7",
7216 "ie",
7217 "ie4up",
7218 "ie5up",
7219 "ie55up",
7220 "ie8",
7221 "trident",
7222 "dotnet"
7223 ],
7224 "os" : "windows",
7225 "os_string" : "Win7",
7226 "robot" : 0
7227 },
7228 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={3BC6F5F3-F29C-11DF-BE85-00247EEDA605}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTB5.5)" : {
7229 "browser" : "ie",
7230 "browser_major" : "8",
7231 "browser_minor" : ".0",
7232 "browser_string" : "MSIE",
7233 "engine" : "trident",
7234 "engine_beta" : "",
7235 "engine_major" : "4",
7236 "engine_minor" : ".0",
7237 "engine_string" : "Trident",
7238 "match" : [
7239 "windows",
7240 "winnt",
7241 "win32",
7242 "win7",
7243 "ie",
7244 "ie4up",
7245 "ie5up",
7246 "ie55up",
7247 "ie8",
7248 "trident",
7249 "dotnet"
7250 ],
7251 "os" : "windows",
7252 "os_string" : "Win7",
7253 "robot" : 0
7254 },
7255 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={5688C0A4-8195-11E0-BD2B-0023AE12D174}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFLV/5.12.1.16460; InfoPath.2)" : {
7256 "browser" : "ie",
7257 "browser_major" : "8",
7258 "browser_minor" : ".0",
7259 "browser_string" : "MSIE",
7260 "engine" : "trident",
7261 "engine_beta" : "",
7262 "engine_major" : "4",
7263 "engine_minor" : ".0",
7264 "engine_string" : "Trident",
7265 "match" : [
7266 "windows",
7267 "winnt",
7268 "win32",
7269 "win7",
7270 "ie",
7271 "ie4up",
7272 "ie5up",
7273 "ie55up",
7274 "ie8",
7275 "trident",
7276 "dotnet"
7277 ],
7278 "os" : "windows",
7279 "os_string" : "Win7",
7280 "robot" : 0
7281 },
7282 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={87F6FB80-4BC5-11E0-B2E6-0C607693518C}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbPTV2/5.11.3.15590)" : {
7283 "browser" : "ie",
7284 "browser_major" : "8",
7285 "browser_minor" : ".0",
7286 "browser_string" : "MSIE",
7287 "engine" : "trident",
7288 "engine_beta" : "",
7289 "engine_major" : "4",
7290 "engine_minor" : ".0",
7291 "engine_string" : "Trident",
7292 "match" : [
7293 "windows",
7294 "winnt",
7295 "win32",
7296 "win7",
7297 "ie",
7298 "ie4up",
7299 "ie5up",
7300 "ie55up",
7301 "ie8",
7302 "trident",
7303 "dotnet"
7304 ],
7305 "os" : "windows",
7306 "os_string" : "Win7",
7307 "robot" : 0
7308 },
7309 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={B6443B10-2657-11E0-ACE1-0002721A8AA9}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3" : {
7310 "browser" : "ie",
7311 "browser_major" : "8",
7312 "browser_minor" : ".0",
7313 "browser_string" : "MSIE",
7314 "engine" : "trident",
7315 "engine_beta" : "",
7316 "engine_major" : "4",
7317 "engine_minor" : ".0",
7318 "engine_string" : "Trident",
7319 "match" : [
7320 "windows",
7321 "winnt",
7322 "win32",
7323 "win7",
7324 "ie",
7325 "ie4up",
7326 "ie5up",
7327 "ie55up",
7328 "ie8",
7329 "trident",
7330 "dotnet"
7331 ],
7332 "os" : "windows",
7333 "os_string" : "Win7",
7334 "robot" : 0
7335 },
7336 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SIMBAR={E38C5794-2DB1-458B-AC51-59B95D8BC95D}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbFF/5.12.1.16460)" : {
7337 "browser" : "ie",
7338 "browser_major" : "8",
7339 "browser_minor" : ".0",
7340 "browser_string" : "MSIE",
7341 "engine" : "trident",
7342 "engine_beta" : "",
7343 "engine_major" : "4",
7344 "engine_minor" : ".0",
7345 "engine_string" : "Trident",
7346 "match" : [
7347 "windows",
7348 "winnt",
7349 "win32",
7350 "win7",
7351 "ie",
7352 "ie4up",
7353 "ie5up",
7354 "ie55up",
7355 "ie8",
7356 "trident",
7357 "dotnet"
7358 ],
7359 "os" : "windows",
7360 "os_string" : "Win7",
7361 "robot" : 0
7362 },
7363 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; Tablet PC 2.0; handyCafeCln" : {
7364 "browser" : "ie",
7365 "browser_major" : "8",
7366 "browser_minor" : ".0",
7367 "browser_string" : "MSIE",
7368 "engine" : "trident",
7369 "engine_beta" : "",
7370 "engine_major" : "4",
7371 "engine_minor" : ".0",
7372 "engine_string" : "Trident",
7373 "match" : [
7374 "windows",
7375 "winnt",
7376 "win32",
7377 "win7",
7378 "ie",
7379 "ie4up",
7380 "ie5up",
7381 "ie55up",
7382 "ie8",
7383 "trident",
7384 "dotnet"
7385 ],
7386 "os" : "windows",
7387 "os_string" : "Win7",
7388 "robot" : 0
7389 },
7390 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)" : {
7391 "browser" : "ie",
7392 "browser_major" : "8",
7393 "browser_minor" : ".0",
7394 "browser_string" : "MSIE",
7395 "engine" : "trident",
7396 "engine_beta" : "",
7397 "engine_major" : "4",
7398 "engine_minor" : ".0",
7399 "engine_string" : "Trident",
7400 "match" : [
7401 "windows",
7402 "winnt",
7403 "win32",
7404 "win7",
7405 "ie",
7406 "ie4up",
7407 "ie5up",
7408 "ie55up",
7409 "ie8",
7410 "trident",
7411 "dotnet"
7412 ],
7413 "os" : "windows",
7414 "os_string" : "Win7",
7415 "robot" : 0
7416 },
7417 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" : {
7418 "browser" : "ie",
7419 "browser_major" : "8",
7420 "browser_minor" : ".0",
7421 "browser_string" : "MSIE",
7422 "engine" : "trident",
7423 "engine_beta" : "",
7424 "engine_major" : "4",
7425 "engine_minor" : ".0",
7426 "engine_string" : "Trident",
7427 "match" : [
7428 "windows",
7429 "winnt",
7430 "win32",
7431 "win7",
7432 "ie",
7433 "ie4up",
7434 "ie5up",
7435 "ie55up",
7436 "ie8",
7437 "trident",
7438 "dotnet"
7439 ],
7440 "os" : "windows",
7441 "os_string" : "Win7",
7442 "robot" : 0
7443 },
7444 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MCIT 1.0)" : {
7445 "browser" : "ie",
7446 "browser_major" : "8",
7447 "browser_minor" : ".0",
7448 "browser_string" : "MSIE",
7449 "engine" : "trident",
7450 "engine_beta" : "",
7451 "engine_major" : "4",
7452 "engine_minor" : ".0",
7453 "engine_string" : "Trident",
7454 "match" : [
7455 "windows",
7456 "winnt",
7457 "win32",
7458 "win7",
7459 "ie",
7460 "ie4up",
7461 "ie5up",
7462 "ie55up",
7463 "ie8",
7464 "trident",
7465 "dotnet"
7466 ],
7467 "os" : "windows",
7468 "os_string" : "Win7",
7469 "robot" : 0
7470 },
7471 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbACDS/5.11.0.15286)" : {
7472 "browser" : "ie",
7473 "browser_major" : "8",
7474 "browser_minor" : ".0",
7475 "browser_string" : "MSIE",
7476 "engine" : "trident",
7477 "engine_beta" : "",
7478 "engine_major" : "4",
7479 "engine_minor" : ".0",
7480 "engine_string" : "Trident",
7481 "match" : [
7482 "windows",
7483 "winnt",
7484 "win32",
7485 "win7",
7486 "ie",
7487 "ie4up",
7488 "ie5up",
7489 "ie55up",
7490 "ie8",
7491 "trident",
7492 "dotnet"
7493 ],
7494 "os" : "windows",
7495 "os_string" : "Win7",
7496 "robot" : 0
7497 },
7498 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF; InfoPath.1; Tablet PC 2.0; .NET4.0C)" : {
7499 "browser" : "ie",
7500 "browser_major" : "8",
7501 "browser_minor" : ".0",
7502 "browser_string" : "MSIE",
7503 "engine" : "trident",
7504 "engine_beta" : "",
7505 "engine_major" : "4",
7506 "engine_minor" : ".0",
7507 "engine_string" : "Trident",
7508 "match" : [
7509 "windows",
7510 "winnt",
7511 "win32",
7512 "win7",
7513 "ie",
7514 "ie4up",
7515 "ie5up",
7516 "ie55up",
7517 "ie8",
7518 "trident",
7519 "dotnet"
7520 ],
7521 "os" : "windows",
7522 "os_string" : "Win7",
7523 "robot" : 0
7524 },
7525 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; BRI/2; .NET CLR 1.1.4322; AskTB5.6)" : {
7526 "browser" : "ie",
7527 "browser_major" : "8",
7528 "browser_minor" : ".0",
7529 "browser_string" : "MSIE",
7530 "engine" : "trident",
7531 "engine_beta" : "",
7532 "engine_major" : "4",
7533 "engine_minor" : ".0",
7534 "engine_string" : "Trident",
7535 "match" : [
7536 "windows",
7537 "winnt",
7538 "win32",
7539 "win7",
7540 "ie",
7541 "ie4up",
7542 "ie5up",
7543 "ie55up",
7544 "ie8",
7545 "trident",
7546 "dotnet"
7547 ],
7548 "os" : "windows",
7549 "os_string" : "Win7",
7550 "robot" : 0
7551 },
7552 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; AskTbVDJ/5.11.3.15590)" : {
7553 "browser" : "ie",
7554 "browser_major" : "8",
7555 "browser_minor" : ".0",
7556 "browser_string" : "MSIE",
7557 "engine" : "trident",
7558 "engine_beta" : "",
7559 "engine_major" : "4",
7560 "engine_minor" : ".0",
7561 "engine_string" : "Trident",
7562 "match" : [
7563 "windows",
7564 "winnt",
7565 "win32",
7566 "win7",
7567 "ie",
7568 "ie4up",
7569 "ie5up",
7570 "ie55up",
7571 "ie8",
7572 "trident",
7573 "dotnet"
7574 ],
7575 "os" : "windows",
7576 "os_string" : "Win7",
7577 "robot" : 0
7578 },
7579 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)" : {
7580 "browser" : "ie",
7581 "browser_major" : "8",
7582 "browser_minor" : ".0",
7583 "browser_string" : "MSIE",
7584 "engine" : "trident",
7585 "engine_beta" : "",
7586 "engine_major" : "4",
7587 "engine_minor" : ".0",
7588 "engine_string" : "Trident",
7589 "match" : [
7590 "windows",
7591 "winnt",
7592 "win32",
7593 "win7",
7594 "ie",
7595 "ie4up",
7596 "ie5up",
7597 "ie55up",
7598 "ie8",
7599 "trident",
7600 "dotnet"
7601 ],
7602 "os" : "windows",
7603 "os_string" : "Win7",
7604 "robot" : 0
7605 },
7606 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; CIBA; .NET CLR 1.1.4322; 4399Box.560; 4399Box.560)" : {
7607 "browser" : "ie",
7608 "browser_major" : "8",
7609 "browser_minor" : ".0",
7610 "browser_string" : "MSIE",
7611 "engine" : "trident",
7612 "engine_beta" : "",
7613 "engine_major" : "4",
7614 "engine_minor" : ".0",
7615 "engine_string" : "Trident",
7616 "match" : [
7617 "windows",
7618 "winnt",
7619 "win32",
7620 "win7",
7621 "ie",
7622 "ie4up",
7623 "ie5up",
7624 "ie55up",
7625 "ie8",
7626 "trident",
7627 "dotnet"
7628 ],
7629 "os" : "windows",
7630 "os_string" : "Win7",
7631 "robot" : 0
7632 },
7633 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.6.1.82/28/351" : {
7634 "browser" : "ie",
7635 "browser_major" : "8",
7636 "browser_minor" : ".0",
7637 "browser_string" : "MSIE",
7638 "engine" : "trident",
7639 "engine_beta" : "",
7640 "engine_major" : "4",
7641 "engine_minor" : ".0",
7642 "engine_string" : "Trident",
7643 "match" : [
7644 "windows",
7645 "winnt",
7646 "win32",
7647 "win7",
7648 "ie",
7649 "ie4up",
7650 "ie5up",
7651 "ie55up",
7652 "ie8",
7653 "trident",
7654 "dotnet"
7655 ],
7656 "os" : "windows",
7657 "os_string" : "Win7",
7658 "robot" : 0
7659 },
7660 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.6.1.82/50/355" : {
7661 "browser" : "ie",
7662 "browser_major" : "8",
7663 "browser_minor" : ".0",
7664 "browser_string" : "MSIE",
7665 "engine" : "trident",
7666 "engine_beta" : "",
7667 "engine_major" : "4",
7668 "engine_minor" : ".0",
7669 "engine_string" : "Trident",
7670 "match" : [
7671 "windows",
7672 "winnt",
7673 "win32",
7674 "win7",
7675 "ie",
7676 "ie4up",
7677 "ie5up",
7678 "ie55up",
7679 "ie8",
7680 "trident",
7681 "dotnet"
7682 ],
7683 "os" : "windows",
7684 "os_string" : "Win7",
7685 "robot" : 0
7686 },
7687 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/350" : {
7688 "browser" : "ie",
7689 "browser_major" : "8",
7690 "browser_minor" : ".0",
7691 "browser_string" : "MSIE",
7692 "engine" : "trident",
7693 "engine_beta" : "",
7694 "engine_major" : "4",
7695 "engine_minor" : ".0",
7696 "engine_string" : "Trident",
7697 "match" : [
7698 "windows",
7699 "winnt",
7700 "win32",
7701 "win7",
7702 "ie",
7703 "ie4up",
7704 "ie5up",
7705 "ie55up",
7706 "ie8",
7707 "trident",
7708 "dotnet"
7709 ],
7710 "os" : "windows",
7711 "os_string" : "Win7",
7712 "robot" : 0
7713 },
7714 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/351" : {
7715 "browser" : "ie",
7716 "browser_major" : "8",
7717 "browser_minor" : ".0",
7718 "browser_string" : "MSIE",
7719 "engine" : "trident",
7720 "engine_beta" : "",
7721 "engine_major" : "4",
7722 "engine_minor" : ".0",
7723 "engine_string" : "Trident",
7724 "match" : [
7725 "windows",
7726 "winnt",
7727 "win32",
7728 "win7",
7729 "ie",
7730 "ie4up",
7731 "ie5up",
7732 "ie55up",
7733 "ie8",
7734 "trident",
7735 "dotnet"
7736 ],
7737 "os" : "windows",
7738 "os_string" : "Win7",
7739 "robot" : 0
7740 },
7741 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/354" : {
7742 "browser" : "ie",
7743 "browser_major" : "8",
7744 "browser_minor" : ".0",
7745 "browser_string" : "MSIE",
7746 "engine" : "trident",
7747 "engine_beta" : "",
7748 "engine_major" : "4",
7749 "engine_minor" : ".0",
7750 "engine_string" : "Trident",
7751 "match" : [
7752 "windows",
7753 "winnt",
7754 "win32",
7755 "win7",
7756 "ie",
7757 "ie4up",
7758 "ie5up",
7759 "ie55up",
7760 "ie8",
7761 "trident",
7762 "dotnet"
7763 ],
7764 "os" : "windows",
7765 "os_string" : "Win7",
7766 "robot" : 0
7767 },
7768 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)/UC Browser7.7.1.88/50/444" : {
7769 "browser" : "ie",
7770 "browser_major" : "8",
7771 "browser_minor" : ".0",
7772 "browser_string" : "MSIE",
7773 "engine" : "trident",
7774 "engine_beta" : "",
7775 "engine_major" : "4",
7776 "engine_minor" : ".0",
7777 "engine_string" : "Trident",
7778 "match" : [
7779 "windows",
7780 "winnt",
7781 "win32",
7782 "win7",
7783 "ie",
7784 "ie4up",
7785 "ie5up",
7786 "ie55up",
7787 "ie8",
7788 "trident",
7789 "dotnet"
7790 ],
7791 "os" : "windows",
7792 "os_string" : "Win7",
7793 "robot" : 0
7794 },
7795 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; BTRS25143; FunWebProducts; QQDownload 679; SIMBAR={CB5070E1-A3D9-11DF-9EE4-705AB60E87D4}; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0" : {
7796 "browser" : "ie",
7797 "browser_major" : "8",
7798 "browser_minor" : ".0",
7799 "browser_string" : "MSIE",
7800 "engine" : "trident",
7801 "engine_beta" : "",
7802 "engine_major" : "4",
7803 "engine_minor" : ".0",
7804 "engine_string" : "Trident",
7805 "match" : [
7806 "windows",
7807 "winnt",
7808 "win32",
7809 "win7",
7810 "ie",
7811 "ie4up",
7812 "ie5up",
7813 "ie55up",
7814 "ie8",
7815 "trident",
7816 "dotnet"
7817 ],
7818 "os" : "windows",
7819 "os_string" : "Win7",
7820 "robot" : 0
7821 },
7822 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; FunWebProducts; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; .NET4.0E; FDM; MATM)" : {
7823 "browser" : "ie",
7824 "browser_major" : "8",
7825 "browser_minor" : ".0",
7826 "browser_string" : "MSIE",
7827 "engine" : "trident",
7828 "engine_beta" : "",
7829 "engine_major" : "4",
7830 "engine_minor" : ".0",
7831 "engine_string" : "Trident",
7832 "match" : [
7833 "windows",
7834 "winnt",
7835 "win32",
7836 "win7",
7837 "ie",
7838 "ie4up",
7839 "ie5up",
7840 "ie55up",
7841 "ie8",
7842 "trident",
7843 "dotnet"
7844 ],
7845 "os" : "windows",
7846 "os_string" : "Win7",
7847 "robot" : 0
7848 },
7849 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SIMBAR={87BB6048-4BD1-11E0-92DD-001F16FE014C}; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C)" : {
7850 "browser" : "ie",
7851 "browser_major" : "8",
7852 "browser_minor" : ".0",
7853 "browser_string" : "MSIE",
7854 "engine" : "trident",
7855 "engine_beta" : "",
7856 "engine_major" : "4",
7857 "engine_minor" : ".0",
7858 "engine_string" : "Trident",
7859 "match" : [
7860 "windows",
7861 "winnt",
7862 "win32",
7863 "win7",
7864 "ie",
7865 "ie4up",
7866 "ie5up",
7867 "ie55up",
7868 "ie8",
7869 "trident",
7870 "dotnet"
7871 ],
7872 "os" : "windows",
7873 "os_string" : "Win7",
7874 "robot" : 0
7875 },
7876 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.1; ShopperReports 3.0.517.0; SRS_IT_E8790777BD765C5430AA94; AskTbBLPV" : {
7877 "browser" : "ie",
7878 "browser_major" : "8",
7879 "browser_minor" : ".0",
7880 "browser_string" : "MSIE",
7881 "engine" : "trident",
7882 "engine_beta" : "",
7883 "engine_major" : "4",
7884 "engine_minor" : ".0",
7885 "engine_string" : "Trident",
7886 "match" : [
7887 "windows",
7888 "winnt",
7889 "win32",
7890 "win7",
7891 "ie",
7892 "ie4up",
7893 "ie5up",
7894 "ie55up",
7895 "ie8",
7896 "trident",
7897 "dotnet"
7898 ],
7899 "os" : "windows",
7900 "os_string" : "Win7",
7901 "robot" : 0
7902 },
7903 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; BRI/1; MDDC; .NET4.0C; BRI/2)" : {
7904 "browser" : "ie",
7905 "browser_major" : "8",
7906 "browser_minor" : ".0",
7907 "browser_string" : "MSIE",
7908 "engine" : "trident",
7909 "engine_beta" : "",
7910 "engine_major" : "4",
7911 "engine_minor" : ".0",
7912 "engine_string" : "Trident",
7913 "match" : [
7914 "windows",
7915 "winnt",
7916 "win32",
7917 "win7",
7918 "ie",
7919 "ie4up",
7920 "ie5up",
7921 "ie55up",
7922 "ie8",
7923 "trident",
7924 "dotnet"
7925 ],
7926 "os" : "windows",
7927 "os_string" : "Win7",
7928 "robot" : 0
7929 },
7930 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; MRA 5.6 (build 03278); MRSPUTNIK 2, 3, 0, 62; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" : {
7931 "browser" : "ie",
7932 "browser_major" : "8",
7933 "browser_minor" : ".0",
7934 "browser_string" : "MSIE",
7935 "engine" : "trident",
7936 "engine_beta" : "",
7937 "engine_major" : "4",
7938 "engine_minor" : ".0",
7939 "engine_string" : "Trident",
7940 "match" : [
7941 "windows",
7942 "winnt",
7943 "win32",
7944 "win7",
7945 "ie",
7946 "ie4up",
7947 "ie5up",
7948 "ie55up",
7949 "ie8",
7950 "trident",
7951 "dotnet"
7952 ],
7953 "os" : "windows",
7954 "os_string" : "Win7",
7955 "robot" : 0
7956 },
7957 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MASM; InfoPath.2)" : {
7958 "browser" : "ie",
7959 "browser_major" : "8",
7960 "browser_minor" : ".0",
7961 "browser_string" : "MSIE",
7962 "engine" : "trident",
7963 "engine_beta" : "",
7964 "engine_major" : "4",
7965 "engine_minor" : ".0",
7966 "engine_string" : "Trident",
7967 "match" : [
7968 "windows",
7969 "winnt",
7970 "win32",
7971 "win7",
7972 "ie",
7973 "ie4up",
7974 "ie5up",
7975 "ie55up",
7976 "ie8",
7977 "trident",
7978 "dotnet"
7979 ],
7980 "os" : "windows",
7981 "os_string" : "Win7",
7982 "robot" : 0
7983 },
7984 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; UHG_Win7_Build 11-15-2010)" : {
7985 "browser" : "ie",
7986 "browser_major" : "8",
7987 "browser_minor" : ".0",
7988 "browser_string" : "MSIE",
7989 "engine" : "trident",
7990 "engine_beta" : "",
7991 "engine_major" : "4",
7992 "engine_minor" : ".0",
7993 "engine_string" : "Trident",
7994 "match" : [
7995 "windows",
7996 "winnt",
7997 "win32",
7998 "win7",
7999 "ie",
8000 "ie4up",
8001 "ie5up",
8002 "ie55up",
8003 "ie8",
8004 "trident",
8005 "dotnet"
8006 ],
8007 "os" : "windows",
8008 "os_string" : "Win7",
8009 "robot" : 0
8010 },
8011 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; BRI/1; .NET4.0C; WWTClient2; AskTbCLM/5.11.3.15590; MASP)" : {
8012 "browser" : "ie",
8013 "browser_major" : "8",
8014 "browser_minor" : ".0",
8015 "browser_string" : "MSIE",
8016 "engine" : "trident",
8017 "engine_beta" : "",
8018 "engine_major" : "4",
8019 "engine_minor" : ".0",
8020 "engine_string" : "Trident",
8021 "match" : [
8022 "windows",
8023 "winnt",
8024 "win32",
8025 "win7",
8026 "ie",
8027 "ie4up",
8028 "ie5up",
8029 "ie55up",
8030 "ie8",
8031 "trident",
8032 "dotnet"
8033 ],
8034 "os" : "windows",
8035 "os_string" : "Win7",
8036 "robot" : 0
8037 },
8038 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)" : {
8039 "browser" : "ie",
8040 "browser_major" : "8",
8041 "browser_minor" : ".0",
8042 "browser_string" : "MSIE",
8043 "engine" : "trident",
8044 "engine_beta" : "",
8045 "engine_major" : "4",
8046 "engine_minor" : ".0",
8047 "engine_string" : "Trident",
8048 "match" : [
8049 "windows",
8050 "winnt",
8051 "win32",
8052 "win7",
8053 "ie",
8054 "ie4up",
8055 "ie5up",
8056 "ie55up",
8057 "ie8",
8058 "trident",
8059 "dotnet"
8060 ],
8061 "os" : "windows",
8062 "os_string" : "Win7",
8063 "robot" : 0
8064 },
8065 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; ShopperReports 3.0.517.0; SRS_IT_E879057EB7765A5336AD96; .NET4.0C)" : {
8066 "browser" : "ie",
8067 "browser_major" : "8",
8068 "browser_minor" : ".0",
8069 "browser_string" : "MSIE",
8070 "engine" : "trident",
8071 "engine_beta" : "",
8072 "engine_major" : "4",
8073 "engine_minor" : ".0",
8074 "engine_string" : "Trident",
8075 "match" : [
8076 "windows",
8077 "winnt",
8078 "win32",
8079 "win7",
8080 "ie",
8081 "ie4up",
8082 "ie5up",
8083 "ie55up",
8084 "ie8",
8085 "trident",
8086 "dotnet"
8087 ],
8088 "os" : "windows",
8089 "os_string" : "Win7",
8090 "robot" : 0
8091 },
8092 "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; Foxy/1; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MALN; .NET4.0C; Tablet PC 2.0)" : {
8093 "browser" : "ie",
8094 "browser_major" : "8",
8095 "browser_minor" : ".0",
8096 "browser_string" : "MSIE",
8097 "engine" : "trident",
8098 "engine_beta" : "",
8099 "engine_major" : "4",
8100 "engine_minor" : ".0",
8101 "engine_string" : "Trident",
8102 "match" : [
8103 "windows",
8104 "winnt",
8105 "win32",
8106 "win7",
8107 "ie",
8108 "ie4up",
8109 "ie5up",
8110 "ie55up",
8111 "ie8",
8112 "trident",
8113 "dotnet"
8114 ],
8115 "os" : "windows",
8116 "os_string" : "Win7",
8117 "robot" : 0
8118 },
8119 "Mozilla/4.0 (compatible; MSIE 999.1; Unknown)" : {
8120 "browser" : "ie",
8121 "browser_major" : "999",
8122 "browser_minor" : ".1",
8123 "browser_string" : "MSIE",
8124 "engine" : "ie",
8125 "engine_string" : "MSIE",
8126 "match" : [
8127 "ie",
8128 "ie4up",
8129 "ie5up",
8130 "ie55up"
8131 ],
8132 "robot" : 0
8133 },
8134 "Mozilla/4.0 (compatible; MSIE8.0; Windows NT 6.0) .NET CLR 2.0.50727)" : {
8135 "browser" : "ie",
8136 "browser_major" : "4",
8137 "browser_minor" : ".0",
8138 "browser_string" : "MSIE",
8139 "engine" : "ie",
8140 "engine_string" : "MSIE",
8141 "match" : [
8142 "windows",
8143 "winnt",
8144 "win32",
8145 "winvista",
8146 "ie",
8147 "ie4",
8148 "ie4up",
8149 "dotnet"
8150 ],
8151 "os" : "windows",
8152 "os_string" : "WinVista",
8153 "robot" : 0
8154 },
8155 "Mozilla/4.0 (compatible; Netcraft Web Server Survey)" : {
8156 "browser_major" : "4",
8157 "browser_minor" : ".0",
8158 "match" : [
8159 "robot"
8160 ],
8161 "robot" : "unknown",
8162 "robot_name" : "Netcraft Web Server Survey"
8163 },
8164 "Mozilla/4.0 (compatible; Powermarks/3.5; Windows 95/98/2000/NT)" : {
8165 "browser_major" : "3",
8166 "browser_minor" : ".5",
8167 "match" : [
8168 "windows",
8169 "win95",
8170 "win32"
8171 ],
8172 "os" : "windows",
8173 "os_string" : "Win95",
8174 "robot" : 0
8175 },
8176 "Mozilla/4.0 (compatible; Synapse)" : {
8177 "browser_major" : "4",
8178 "browser_minor" : ".0",
8179 "match" : [],
8180 "robot" : 0
8181 },
8182 "Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)" : {
8183 "browser_major" : "4",
8184 "browser_minor" : ".0",
8185 "match" : [
8186 "windows",
8187 "win32"
8188 ],
8189 "robot" : 0
8190 },
8191 "Mozilla/4.0 compatible ZyBorg/1.0" : {
8192 "browser_major" : "4",
8193 "browser_minor" : ".0",
8194 "match" : [
8195 "robot"
8196 ],
8197 "robot" : "unknown",
8198 "robot_name" : "ZyBorg/1.0"
8199 },
8200 "Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)" : {
8201 "browser" : "browsex",
8202 "browser_beta" : ".0",
8203 "browser_major" : "2",
8204 "browser_minor" : ".0",
8205 "browser_string" : "BrowseX",
8206 "language" : "EN",
8207 "match" : [
8208 "unix",
8209 "browsex",
8210 "x11"
8211 ],
8212 "os" : "unix",
8213 "os_string" : "Unix",
8214 "robot" : 0
8215 },
8216 "Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4" : {
8217 "browser_major" : "4",
8218 "browser_minor" : ".7",
8219 "match" : [
8220 "win2k",
8221 "win32",
8222 "windows",
8223 "winnt"
8224 ],
8225 "robot" : 0
8226 },
8227 "Mozilla/5.0 (Auto Shell Spider)" : {
8228 "browser" : "netscape",
8229 "browser_major" : "5",
8230 "browser_minor" : ".0",
8231 "browser_string" : "Netscape",
8232 "match" : [
8233 "netscape",
8234 "nav4up",
8235 "nav45up",
8236 "nav6",
8237 "nav6up",
8238 "robot"
8239 ],
8240 "robot" : "unknown",
8241 "robot_name" : "Auto Shell Spider"
8242 },
8243 "Mozilla/5.0 (Linux; Android 4.0.4; GT-P7310 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36" : {
8244 "browser" : "chrome",
8245 "browser_beta" : ".2171.93",
8246 "browser_major" : "39",
8247 "browser_minor" : ".0",
8248 "browser_string" : "Chrome",
8249 "device" : "android",
8250 "device_string" : "Android tablet (GT-P7310)",
8251 "engine" : "webkit",
8252 "engine_beta" : "",
8253 "engine_major" : "537",
8254 "engine_minor" : ".36",
8255 "engine_string" : "WebKit",
8256 "match" : [
8257 "device",
8258 "android",
8259 "mobile",
8260 "tablet",
8261 "chrome",
8262 "webkit"
8263 ],
8264 "os" : "android",
8265 "os_beta" : ".4",
8266 "os_major" : "4",
8267 "os_minor" : ".0",
8268 "os_string" : "Android",
8269 "robot" : 0
8270 },
8271 "Mozilla/5.0 (Linux; Android 4.1.2; ADR910L Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8272 "browser" : "chrome",
8273 "browser_beta" : ".2214.109",
8274 "browser_major" : "40",
8275 "browser_minor" : ".0",
8276 "browser_string" : "Chrome",
8277 "device" : "android",
8278 "device_string" : "Android (ADR910L)",
8279 "engine" : "webkit",
8280 "engine_beta" : "",
8281 "engine_major" : "537",
8282 "engine_minor" : ".36",
8283 "engine_string" : "WebKit",
8284 "match" : [
8285 "device",
8286 "android",
8287 "mobile",
8288 "chrome",
8289 "webkit"
8290 ],
8291 "os" : "android",
8292 "os_beta" : ".2",
8293 "os_major" : "4",
8294 "os_minor" : ".1",
8295 "os_string" : "Android",
8296 "robot" : 0
8297 },
8298 "Mozilla/5.0 (Linux; Android 4.1.2; C1905 Build/15.1.C.2.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Mobile Safari/537.36" : {
8299 "browser" : "chrome",
8300 "browser_beta" : ".2214.89",
8301 "browser_major" : "40",
8302 "browser_minor" : ".0",
8303 "browser_string" : "Chrome",
8304 "device" : "android",
8305 "device_string" : "Android (C1905)",
8306 "engine" : "webkit",
8307 "engine_beta" : "",
8308 "engine_major" : "537",
8309 "engine_minor" : ".36",
8310 "engine_string" : "WebKit",
8311 "match" : [
8312 "device",
8313 "android",
8314 "mobile",
8315 "chrome",
8316 "webkit"
8317 ],
8318 "os" : "android",
8319 "os_beta" : ".2",
8320 "os_major" : "4",
8321 "os_minor" : ".1",
8322 "os_string" : "Android",
8323 "robot" : 0
8324 },
8325 "Mozilla/5.0 (Linux; Android 4.1.2; LG-P769 Build/JZO54K) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31" : {
8326 "browser" : "chrome",
8327 "browser_beta" : ".1410.58",
8328 "browser_major" : "26",
8329 "browser_minor" : ".0",
8330 "browser_string" : "Chrome",
8331 "device" : "android",
8332 "device_string" : "Android (LG-P769)",
8333 "engine" : "webkit",
8334 "engine_beta" : "",
8335 "engine_major" : "537",
8336 "engine_minor" : ".31",
8337 "engine_string" : "WebKit",
8338 "match" : [
8339 "device",
8340 "android",
8341 "mobile",
8342 "chrome",
8343 "webkit"
8344 ],
8345 "os" : "android",
8346 "os_beta" : ".2",
8347 "os_major" : "4",
8348 "os_minor" : ".1",
8349 "os_string" : "Android",
8350 "robot" : 0
8351 },
8352 "Mozilla/5.0 (Linux; Android 4.1.2; LGMS500 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36" : {
8353 "browser" : "chrome",
8354 "browser_beta" : ".1500.94",
8355 "browser_major" : "28",
8356 "browser_minor" : ".0",
8357 "browser_string" : "Chrome",
8358 "device" : "android",
8359 "device_string" : "Android (LGMS500)",
8360 "engine" : "webkit",
8361 "engine_beta" : "",
8362 "engine_major" : "537",
8363 "engine_minor" : ".36",
8364 "engine_string" : "WebKit",
8365 "match" : [
8366 "device",
8367 "android",
8368 "mobile",
8369 "chrome",
8370 "webkit"
8371 ],
8372 "os" : "android",
8373 "os_beta" : ".2",
8374 "os_major" : "4",
8375 "os_minor" : ".1",
8376 "os_string" : "Android",
8377 "robot" : 0
8378 },
8379 "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko; Google Transcoder) Chrome/38.0.1025.166 Mobile Safari/535.19" : {
8380 "browser" : "chrome",
8381 "browser_beta" : ".1025.166",
8382 "browser_major" : "38",
8383 "browser_minor" : ".0",
8384 "browser_string" : "Chrome",
8385 "country" : "US",
8386 "device" : "android",
8387 "device_string" : "Android (Nexus 5)",
8388 "engine" : "webkit",
8389 "engine_beta" : "",
8390 "engine_major" : "535",
8391 "engine_minor" : ".19",
8392 "engine_string" : "WebKit",
8393 "language" : "EN",
8394 "match" : [
8395 "device",
8396 "android",
8397 "mobile",
8398 "chrome",
8399 "webkit"
8400 ],
8401 "os" : "android",
8402 "os_beta" : ".1",
8403 "os_major" : "4",
8404 "os_minor" : ".2",
8405 "os_string" : "Android",
8406 "robot" : 0
8407 },
8408 "Mozilla/5.0 (Linux; Android 4.2.2; GT-P5113 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
8409 "browser" : "chrome",
8410 "browser_beta" : ".2214.109",
8411 "browser_major" : "40",
8412 "browser_minor" : ".0",
8413 "browser_string" : "Chrome",
8414 "device" : "android",
8415 "device_string" : "Android tablet (GT-P5113)",
8416 "engine" : "webkit",
8417 "engine_beta" : "",
8418 "engine_major" : "537",
8419 "engine_minor" : ".36",
8420 "engine_string" : "WebKit",
8421 "match" : [
8422 "device",
8423 "android",
8424 "mobile",
8425 "tablet",
8426 "chrome",
8427 "webkit"
8428 ],
8429 "os" : "android",
8430 "os_beta" : ".2",
8431 "os_major" : "4",
8432 "os_minor" : ".2",
8433 "os_string" : "Android",
8434 "robot" : 0
8435 },
8436 "Mozilla/5.0 (Linux; Android 4.2.2; Hudl HT7S3 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Safari/537.36" : {
8437 "browser" : "chrome",
8438 "browser_beta" : ".2272.96",
8439 "browser_major" : "41",
8440 "browser_minor" : ".0",
8441 "browser_string" : "Chrome",
8442 "device" : "android",
8443 "device_string" : "Android tablet (Hudl HT7S3)",
8444 "engine" : "webkit",
8445 "engine_beta" : "",
8446 "engine_major" : "537",
8447 "engine_minor" : ".36",
8448 "engine_string" : "WebKit",
8449 "match" : [
8450 "device",
8451 "android",
8452 "mobile",
8453 "tablet",
8454 "chrome",
8455 "webkit"
8456 ],
8457 "os" : "android",
8458 "os_beta" : ".2",
8459 "os_major" : "4",
8460 "os_minor" : ".2",
8461 "os_string" : "Android",
8462 "robot" : 0
8463 },
8464 "Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A3000-H Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
8465 "browser" : "chrome",
8466 "browser_beta" : ".2214.109",
8467 "browser_major" : "40",
8468 "browser_minor" : ".0",
8469 "browser_string" : "Chrome",
8470 "device" : "android",
8471 "device_string" : "Android tablet (Lenovo A3000-H)",
8472 "engine" : "webkit",
8473 "engine_beta" : "",
8474 "engine_major" : "537",
8475 "engine_minor" : ".36",
8476 "engine_string" : "WebKit",
8477 "match" : [
8478 "device",
8479 "android",
8480 "mobile",
8481 "tablet",
8482 "chrome",
8483 "webkit"
8484 ],
8485 "os" : "android",
8486 "os_beta" : ".2",
8487 "os_major" : "4",
8488 "os_minor" : ".2",
8489 "os_string" : "Android",
8490 "robot" : 0
8491 },
8492 "Mozilla/5.0 (Linux; Android 4.2.2; Micromax A177 Build/MicromaxA177) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36" : {
8493 "browser" : "chrome",
8494 "browser_beta" : ".1650.59",
8495 "browser_major" : "31",
8496 "browser_minor" : ".0",
8497 "browser_string" : "Chrome",
8498 "device" : "android",
8499 "device_string" : "Android (Micromax A177)",
8500 "engine" : "webkit",
8501 "engine_beta" : "",
8502 "engine_major" : "537",
8503 "engine_minor" : ".36",
8504 "engine_string" : "WebKit",
8505 "match" : [
8506 "device",
8507 "android",
8508 "mobile",
8509 "chrome",
8510 "webkit"
8511 ],
8512 "os" : "android",
8513 "os_beta" : ".2",
8514 "os_major" : "4",
8515 "os_minor" : ".2",
8516 "os_string" : "Android",
8517 "robot" : 0
8518 },
8519 "Mozilla/5.0 (Linux; Android 4.2.2; SM-T310 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.94 Safari/537.36" : {
8520 "browser" : "chrome",
8521 "browser_beta" : ".2272.94",
8522 "browser_major" : "41",
8523 "browser_minor" : ".0",
8524 "browser_string" : "Chrome",
8525 "device" : "android",
8526 "device_string" : "Android tablet (SM-T310)",
8527 "engine" : "webkit",
8528 "engine_beta" : "",
8529 "engine_major" : "537",
8530 "engine_minor" : ".36",
8531 "engine_string" : "WebKit",
8532 "match" : [
8533 "device",
8534 "android",
8535 "mobile",
8536 "tablet",
8537 "chrome",
8538 "webkit"
8539 ],
8540 "os" : "android",
8541 "os_beta" : ".2",
8542 "os_major" : "4",
8543 "os_minor" : ".2",
8544 "os_string" : "Android",
8545 "robot" : 0
8546 },
8547 "Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG-SGH-I337 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19" : {
8548 "browser" : "chrome",
8549 "browser_beta" : ".1025.308",
8550 "browser_major" : "18",
8551 "browser_minor" : ".0",
8552 "browser_string" : "Chrome",
8553 "country" : "US",
8554 "device" : "android",
8555 "device_string" : "Android (SAMSUNG-SGH-I337)",
8556 "engine" : "webkit",
8557 "engine_beta" : "",
8558 "engine_major" : "535",
8559 "engine_minor" : ".19",
8560 "engine_string" : "WebKit",
8561 "language" : "EN",
8562 "match" : [
8563 "device",
8564 "android",
8565 "mobile",
8566 "chrome",
8567 "webkit"
8568 ],
8569 "os" : "android",
8570 "os_beta" : ".2",
8571 "os_major" : "4",
8572 "os_minor" : ".2",
8573 "os_string" : "Android",
8574 "robot" : 0
8575 },
8576 "Mozilla/5.0 (Linux; Android 4.4.2; 0PCV1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36" : {
8577 "browser" : "chrome",
8578 "browser_beta" : ".1916.141",
8579 "browser_major" : "35",
8580 "browser_minor" : ".0",
8581 "browser_string" : "Chrome",
8582 "device" : "android",
8583 "device_string" : "Android (0PCV1)",
8584 "engine" : "webkit",
8585 "engine_beta" : "",
8586 "engine_major" : "537",
8587 "engine_minor" : ".36",
8588 "engine_string" : "WebKit",
8589 "match" : [
8590 "device",
8591 "android",
8592 "mobile",
8593 "chrome",
8594 "webkit"
8595 ],
8596 "os" : "android",
8597 "os_beta" : ".2",
8598 "os_major" : "4",
8599 "os_minor" : ".4",
8600 "os_string" : "Android",
8601 "robot" : 0
8602 },
8603 "Mozilla/5.0 (Linux; Android 4.4.2; 7040N Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
8604 "browser" : "chrome",
8605 "browser_beta" : ".2272.96",
8606 "browser_major" : "41",
8607 "browser_minor" : ".0",
8608 "browser_string" : "Chrome",
8609 "device" : "android",
8610 "device_string" : "Android (7040N)",
8611 "engine" : "webkit",
8612 "engine_beta" : "",
8613 "engine_major" : "537",
8614 "engine_minor" : ".36",
8615 "engine_string" : "WebKit",
8616 "match" : [
8617 "device",
8618 "android",
8619 "mobile",
8620 "chrome",
8621 "webkit"
8622 ],
8623 "os" : "android",
8624 "os_beta" : ".2",
8625 "os_major" : "4",
8626 "os_minor" : ".4",
8627 "os_string" : "Android",
8628 "robot" : 0
8629 },
8630 "Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" : {
8631 "browser" : "chrome",
8632 "browser_beta" : ".0.0",
8633 "browser_major" : "30",
8634 "browser_minor" : ".0",
8635 "browser_string" : "Chrome",
8636 "device" : "android",
8637 "device_string" : "Android (ASUS_T00J)",
8638 "engine" : "webkit",
8639 "engine_beta" : "",
8640 "engine_major" : "537",
8641 "engine_minor" : ".36",
8642 "engine_string" : "WebKit",
8643 "match" : [
8644 "device",
8645 "android",
8646 "mobile",
8647 "chrome",
8648 "webkit"
8649 ],
8650 "os" : "android",
8651 "os_beta" : ".2",
8652 "os_major" : "4",
8653 "os_minor" : ".4",
8654 "os_string" : "Android",
8655 "robot" : 0
8656 },
8657 "Mozilla/5.0 (Linux; Android 4.4.2; DROID RAZR HD Build/KDA20.62-15.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.2.17.1009776.arm" : {
8658 "browser" : "chrome",
8659 "browser_beta" : ".0.0",
8660 "browser_major" : "30",
8661 "browser_minor" : ".0",
8662 "browser_string" : "Chrome",
8663 "device" : "android",
8664 "device_string" : "Android (DROID RAZR HD)",
8665 "engine" : "webkit",
8666 "engine_beta" : "",
8667 "engine_major" : "537",
8668 "engine_minor" : ".36",
8669 "engine_string" : "WebKit",
8670 "match" : [
8671 "device",
8672 "android",
8673 "mobile",
8674 "chrome",
8675 "webkit"
8676 ],
8677 "os" : "android",
8678 "os_beta" : ".2",
8679 "os_major" : "4",
8680 "os_minor" : ".4",
8681 "os_string" : "Android",
8682 "robot" : 0
8683 },
8684 "Mozilla/5.0 (Linux; Android 4.4.2; GT-I9195 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
8685 "browser" : "chrome",
8686 "browser_beta" : ".0.0",
8687 "browser_major" : "30",
8688 "browser_minor" : ".0",
8689 "browser_string" : "Chrome",
8690 "device" : "android",
8691 "device_string" : "Android (GT-I9195)",
8692 "engine" : "webkit",
8693 "engine_beta" : "",
8694 "engine_major" : "537",
8695 "engine_minor" : ".36",
8696 "engine_string" : "WebKit",
8697 "match" : [
8698 "device",
8699 "android",
8700 "mobile",
8701 "chrome",
8702 "webkit"
8703 ],
8704 "os" : "android",
8705 "os_beta" : ".2",
8706 "os_major" : "4",
8707 "os_minor" : ".4",
8708 "os_string" : "Android",
8709 "robot" : 0
8710 },
8711 "Mozilla/5.0 (Linux; Android 4.4.2; HTC One Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
8712 "browser" : "chrome",
8713 "browser_beta" : ".0.0",
8714 "browser_major" : "30",
8715 "browser_minor" : ".0",
8716 "browser_string" : "Chrome",
8717 "device" : "android",
8718 "device_string" : "Android (HTC One)",
8719 "engine" : "webkit",
8720 "engine_beta" : "",
8721 "engine_major" : "537",
8722 "engine_minor" : ".36",
8723 "engine_string" : "WebKit",
8724 "match" : [
8725 "device",
8726 "android",
8727 "mobile",
8728 "chrome",
8729 "webkit"
8730 ],
8731 "os" : "android",
8732 "os_beta" : ".2",
8733 "os_major" : "4",
8734 "os_minor" : ".4",
8735 "os_string" : "Android",
8736 "robot" : 0
8737 },
8738 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D321 Build/KOT49I.D32110c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.1.24.941712.arm" : {
8739 "browser" : "chrome",
8740 "browser_beta" : ".0.0",
8741 "browser_major" : "30",
8742 "browser_minor" : ".0",
8743 "browser_string" : "Chrome",
8744 "device" : "android",
8745 "device_string" : "Android (LG-D321)",
8746 "engine" : "webkit",
8747 "engine_beta" : "",
8748 "engine_major" : "537",
8749 "engine_minor" : ".36",
8750 "engine_string" : "WebKit",
8751 "match" : [
8752 "device",
8753 "android",
8754 "mobile",
8755 "chrome",
8756 "webkit"
8757 ],
8758 "os" : "android",
8759 "os_beta" : ".2",
8760 "os_major" : "4",
8761 "os_minor" : ".4",
8762 "os_string" : "Android",
8763 "robot" : 0
8764 },
8765 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D415 Build/KOT49I.D41510e) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8766 "browser" : "chrome",
8767 "browser_beta" : ".2214.109",
8768 "browser_major" : "40",
8769 "browser_minor" : ".0",
8770 "browser_string" : "Chrome",
8771 "device" : "android",
8772 "device_string" : "Android (LG-D415)",
8773 "engine" : "webkit",
8774 "engine_beta" : "",
8775 "engine_major" : "537",
8776 "engine_minor" : ".36",
8777 "engine_string" : "WebKit",
8778 "match" : [
8779 "device",
8780 "android",
8781 "mobile",
8782 "chrome",
8783 "webkit"
8784 ],
8785 "os" : "android",
8786 "os_beta" : ".2",
8787 "os_major" : "4",
8788 "os_minor" : ".4",
8789 "os_string" : "Android",
8790 "robot" : 0
8791 },
8792 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D801 Build/KOT49I.D80120g) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8793 "browser" : "chrome",
8794 "browser_beta" : ".2214.109",
8795 "browser_major" : "40",
8796 "browser_minor" : ".0",
8797 "browser_string" : "Chrome",
8798 "device" : "android",
8799 "device_string" : "Android (LG-D801)",
8800 "engine" : "webkit",
8801 "engine_beta" : "",
8802 "engine_major" : "537",
8803 "engine_minor" : ".36",
8804 "engine_string" : "WebKit",
8805 "match" : [
8806 "device",
8807 "android",
8808 "mobile",
8809 "chrome",
8810 "webkit"
8811 ],
8812 "os" : "android",
8813 "os_beta" : ".2",
8814 "os_major" : "4",
8815 "os_minor" : ".4",
8816 "os_string" : "Android",
8817 "robot" : 0
8818 },
8819 "Mozilla/5.0 (Linux; Android 4.4.2; LG-D959 Build/KOT49I.D95920s) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
8820 "browser" : "chrome",
8821 "browser_beta" : ".0.0",
8822 "browser_major" : "30",
8823 "browser_minor" : ".0",
8824 "browser_string" : "Chrome",
8825 "device" : "android",
8826 "device_string" : "Android (LG-D959)",
8827 "engine" : "webkit",
8828 "engine_beta" : "",
8829 "engine_major" : "537",
8830 "engine_minor" : ".36",
8831 "engine_string" : "WebKit",
8832 "match" : [
8833 "device",
8834 "android",
8835 "mobile",
8836 "chrome",
8837 "webkit"
8838 ],
8839 "os" : "android",
8840 "os_beta" : ".2",
8841 "os_major" : "4",
8842 "os_minor" : ".4",
8843 "os_string" : "Android",
8844 "robot" : 0
8845 },
8846 "Mozilla/5.0 (Linux; Android 4.4.2; LGLS620 Build/KOT49I.LS620ZV3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36" : {
8847 "browser" : "chrome",
8848 "browser_beta" : ".1847.114",
8849 "browser_major" : "34",
8850 "browser_minor" : ".0",
8851 "browser_string" : "Chrome",
8852 "device" : "android",
8853 "device_string" : "Android (LGLS620)",
8854 "engine" : "webkit",
8855 "engine_beta" : "",
8856 "engine_major" : "537",
8857 "engine_minor" : ".36",
8858 "engine_string" : "WebKit",
8859 "match" : [
8860 "device",
8861 "android",
8862 "mobile",
8863 "chrome",
8864 "webkit"
8865 ],
8866 "os" : "android",
8867 "os_beta" : ".2",
8868 "os_major" : "4",
8869 "os_minor" : ".4",
8870 "os_string" : "Android",
8871 "robot" : 0
8872 },
8873 "Mozilla/5.0 (Linux; Android 4.4.2; MW6617 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.3.12.1106182.arm" : {
8874 "browser" : "chrome",
8875 "browser_beta" : ".0.0",
8876 "browser_major" : "30",
8877 "browser_minor" : ".0",
8878 "browser_string" : "Chrome",
8879 "device" : "android",
8880 "device_string" : "Android (MW6617)",
8881 "engine" : "webkit",
8882 "engine_beta" : "",
8883 "engine_major" : "537",
8884 "engine_minor" : ".36",
8885 "engine_string" : "WebKit",
8886 "match" : [
8887 "device",
8888 "android",
8889 "mobile",
8890 "chrome",
8891 "webkit"
8892 ],
8893 "os" : "android",
8894 "os_beta" : ".2",
8895 "os_major" : "4",
8896 "os_minor" : ".4",
8897 "os_string" : "Android",
8898 "robot" : 0
8899 },
8900 "Mozilla/5.0 (Linux; Android 4.4.2; N9520 Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.1.24.941712.arm" : {
8901 "browser" : "chrome",
8902 "browser_beta" : ".0.0",
8903 "browser_major" : "30",
8904 "browser_minor" : ".0",
8905 "browser_string" : "Chrome",
8906 "device" : "android",
8907 "device_string" : "Android (N9520)",
8908 "engine" : "webkit",
8909 "engine_beta" : "",
8910 "engine_major" : "537",
8911 "engine_minor" : ".36",
8912 "engine_string" : "WebKit",
8913 "match" : [
8914 "device",
8915 "android",
8916 "mobile",
8917 "chrome",
8918 "webkit"
8919 ],
8920 "os" : "android",
8921 "os_beta" : ".2",
8922 "os_major" : "4",
8923 "os_minor" : ".4",
8924 "os_string" : "Android",
8925 "robot" : 0
8926 },
8927 "Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG-SGH-I537 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8928 "browser" : "chrome",
8929 "browser_beta" : ".2214.109",
8930 "browser_major" : "40",
8931 "browser_minor" : ".0",
8932 "browser_string" : "Chrome",
8933 "device" : "android",
8934 "device_string" : "Android (SAMSUNG-SGH-I537)",
8935 "engine" : "webkit",
8936 "engine_beta" : "",
8937 "engine_major" : "537",
8938 "engine_minor" : ".36",
8939 "engine_string" : "WebKit",
8940 "match" : [
8941 "device",
8942 "android",
8943 "mobile",
8944 "chrome",
8945 "webkit"
8946 ],
8947 "os" : "android",
8948 "os_beta" : ".2",
8949 "os_major" : "4",
8950 "os_minor" : ".4",
8951 "os_string" : "Android",
8952 "robot" : 0
8953 },
8954 "Mozilla/5.0 (Linux; Android 4.4.2; SCH-I535 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.6.16.1614640.arm" : {
8955 "browser" : "chrome",
8956 "browser_beta" : ".0.0",
8957 "browser_major" : "30",
8958 "browser_minor" : ".0",
8959 "browser_string" : "Chrome",
8960 "device" : "android",
8961 "device_string" : "Android (SCH-I535)",
8962 "engine" : "webkit",
8963 "engine_beta" : "",
8964 "engine_major" : "537",
8965 "engine_minor" : ".36",
8966 "engine_string" : "WebKit",
8967 "match" : [
8968 "device",
8969 "android",
8970 "mobile",
8971 "chrome",
8972 "webkit"
8973 ],
8974 "os" : "android",
8975 "os_beta" : ".2",
8976 "os_major" : "4",
8977 "os_minor" : ".4",
8978 "os_string" : "Android",
8979 "robot" : 0
8980 },
8981 "Mozilla/5.0 (Linux; Android 4.4.2; SCH-I545 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
8982 "browser" : "chrome",
8983 "browser_beta" : ".2214.109",
8984 "browser_major" : "40",
8985 "browser_minor" : ".0",
8986 "browser_string" : "Chrome",
8987 "device" : "android",
8988 "device_string" : "Android (SCH-I545)",
8989 "engine" : "webkit",
8990 "engine_beta" : "",
8991 "engine_major" : "537",
8992 "engine_minor" : ".36",
8993 "engine_string" : "WebKit",
8994 "match" : [
8995 "device",
8996 "android",
8997 "mobile",
8998 "chrome",
8999 "webkit"
9000 ],
9001 "os" : "android",
9002 "os_beta" : ".2",
9003 "os_major" : "4",
9004 "os_minor" : ".4",
9005 "os_string" : "Android",
9006 "robot" : 0
9007 },
9008 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G386T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Mobile Safari/537.36" : {
9009 "browser" : "chrome",
9010 "browser_beta" : ".1750.517",
9011 "browser_major" : "33",
9012 "browser_minor" : ".0",
9013 "browser_string" : "Chrome",
9014 "device" : "android",
9015 "device_string" : "Android (SM-G386T)",
9016 "engine" : "webkit",
9017 "engine_beta" : "",
9018 "engine_major" : "537",
9019 "engine_minor" : ".36",
9020 "engine_string" : "WebKit",
9021 "match" : [
9022 "device",
9023 "android",
9024 "mobile",
9025 "chrome",
9026 "webkit"
9027 ],
9028 "os" : "android",
9029 "os_beta" : ".2",
9030 "os_major" : "4",
9031 "os_minor" : ".4",
9032 "os_string" : "Android",
9033 "robot" : 0
9034 },
9035 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G870W Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
9036 "browser" : "chrome",
9037 "browser_beta" : ".0.0",
9038 "browser_major" : "30",
9039 "browser_minor" : ".0",
9040 "browser_string" : "Chrome",
9041 "device" : "android",
9042 "device_string" : "Android (SM-G870W)",
9043 "engine" : "webkit",
9044 "engine_beta" : "",
9045 "engine_major" : "537",
9046 "engine_minor" : ".36",
9047 "engine_string" : "WebKit",
9048 "match" : [
9049 "device",
9050 "android",
9051 "mobile",
9052 "chrome",
9053 "webkit"
9054 ],
9055 "os" : "android",
9056 "os_beta" : ".2",
9057 "os_major" : "4",
9058 "os_minor" : ".4",
9059 "os_string" : "Android",
9060 "robot" : 0
9061 },
9062 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G900M Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
9063 "browser" : "chrome",
9064 "browser_beta" : ".2272.96",
9065 "browser_major" : "41",
9066 "browser_minor" : ".0",
9067 "browser_string" : "Chrome",
9068 "device" : "android",
9069 "device_string" : "Android (SM-G900M)",
9070 "engine" : "webkit",
9071 "engine_beta" : "",
9072 "engine_major" : "537",
9073 "engine_minor" : ".36",
9074 "engine_string" : "WebKit",
9075 "match" : [
9076 "device",
9077 "android",
9078 "mobile",
9079 "chrome",
9080 "webkit"
9081 ],
9082 "os" : "android",
9083 "os_beta" : ".2",
9084 "os_major" : "4",
9085 "os_minor" : ".4",
9086 "os_string" : "Android",
9087 "robot" : 0
9088 },
9089 "Mozilla/5.0 (Linux; Android 4.4.2; SM-G900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/3.3.11.1069658.arm" : {
9090 "browser" : "chrome",
9091 "browser_beta" : ".0.0",
9092 "browser_major" : "30",
9093 "browser_minor" : ".0",
9094 "browser_string" : "Chrome",
9095 "device" : "android",
9096 "device_string" : "Android (SM-G900T)",
9097 "engine" : "webkit",
9098 "engine_beta" : "",
9099 "engine_major" : "537",
9100 "engine_minor" : ".36",
9101 "engine_string" : "WebKit",
9102 "match" : [
9103 "device",
9104 "android",
9105 "mobile",
9106 "chrome",
9107 "webkit"
9108 ],
9109 "os" : "android",
9110 "os_beta" : ".2",
9111 "os_major" : "4",
9112 "os_minor" : ".4",
9113 "os_string" : "Android",
9114 "robot" : 0
9115 },
9116 "Mozilla/5.0 (Linux; Android 4.4.2; SM-N9005 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9117 "browser" : "chrome",
9118 "browser_beta" : ".2214.109",
9119 "browser_major" : "40",
9120 "browser_minor" : ".0",
9121 "browser_string" : "Chrome",
9122 "device" : "android",
9123 "device_string" : "Android (SM-N9005)",
9124 "engine" : "webkit",
9125 "engine_beta" : "",
9126 "engine_major" : "537",
9127 "engine_minor" : ".36",
9128 "engine_string" : "WebKit",
9129 "match" : [
9130 "device",
9131 "android",
9132 "mobile",
9133 "chrome",
9134 "webkit"
9135 ],
9136 "os" : "android",
9137 "os_beta" : ".2",
9138 "os_major" : "4",
9139 "os_minor" : ".4",
9140 "os_string" : "Android",
9141 "robot" : 0
9142 },
9143 "Mozilla/5.0 (Linux; Android 4.4.2; SM-N900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" : {
9144 "browser" : "chrome",
9145 "browser_beta" : ".0.0",
9146 "browser_major" : "30",
9147 "browser_minor" : ".0",
9148 "browser_string" : "Chrome",
9149 "device" : "android",
9150 "device_string" : "Android (SM-N900T)",
9151 "engine" : "webkit",
9152 "engine_beta" : "",
9153 "engine_major" : "537",
9154 "engine_minor" : ".36",
9155 "engine_string" : "WebKit",
9156 "match" : [
9157 "device",
9158 "android",
9159 "mobile",
9160 "chrome",
9161 "webkit"
9162 ],
9163 "os" : "android",
9164 "os_beta" : ".2",
9165 "os_major" : "4",
9166 "os_minor" : ".4",
9167 "os_string" : "Android",
9168 "robot" : 0
9169 },
9170 "Mozilla/5.0 (Linux; Android 4.4.2; SM-P600 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
9171 "browser" : "chrome",
9172 "browser_beta" : ".2214.109",
9173 "browser_major" : "40",
9174 "browser_minor" : ".0",
9175 "browser_string" : "Chrome",
9176 "device" : "android",
9177 "device_string" : "Android tablet (SM-P600)",
9178 "engine" : "webkit",
9179 "engine_beta" : "",
9180 "engine_major" : "537",
9181 "engine_minor" : ".36",
9182 "engine_string" : "WebKit",
9183 "match" : [
9184 "device",
9185 "android",
9186 "mobile",
9187 "tablet",
9188 "chrome",
9189 "webkit"
9190 ],
9191 "os" : "android",
9192 "os_beta" : ".2",
9193 "os_major" : "4",
9194 "os_minor" : ".4",
9195 "os_string" : "Android",
9196 "robot" : 0
9197 },
9198 "Mozilla/5.0 (Linux; Android 4.4.2; SM-T230NU Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
9199 "browser" : "chrome",
9200 "browser_beta" : ".2214.109",
9201 "browser_major" : "40",
9202 "browser_minor" : ".0",
9203 "browser_string" : "Chrome",
9204 "device" : "android",
9205 "device_string" : "Android tablet (SM-T230NU)",
9206 "engine" : "webkit",
9207 "engine_beta" : "",
9208 "engine_major" : "537",
9209 "engine_minor" : ".36",
9210 "engine_string" : "WebKit",
9211 "match" : [
9212 "device",
9213 "android",
9214 "mobile",
9215 "tablet",
9216 "chrome",
9217 "webkit"
9218 ],
9219 "os" : "android",
9220 "os_beta" : ".2",
9221 "os_major" : "4",
9222 "os_minor" : ".4",
9223 "os_string" : "Android",
9224 "robot" : 0
9225 },
9226 "Mozilla/5.0 (Linux; Android 4.4.2; SM-T520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Safari/537.36" : {
9227 "browser" : "chrome",
9228 "browser_beta" : ".2214.109",
9229 "browser_major" : "40",
9230 "browser_minor" : ".0",
9231 "browser_string" : "Chrome",
9232 "device" : "android",
9233 "device_string" : "Android tablet (SM-T520)",
9234 "engine" : "webkit",
9235 "engine_beta" : "",
9236 "engine_major" : "537",
9237 "engine_minor" : ".36",
9238 "engine_string" : "WebKit",
9239 "match" : [
9240 "device",
9241 "android",
9242 "mobile",
9243 "tablet",
9244 "chrome",
9245 "webkit"
9246 ],
9247 "os" : "android",
9248 "os_beta" : ".2",
9249 "os_major" : "4",
9250 "os_minor" : ".4",
9251 "os_string" : "Android",
9252 "robot" : 0
9253 },
9254 "Mozilla/5.0 (Linux; Android 4.4.2; SPH-L710 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 GSA/4.3.10.88581490.arm" : {
9255 "browser" : "chrome",
9256 "browser_beta" : ".0.0",
9257 "browser_major" : "30",
9258 "browser_minor" : ".0",
9259 "browser_string" : "Chrome",
9260 "device" : "android",
9261 "device_string" : "Android (SPH-L710)",
9262 "engine" : "webkit",
9263 "engine_beta" : "",
9264 "engine_major" : "537",
9265 "engine_minor" : ".36",
9266 "engine_string" : "WebKit",
9267 "match" : [
9268 "device",
9269 "android",
9270 "mobile",
9271 "chrome",
9272 "webkit"
9273 ],
9274 "os" : "android",
9275 "os_beta" : ".2",
9276 "os_major" : "4",
9277 "os_minor" : ".4",
9278 "os_string" : "Android",
9279 "robot" : 0
9280 },
9281 "Mozilla/5.0 (Linux; Android 4.4.2; VS980 4G Build/KOT49I.VS98027A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9282 "browser" : "chrome",
9283 "browser_beta" : ".2214.109",
9284 "browser_major" : "40",
9285 "browser_minor" : ".0",
9286 "browser_string" : "Chrome",
9287 "device" : "android",
9288 "device_string" : "Android (VS980 4G)",
9289 "engine" : "webkit",
9290 "engine_beta" : "",
9291 "engine_major" : "537",
9292 "engine_minor" : ".36",
9293 "engine_string" : "WebKit",
9294 "match" : [
9295 "device",
9296 "android",
9297 "mobile",
9298 "chrome",
9299 "webkit"
9300 ],
9301 "os" : "android",
9302 "os_beta" : ".2",
9303 "os_major" : "4",
9304 "os_minor" : ".4",
9305 "os_string" : "Android",
9306 "robot" : 0
9307 },
9308 "Mozilla/5.0 (Linux; Android 4.4.2; VS980 4G Build/KOT49I.VS98027A) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 ACHEETAHI/2100501074" : {
9309 "browser" : "chrome",
9310 "browser_beta" : ".0.0",
9311 "browser_major" : "30",
9312 "browser_minor" : ".0",
9313 "browser_string" : "Chrome",
9314 "device" : "android",
9315 "device_string" : "Android (VS980 4G)",
9316 "engine" : "webkit",
9317 "engine_beta" : "",
9318 "engine_major" : "537",
9319 "engine_minor" : ".36",
9320 "engine_string" : "WebKit",
9321 "match" : [
9322 "device",
9323 "android",
9324 "mobile",
9325 "chrome",
9326 "webkit"
9327 ],
9328 "os" : "android",
9329 "os_beta" : ".2",
9330 "os_major" : "4",
9331 "os_minor" : ".4",
9332 "os_string" : "Android",
9333 "robot" : 0
9334 },
9335 "Mozilla/5.0 (Linux; Android 4.4.2; VS985 4G Build/KVT49L.VS98512B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9336 "browser" : "chrome",
9337 "browser_beta" : ".2214.109",
9338 "browser_major" : "40",
9339 "browser_minor" : ".0",
9340 "browser_string" : "Chrome",
9341 "device" : "android",
9342 "device_string" : "Android (VS985 4G)",
9343 "engine" : "webkit",
9344 "engine_beta" : "",
9345 "engine_major" : "537",
9346 "engine_minor" : ".36",
9347 "engine_string" : "WebKit",
9348 "match" : [
9349 "device",
9350 "android",
9351 "mobile",
9352 "chrome",
9353 "webkit"
9354 ],
9355 "os" : "android",
9356 "os_beta" : ".2",
9357 "os_major" : "4",
9358 "os_minor" : ".4",
9359 "os_string" : "Android",
9360 "robot" : 0
9361 },
9362 "Mozilla/5.0 (Linux; Android 4.4.2; XT1032 Build/KXB20.9-1.10-1.9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9363 "browser" : "chrome",
9364 "browser_beta" : ".2214.109",
9365 "browser_major" : "40",
9366 "browser_minor" : ".0",
9367 "browser_string" : "Chrome",
9368 "device" : "android",
9369 "device_string" : "Android (XT1032)",
9370 "engine" : "webkit",
9371 "engine_beta" : "",
9372 "engine_major" : "537",
9373 "engine_minor" : ".36",
9374 "engine_string" : "WebKit",
9375 "match" : [
9376 "device",
9377 "android",
9378 "mobile",
9379 "chrome",
9380 "webkit"
9381 ],
9382 "os" : "android",
9383 "os_beta" : ".2",
9384 "os_major" : "4",
9385 "os_minor" : ".4",
9386 "os_string" : "Android",
9387 "robot" : 0
9388 },
9389 "Mozilla/5.0 (Linux; Android 4.4.2; en-ca; SM-N900W8 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9390 "browser" : "chrome",
9391 "browser_beta" : ".1500.94",
9392 "browser_major" : "28",
9393 "browser_minor" : ".0",
9394 "browser_string" : "Chrome",
9395 "country" : "CA",
9396 "device" : "android",
9397 "device_string" : "Android (SM-N900W8)",
9398 "engine" : "webkit",
9399 "engine_beta" : "",
9400 "engine_major" : "537",
9401 "engine_minor" : ".36",
9402 "engine_string" : "WebKit",
9403 "language" : "EN",
9404 "match" : [
9405 "device",
9406 "android",
9407 "mobile",
9408 "chrome",
9409 "webkit"
9410 ],
9411 "os" : "android",
9412 "os_beta" : ".2",
9413 "os_major" : "4",
9414 "os_minor" : ".4",
9415 "os_string" : "Android",
9416 "robot" : 0
9417 },
9418 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG GT-I9505 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9419 "browser" : "chrome",
9420 "browser_beta" : ".1500.94",
9421 "browser_major" : "28",
9422 "browser_minor" : ".0",
9423 "browser_string" : "Chrome",
9424 "country" : "US",
9425 "device" : "android",
9426 "device_string" : "Android (SAMSUNG GT-I9505)",
9427 "engine" : "webkit",
9428 "engine_beta" : "",
9429 "engine_major" : "537",
9430 "engine_minor" : ".36",
9431 "engine_string" : "WebKit",
9432 "language" : "EN",
9433 "match" : [
9434 "device",
9435 "android",
9436 "mobile",
9437 "chrome",
9438 "webkit"
9439 ],
9440 "os" : "android",
9441 "os_beta" : ".2",
9442 "os_major" : "4",
9443 "os_minor" : ".4",
9444 "os_string" : "Android",
9445 "robot" : 0
9446 },
9447 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G900T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9448 "browser" : "chrome",
9449 "browser_beta" : ".1500.94",
9450 "browser_major" : "28",
9451 "browser_minor" : ".0",
9452 "browser_string" : "Chrome",
9453 "country" : "US",
9454 "device" : "android",
9455 "device_string" : "Android (SAMSUNG SM-G900T)",
9456 "engine" : "webkit",
9457 "engine_beta" : "",
9458 "engine_major" : "537",
9459 "engine_minor" : ".36",
9460 "engine_string" : "WebKit",
9461 "language" : "EN",
9462 "match" : [
9463 "device",
9464 "android",
9465 "mobile",
9466 "chrome",
9467 "webkit"
9468 ],
9469 "os" : "android",
9470 "os_beta" : ".2",
9471 "os_major" : "4",
9472 "os_minor" : ".4",
9473 "os_string" : "Android",
9474 "robot" : 0
9475 },
9476 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9477 "browser" : "chrome",
9478 "browser_beta" : ".1500.94",
9479 "browser_major" : "28",
9480 "browser_minor" : ".0",
9481 "browser_string" : "Chrome",
9482 "country" : "US",
9483 "device" : "android",
9484 "device_string" : "Android (SAMSUNG SPH-L520)",
9485 "engine" : "webkit",
9486 "engine_beta" : "",
9487 "engine_major" : "537",
9488 "engine_minor" : ".36",
9489 "engine_string" : "WebKit",
9490 "language" : "EN",
9491 "match" : [
9492 "device",
9493 "android",
9494 "mobile",
9495 "chrome",
9496 "webkit"
9497 ],
9498 "os" : "android",
9499 "os_beta" : ".2",
9500 "os_major" : "4",
9501 "os_minor" : ".4",
9502 "os_string" : "Android",
9503 "robot" : 0
9504 },
9505 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L720 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9506 "browser" : "chrome",
9507 "browser_beta" : ".1500.94",
9508 "browser_major" : "28",
9509 "browser_minor" : ".0",
9510 "browser_string" : "Chrome",
9511 "country" : "US",
9512 "device" : "android",
9513 "device_string" : "Android (SAMSUNG SPH-L720)",
9514 "engine" : "webkit",
9515 "engine_beta" : "",
9516 "engine_major" : "537",
9517 "engine_minor" : ".36",
9518 "engine_string" : "WebKit",
9519 "language" : "EN",
9520 "match" : [
9521 "device",
9522 "android",
9523 "mobile",
9524 "chrome",
9525 "webkit"
9526 ],
9527 "os" : "android",
9528 "os_beta" : ".2",
9529 "os_major" : "4",
9530 "os_minor" : ".4",
9531 "os_string" : "Android",
9532 "robot" : 0
9533 },
9534 "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG-SGH-I257 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9535 "browser" : "chrome",
9536 "browser_beta" : ".1500.94",
9537 "browser_major" : "28",
9538 "browser_minor" : ".0",
9539 "browser_string" : "Chrome",
9540 "country" : "US",
9541 "device" : "android",
9542 "device_string" : "Android (SAMSUNG-SGH-I257)",
9543 "engine" : "webkit",
9544 "engine_beta" : "",
9545 "engine_major" : "537",
9546 "engine_minor" : ".36",
9547 "engine_string" : "WebKit",
9548 "language" : "EN",
9549 "match" : [
9550 "device",
9551 "android",
9552 "mobile",
9553 "chrome",
9554 "webkit"
9555 ],
9556 "os" : "android",
9557 "os_beta" : ".2",
9558 "os_major" : "4",
9559 "os_minor" : ".4",
9560 "os_string" : "Android",
9561 "robot" : 0
9562 },
9563 "Mozilla/5.0 (Linux; Android 4.4.3; HTC One Build/KTU84L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36" : {
9564 "browser" : "chrome",
9565 "browser_beta" : ".2171.93",
9566 "browser_major" : "39",
9567 "browser_minor" : ".0",
9568 "browser_string" : "Chrome",
9569 "device" : "android",
9570 "device_string" : "Android (HTC One)",
9571 "engine" : "webkit",
9572 "engine_beta" : "",
9573 "engine_major" : "537",
9574 "engine_minor" : ".36",
9575 "engine_string" : "WebKit",
9576 "match" : [
9577 "device",
9578 "android",
9579 "mobile",
9580 "chrome",
9581 "webkit"
9582 ],
9583 "os" : "android",
9584 "os_beta" : ".3",
9585 "os_major" : "4",
9586 "os_minor" : ".4",
9587 "os_string" : "Android",
9588 "robot" : 0
9589 },
9590 "Mozilla/5.0 (Linux; Android 4.4.4; D6503 Build/23.0.1.A.0.167) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9591 "browser" : "chrome",
9592 "browser_beta" : ".2214.109",
9593 "browser_major" : "40",
9594 "browser_minor" : ".0",
9595 "browser_string" : "Chrome",
9596 "device" : "android",
9597 "device_string" : "Android (D6503)",
9598 "engine" : "webkit",
9599 "engine_beta" : "",
9600 "engine_major" : "537",
9601 "engine_minor" : ".36",
9602 "engine_string" : "WebKit",
9603 "match" : [
9604 "device",
9605 "android",
9606 "mobile",
9607 "chrome",
9608 "webkit"
9609 ],
9610 "os" : "android",
9611 "os_beta" : ".4",
9612 "os_major" : "4",
9613 "os_minor" : ".4",
9614 "os_string" : "Android",
9615 "robot" : 0
9616 },
9617 "Mozilla/5.0 (Linux; Android 4.4.4; Nexus 10 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.92 Safari/537.36" : {
9618 "browser" : "chrome",
9619 "browser_beta" : ".2272.92",
9620 "browser_major" : "41",
9621 "browser_minor" : ".0",
9622 "browser_string" : "Chrome",
9623 "device" : "android",
9624 "device_string" : "Android tablet (Nexus 10)",
9625 "engine" : "webkit",
9626 "engine_beta" : "",
9627 "engine_major" : "537",
9628 "engine_minor" : ".36",
9629 "engine_string" : "WebKit",
9630 "match" : [
9631 "device",
9632 "android",
9633 "mobile",
9634 "tablet",
9635 "chrome",
9636 "webkit"
9637 ],
9638 "os" : "android",
9639 "os_beta" : ".4",
9640 "os_major" : "4",
9641 "os_minor" : ".4",
9642 "os_string" : "Android",
9643 "robot" : 0
9644 },
9645 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-G900A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9646 "browser" : "chrome",
9647 "browser_beta" : ".2214.109",
9648 "browser_major" : "40",
9649 "browser_minor" : ".0",
9650 "browser_string" : "Chrome",
9651 "device" : "android",
9652 "device_string" : "Android (SAMSUNG-SM-G900A)",
9653 "engine" : "webkit",
9654 "engine_beta" : "",
9655 "engine_major" : "537",
9656 "engine_minor" : ".36",
9657 "engine_string" : "WebKit",
9658 "match" : [
9659 "device",
9660 "android",
9661 "mobile",
9662 "chrome",
9663 "webkit"
9664 ],
9665 "os" : "android",
9666 "os_beta" : ".4",
9667 "os_major" : "4",
9668 "os_minor" : ".4",
9669 "os_string" : "Android",
9670 "robot" : 0
9671 },
9672 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-N900A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
9673 "browser" : "chrome",
9674 "browser_beta" : ".0.0",
9675 "browser_major" : "33",
9676 "browser_minor" : ".0",
9677 "browser_string" : "Chrome",
9678 "device" : "android",
9679 "device_string" : "Android (SAMSUNG-SM-N900A)",
9680 "engine" : "webkit",
9681 "engine_beta" : "",
9682 "engine_major" : "537",
9683 "engine_minor" : ".36",
9684 "engine_string" : "WebKit",
9685 "match" : [
9686 "device",
9687 "android",
9688 "mobile",
9689 "chrome",
9690 "webkit"
9691 ],
9692 "os" : "android",
9693 "os_beta" : ".4",
9694 "os_major" : "4",
9695 "os_minor" : ".4",
9696 "os_string" : "Android",
9697 "robot" : 0
9698 },
9699 "Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-N910A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
9700 "browser" : "chrome",
9701 "browser_beta" : ".0.0",
9702 "browser_major" : "33",
9703 "browser_minor" : ".0",
9704 "browser_string" : "Chrome",
9705 "device" : "android",
9706 "device_string" : "Android (SAMSUNG-SM-N910A)",
9707 "engine" : "webkit",
9708 "engine_beta" : "",
9709 "engine_major" : "537",
9710 "engine_minor" : ".36",
9711 "engine_string" : "WebKit",
9712 "match" : [
9713 "device",
9714 "android",
9715 "mobile",
9716 "chrome",
9717 "webkit"
9718 ],
9719 "os" : "android",
9720 "os_beta" : ".4",
9721 "os_major" : "4",
9722 "os_minor" : ".4",
9723 "os_string" : "Android",
9724 "robot" : 0
9725 },
9726 "Mozilla/5.0 (Linux; Android 4.4.4; SGH-M919 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9727 "browser" : "chrome",
9728 "browser_beta" : ".2214.109",
9729 "browser_major" : "40",
9730 "browser_minor" : ".0",
9731 "browser_string" : "Chrome",
9732 "device" : "android",
9733 "device_string" : "Android (SGH-M919)",
9734 "engine" : "webkit",
9735 "engine_beta" : "",
9736 "engine_major" : "537",
9737 "engine_minor" : ".36",
9738 "engine_string" : "WebKit",
9739 "match" : [
9740 "device",
9741 "android",
9742 "mobile",
9743 "chrome",
9744 "webkit"
9745 ],
9746 "os" : "android",
9747 "os_beta" : ".4",
9748 "os_major" : "4",
9749 "os_minor" : ".4",
9750 "os_string" : "Android",
9751 "robot" : 0
9752 },
9753 "Mozilla/5.0 (Linux; Android 4.4.4; SM-G900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 GSA/4.2.16.87075793.arm" : {
9754 "browser" : "chrome",
9755 "browser_beta" : ".0.0",
9756 "browser_major" : "33",
9757 "browser_minor" : ".0",
9758 "browser_string" : "Chrome",
9759 "device" : "android",
9760 "device_string" : "Android (SM-G900V)",
9761 "engine" : "webkit",
9762 "engine_beta" : "",
9763 "engine_major" : "537",
9764 "engine_minor" : ".36",
9765 "engine_string" : "WebKit",
9766 "match" : [
9767 "device",
9768 "android",
9769 "mobile",
9770 "chrome",
9771 "webkit"
9772 ],
9773 "os" : "android",
9774 "os_beta" : ".4",
9775 "os_major" : "4",
9776 "os_minor" : ".4",
9777 "os_string" : "Android",
9778 "robot" : 0
9779 },
9780 "Mozilla/5.0 (Linux; Android 4.4.4; SM-N900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9781 "browser" : "chrome",
9782 "browser_beta" : ".2214.109",
9783 "browser_major" : "40",
9784 "browser_minor" : ".0",
9785 "browser_string" : "Chrome",
9786 "device" : "android",
9787 "device_string" : "Android (SM-N900V)",
9788 "engine" : "webkit",
9789 "engine_beta" : "",
9790 "engine_major" : "537",
9791 "engine_minor" : ".36",
9792 "engine_string" : "WebKit",
9793 "match" : [
9794 "device",
9795 "android",
9796 "mobile",
9797 "chrome",
9798 "webkit"
9799 ],
9800 "os" : "android",
9801 "os_beta" : ".4",
9802 "os_major" : "4",
9803 "os_minor" : ".4",
9804 "os_string" : "Android",
9805 "robot" : 0
9806 },
9807 "Mozilla/5.0 (Linux; Android 4.4.4; XT1030 Build/SU6-7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9808 "browser" : "chrome",
9809 "browser_beta" : ".2214.109",
9810 "browser_major" : "40",
9811 "browser_minor" : ".0",
9812 "browser_string" : "Chrome",
9813 "device" : "android",
9814 "device_string" : "Android (XT1030)",
9815 "engine" : "webkit",
9816 "engine_beta" : "",
9817 "engine_major" : "537",
9818 "engine_minor" : ".36",
9819 "engine_string" : "WebKit",
9820 "match" : [
9821 "device",
9822 "android",
9823 "mobile",
9824 "chrome",
9825 "webkit"
9826 ],
9827 "os" : "android",
9828 "os_beta" : ".4",
9829 "os_major" : "4",
9830 "os_minor" : ".4",
9831 "os_string" : "Android",
9832 "robot" : 0
9833 },
9834 "Mozilla/5.0 (Linux; Android 4.4.4; XT1080 Build/SU4.21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9835 "browser" : "chrome",
9836 "browser_beta" : ".2214.109",
9837 "browser_major" : "40",
9838 "browser_minor" : ".0",
9839 "browser_string" : "Chrome",
9840 "device" : "android",
9841 "device_string" : "Android (XT1080)",
9842 "engine" : "webkit",
9843 "engine_beta" : "",
9844 "engine_major" : "537",
9845 "engine_minor" : ".36",
9846 "engine_string" : "WebKit",
9847 "match" : [
9848 "device",
9849 "android",
9850 "mobile",
9851 "chrome",
9852 "webkit"
9853 ],
9854 "os" : "android",
9855 "os_beta" : ".4",
9856 "os_major" : "4",
9857 "os_minor" : ".4",
9858 "os_string" : "Android",
9859 "robot" : 0
9860 },
9861 "Mozilla/5.0 (Linux; Android 4.4.4; XT1254 Build/SU2-12) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9862 "browser" : "chrome",
9863 "browser_beta" : ".2214.109",
9864 "browser_major" : "40",
9865 "browser_minor" : ".0",
9866 "browser_string" : "Chrome",
9867 "device" : "android",
9868 "device_string" : "Android (XT1254)",
9869 "engine" : "webkit",
9870 "engine_beta" : "",
9871 "engine_major" : "537",
9872 "engine_minor" : ".36",
9873 "engine_string" : "WebKit",
9874 "match" : [
9875 "device",
9876 "android",
9877 "mobile",
9878 "chrome",
9879 "webkit"
9880 ],
9881 "os" : "android",
9882 "os_beta" : ".4",
9883 "os_major" : "4",
9884 "os_minor" : ".4",
9885 "os_string" : "Android",
9886 "robot" : 0
9887 },
9888 "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9889 "browser" : "chrome",
9890 "browser_beta" : ".1500.94",
9891 "browser_major" : "28",
9892 "browser_minor" : ".0",
9893 "browser_string" : "Chrome",
9894 "country" : "US",
9895 "device" : "android",
9896 "device_string" : "Android (SAMSUNG SM-G900P)",
9897 "engine" : "webkit",
9898 "engine_beta" : "",
9899 "engine_major" : "537",
9900 "engine_minor" : ".36",
9901 "engine_string" : "WebKit",
9902 "language" : "EN",
9903 "match" : [
9904 "device",
9905 "android",
9906 "mobile",
9907 "chrome",
9908 "webkit"
9909 ],
9910 "os" : "android",
9911 "os_beta" : ".4",
9912 "os_major" : "4",
9913 "os_minor" : ".4",
9914 "os_string" : "Android",
9915 "robot" : 0
9916 },
9917 "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-N900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" : {
9918 "browser" : "chrome",
9919 "browser_beta" : ".1500.94",
9920 "browser_major" : "28",
9921 "browser_minor" : ".0",
9922 "browser_string" : "Chrome",
9923 "country" : "US",
9924 "device" : "android",
9925 "device_string" : "Android (SAMSUNG SM-N900P)",
9926 "engine" : "webkit",
9927 "engine_beta" : "",
9928 "engine_major" : "537",
9929 "engine_minor" : ".36",
9930 "engine_string" : "WebKit",
9931 "language" : "EN",
9932 "match" : [
9933 "device",
9934 "android",
9935 "mobile",
9936 "chrome",
9937 "webkit"
9938 ],
9939 "os" : "android",
9940 "os_beta" : ".4",
9941 "os_major" : "4",
9942 "os_minor" : ".4",
9943 "os_string" : "Android",
9944 "robot" : 0
9945 },
9946 "Mozilla/5.0 (Linux; Android 5.0.1; HTC One_M8 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9947 "browser" : "chrome",
9948 "browser_beta" : ".2214.109",
9949 "browser_major" : "40",
9950 "browser_minor" : ".0",
9951 "browser_string" : "Chrome",
9952 "device" : "android",
9953 "device_string" : "Android (HTC One_M8)",
9954 "engine" : "webkit",
9955 "engine_beta" : "",
9956 "engine_major" : "537",
9957 "engine_minor" : ".36",
9958 "engine_string" : "WebKit",
9959 "match" : [
9960 "device",
9961 "android",
9962 "mobile",
9963 "chrome",
9964 "webkit"
9965 ],
9966 "os" : "android",
9967 "os_beta" : ".1",
9968 "os_major" : "5",
9969 "os_minor" : ".0",
9970 "os_string" : "Android",
9971 "robot" : 0
9972 },
9973 "Mozilla/5.0 (Linux; Android 5.0.1; HTC6525LVW Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
9974 "browser" : "chrome",
9975 "browser_beta" : ".2214.109",
9976 "browser_major" : "40",
9977 "browser_minor" : ".0",
9978 "browser_string" : "Chrome",
9979 "device" : "android",
9980 "device_string" : "Android (HTC6525LVW)",
9981 "engine" : "webkit",
9982 "engine_beta" : "",
9983 "engine_major" : "537",
9984 "engine_minor" : ".36",
9985 "engine_string" : "WebKit",
9986 "match" : [
9987 "device",
9988 "android",
9989 "mobile",
9990 "chrome",
9991 "webkit"
9992 ],
9993 "os" : "android",
9994 "os_beta" : ".1",
9995 "os_major" : "5",
9996 "os_minor" : ".0",
9997 "os_string" : "Android",
9998 "robot" : 0
9999 },
10000 "Mozilla/5.0 (Linux; Android 5.0.1; LG-D850 Build/LRX21Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
10001 "browser" : "chrome",
10002 "browser_beta" : ".2214.109",
10003 "browser_major" : "40",
10004 "browser_minor" : ".0",
10005 "browser_string" : "Chrome",
10006 "device" : "android",
10007 "device_string" : "Android (LG-D850)",
10008 "engine" : "webkit",
10009 "engine_beta" : "",
10010 "engine_major" : "537",
10011 "engine_minor" : ".36",
10012 "engine_string" : "WebKit",
10013 "match" : [
10014 "device",
10015 "android",
10016 "mobile",
10017 "chrome",
10018 "webkit"
10019 ],
10020 "os" : "android",
10021 "os_beta" : ".1",
10022 "os_major" : "5",
10023 "os_minor" : ".0",
10024 "os_string" : "Android",
10025 "robot" : 0
10026 },
10027 "Mozilla/5.0 (Linux; Android 5.0.1; Nexus 5 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
10028 "browser" : "chrome",
10029 "browser_beta" : ".2214.109",
10030 "browser_major" : "40",
10031 "browser_minor" : ".0",
10032 "browser_string" : "Chrome",
10033 "device" : "android",
10034 "device_string" : "Android (Nexus 5)",
10035 "engine" : "webkit",
10036 "engine_beta" : "",
10037 "engine_major" : "537",
10038 "engine_minor" : ".36",
10039 "engine_string" : "WebKit",
10040 "match" : [
10041 "device",
10042 "android",
10043 "mobile",
10044 "chrome",
10045 "webkit"
10046 ],
10047 "os" : "android",
10048 "os_beta" : ".1",
10049 "os_major" : "5",
10050 "os_minor" : ".0",
10051 "os_string" : "Android",
10052 "robot" : 0
10053 },
10054 "Mozilla/5.0 (Linux; Android 5.0.2; HTCONE Build/LRX22F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/28.0.0.20.16;]" : {
10055 "browser" : "chrome",
10056 "browser_beta" : ".0.0",
10057 "browser_major" : "37",
10058 "browser_minor" : ".0",
10059 "browser_string" : "Chrome",
10060 "device" : "android",
10061 "device_string" : "Android (HTCONE)",
10062 "engine" : "webkit",
10063 "engine_beta" : "",
10064 "engine_major" : "537",
10065 "engine_minor" : ".36",
10066 "engine_string" : "WebKit",
10067 "match" : [
10068 "device",
10069 "android",
10070 "mobile",
10071 "chrome",
10072 "webkit"
10073 ],
10074 "os" : "android",
10075 "os_beta" : ".2",
10076 "os_major" : "5",
10077 "os_minor" : ".0",
10078 "os_string" : "Android",
10079 "robot" : 0
10080 },
10081 "Mozilla/5.0 (Linux; Android 5.0.2; Nexus 7 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36 YJApp-ANDROID jp.co.yahoo.android.yjtop/10.0.31" : {
10082 "browser" : "chrome",
10083 "browser_beta" : ".0.0",
10084 "browser_major" : "37",
10085 "browser_minor" : ".0",
10086 "browser_string" : "Chrome",
10087 "device" : "android",
10088 "device_string" : "Android tablet (Nexus 7)",
10089 "engine" : "webkit",
10090 "engine_beta" : "",
10091 "engine_major" : "537",
10092 "engine_minor" : ".36",
10093 "engine_string" : "WebKit",
10094 "match" : [
10095 "device",
10096 "android",
10097 "mobile",
10098 "tablet",
10099 "chrome",
10100 "webkit"
10101 ],
10102 "os" : "android",
10103 "os_beta" : ".2",
10104 "os_major" : "5",
10105 "os_minor" : ".0",
10106 "os_string" : "Android",
10107 "robot" : 0
10108 },
10109 "Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36" : {
10110 "browser" : "chrome",
10111 "browser_beta" : ".1847.76",
10112 "browser_major" : "34",
10113 "browser_minor" : ".0",
10114 "browser_string" : "Chrome",
10115 "device" : "android",
10116 "device_string" : "Android (SAMSUNG SM-G900P)",
10117 "engine" : "webkit",
10118 "engine_beta" : "",
10119 "engine_major" : "537",
10120 "engine_minor" : ".36",
10121 "engine_string" : "WebKit",
10122 "match" : [
10123 "device",
10124 "android",
10125 "mobile",
10126 "chrome",
10127 "webkit"
10128 ],
10129 "os" : "android",
10130 "os_beta" : "",
10131 "os_major" : "5",
10132 "os_minor" : ".0",
10133 "os_string" : "Android",
10134 "robot" : 0
10135 },
10136 "Mozilla/5.0 (Linux; Android 5.0; SM-G900V Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36" : {
10137 "browser" : "chrome",
10138 "browser_beta" : ".2214.109",
10139 "browser_major" : "40",
10140 "browser_minor" : ".0",
10141 "browser_string" : "Chrome",
10142 "device" : "android",
10143 "device_string" : "Android (SM-G900V)",
10144 "engine" : "webkit",
10145 "engine_beta" : "",
10146 "engine_major" : "537",
10147 "engine_minor" : ".36",
10148 "engine_string" : "WebKit",
10149 "match" : [
10150 "device",
10151 "android",
10152 "mobile",
10153 "chrome",
10154 "webkit"
10155 ],
10156 "os" : "android",
10157 "os_beta" : "",
10158 "os_major" : "5",
10159 "os_minor" : ".0",
10160 "os_string" : "Android",
10161 "robot" : 0
10162 },
10163 "Mozilla/5.0 (Linux; Android 5.1; Nexus 5 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36" : {
10164 "browser" : "chrome",
10165 "browser_beta" : ".2272.96",
10166 "browser_major" : "41",
10167 "browser_minor" : ".0",
10168 "browser_string" : "Chrome",
10169 "device" : "android",
10170 "device_string" : "Android (Nexus 5)",
10171 "engine" : "webkit",
10172 "engine_beta" : "",
10173 "engine_major" : "537",
10174 "engine_minor" : ".36",
10175 "engine_string" : "WebKit",
10176 "match" : [
10177 "device",
10178 "android",
10179 "mobile",
10180 "chrome",
10181 "webkit"
10182 ],
10183 "os" : "android",
10184 "os_beta" : "",
10185 "os_major" : "5",
10186 "os_minor" : ".1",
10187 "os_string" : "Android",
10188 "robot" : 0
10189 },
10190 "Mozilla/5.0 (Linux; U; Android 1.5; en-gb; HTC Hero Build/CUPCAKE) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" : {
10191 "browser" : "safari",
10192 "browser_major" : "3",
10193 "browser_minor" : ".1",
10194 "browser_string" : "Mobile Safari",
10195 "country" : "GB",
10196 "device" : "android",
10197 "device_string" : "Android (HTC Hero)",
10198 "engine" : "webkit",
10199 "engine_beta" : "+",
10200 "engine_major" : "528",
10201 "engine_minor" : ".5",
10202 "engine_string" : "WebKit",
10203 "language" : "EN",
10204 "match" : [
10205 "device",
10206 "android",
10207 "mobile",
10208 "safari",
10209 "mobile_safari",
10210 "webkit"
10211 ],
10212 "os" : "android",
10213 "os_beta" : "",
10214 "os_major" : "1",
10215 "os_minor" : ".5",
10216 "os_string" : "Android",
10217 "robot" : 0
10218 },
10219 "Mozilla/5.0 (Linux; U; Android 1.6; en-us; xpndr_ihome Build/DRD35) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" : {
10220 "browser" : "safari",
10221 "browser_major" : "3",
10222 "browser_minor" : ".1",
10223 "browser_string" : "Mobile Safari",
10224 "country" : "US",
10225 "device" : "android",
10226 "device_string" : "Android (xpndr_ihome)",
10227 "engine" : "webkit",
10228 "engine_beta" : "+",
10229 "engine_major" : "528",
10230 "engine_minor" : ".5",
10231 "engine_string" : "WebKit",
10232 "language" : "EN",
10233 "match" : [
10234 "device",
10235 "android",
10236 "mobile",
10237 "safari",
10238 "mobile_safari",
10239 "webkit"
10240 ],
10241 "os" : "android",
10242 "os_beta" : "",
10243 "os_major" : "1",
10244 "os_minor" : ".6",
10245 "os_string" : "Android",
10246 "robot" : 0
10247 },
10248 "Mozilla/5.0 (Linux; U; Android 2.3.4; en-gb; SonyEricssonMT15iv Build/4.0.2.A.0.62) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
10249 "browser" : "safari",
10250 "browser_major" : "4",
10251 "browser_minor" : ".0",
10252 "browser_string" : "Mobile Safari",
10253 "country" : "GB",
10254 "device" : "android",
10255 "device_string" : "Android (SonyEricssonMT15iv)",
10256 "engine" : "webkit",
10257 "engine_beta" : "",
10258 "engine_major" : "533",
10259 "engine_minor" : ".1",
10260 "engine_string" : "WebKit",
10261 "language" : "EN",
10262 "match" : [
10263 "device",
10264 "android",
10265 "mobile",
10266 "safari",
10267 "mobile_safari",
10268 "webkit"
10269 ],
10270 "os" : "android",
10271 "os_beta" : ".4",
10272 "os_major" : "2",
10273 "os_minor" : ".3",
10274 "os_string" : "Android",
10275 "robot" : 0
10276 },
10277 "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; NOOK BNTV250 Build/GINGERBREAD 1.4.3) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Safari/533.1" : {
10278 "browser" : "safari",
10279 "browser_major" : "4",
10280 "browser_minor" : ".0",
10281 "browser_string" : "Safari",
10282 "country" : "US",
10283 "device" : "android",
10284 "device_string" : "Android tablet (NOOK BNTV250)",
10285 "engine" : "webkit",
10286 "engine_beta" : "",
10287 "engine_major" : "533",
10288 "engine_minor" : ".1",
10289 "engine_string" : "WebKit",
10290 "language" : "EN",
10291 "match" : [
10292 "device",
10293 "android",
10294 "mobile",
10295 "tablet",
10296 "safari",
10297 "webkit"
10298 ],
10299 "os" : "android",
10300 "os_beta" : ".4",
10301 "os_major" : "2",
10302 "os_minor" : ".3",
10303 "os_string" : "Android",
10304 "robot" : 0
10305 },
10306 "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; LG-L38C Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 MMS/LG-Android-MMS-V1.0/1.2" : {
10307 "browser" : "safari",
10308 "browser_major" : "4",
10309 "browser_minor" : ".0",
10310 "browser_string" : "Mobile Safari",
10311 "country" : "US",
10312 "device" : "android",
10313 "device_string" : "Android (LG-L38C)",
10314 "engine" : "webkit",
10315 "engine_beta" : "",
10316 "engine_major" : "533",
10317 "engine_minor" : ".1",
10318 "engine_string" : "WebKit",
10319 "language" : "EN",
10320 "match" : [
10321 "device",
10322 "android",
10323 "mobile",
10324 "safari",
10325 "mobile_safari",
10326 "webkit"
10327 ],
10328 "os" : "android",
10329 "os_beta" : ".6",
10330 "os_major" : "2",
10331 "os_minor" : ".3",
10332 "os_string" : "Android",
10333 "robot" : 0
10334 },
10335 "Mozilla/5.0 (Linux; U; Android 2.3.6; nl-nl; GT-S5360 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
10336 "browser" : "safari",
10337 "browser_major" : "4",
10338 "browser_minor" : ".0",
10339 "browser_string" : "Mobile Safari",
10340 "country" : "NL",
10341 "device" : "android",
10342 "device_string" : "Android (GT-S5360)",
10343 "engine" : "webkit",
10344 "engine_beta" : "",
10345 "engine_major" : "533",
10346 "engine_minor" : ".1",
10347 "engine_string" : "WebKit",
10348 "language" : "NL",
10349 "match" : [
10350 "device",
10351 "android",
10352 "mobile",
10353 "safari",
10354 "mobile_safari",
10355 "webkit"
10356 ],
10357 "os" : "android",
10358 "os_beta" : ".6",
10359 "os_major" : "2",
10360 "os_minor" : ".3",
10361 "os_string" : "Android",
10362 "robot" : 0
10363 },
10364 "Mozilla/5.0 (Linux; U; Android 2.3.7; en-us; ZTE V768 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" : {
10365 "browser" : "safari",
10366 "browser_major" : "4",
10367 "browser_minor" : ".0",
10368 "browser_string" : "Mobile Safari",
10369 "country" : "US",
10370 "device" : "android",
10371 "device_string" : "Android (ZTE V768)",
10372 "engine" : "webkit",
10373 "engine_beta" : "",
10374 "engine_major" : "533",
10375 "engine_minor" : ".1",
10376 "engine_string" : "WebKit",
10377 "language" : "EN",
10378 "match" : [
10379 "device",
10380 "android",
10381 "mobile",
10382 "safari",
10383 "mobile_safari",
10384 "webkit"
10385 ],
10386 "os" : "android",
10387 "os_beta" : ".7",
10388 "os_major" : "2",
10389 "os_minor" : ".3",
10390 "os_string" : "Android",
10391 "robot" : 0
10392 },
10393 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFOT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.46 like Chrome/37.0.2026.117 Safari/537.36" : {
10394 "browser" : "silk",
10395 "browser_major" : "3",
10396 "browser_minor" : ".46",
10397 "browser_string" : "Silk",
10398 "country" : "US",
10399 "device" : "android",
10400 "device_string" : "Android tablet (KFOT)",
10401 "engine" : "webkit",
10402 "engine_beta" : "",
10403 "engine_major" : "537",
10404 "engine_minor" : ".36",
10405 "engine_string" : "WebKit",
10406 "language" : "EN",
10407 "match" : [
10408 "device",
10409 "android",
10410 "mobile",
10411 "tablet",
10412 "silk",
10413 "webkit"
10414 ],
10415 "os" : "android",
10416 "os_beta" : ".3",
10417 "os_major" : "4",
10418 "os_minor" : ".0",
10419 "os_string" : "Android",
10420 "robot" : 0
10421 },
10422 "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; KFTT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.46 like Chrome/37.0.2026.117 Safari/537.36" : {
10423 "browser" : "silk",
10424 "browser_major" : "3",
10425 "browser_minor" : ".46",
10426 "browser_string" : "Silk",
10427 "country" : "US",
10428 "device" : "android",
10429 "device_string" : "Android tablet (KFTT)",
10430 "engine" : "webkit",
10431 "engine_beta" : "",
10432 "engine_major" : "537",
10433 "engine_minor" : ".36",
10434 "engine_string" : "WebKit",
10435 "language" : "EN",
10436 "match" : [
10437 "device",
10438 "android",
10439 "mobile",
10440 "tablet",
10441 "silk",
10442 "webkit"
10443 ],
10444 "os" : "android",
10445 "os_beta" : ".3",
10446 "os_major" : "4",
10447 "os_minor" : ".0",
10448 "os_string" : "Android",
10449 "robot" : 0
10450 },
10451 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; C5170 Build/IML77) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10452 "browser" : "safari",
10453 "browser_major" : "4",
10454 "browser_minor" : ".0",
10455 "browser_string" : "Mobile Safari",
10456 "country" : "US",
10457 "device" : "android",
10458 "device_string" : "Android (C5170)",
10459 "engine" : "webkit",
10460 "engine_beta" : "",
10461 "engine_major" : "534",
10462 "engine_minor" : ".30",
10463 "engine_string" : "WebKit",
10464 "language" : "EN",
10465 "match" : [
10466 "device",
10467 "android",
10468 "mobile",
10469 "safari",
10470 "mobile_safari",
10471 "webkit"
10472 ],
10473 "os" : "android",
10474 "os_beta" : ".4",
10475 "os_major" : "4",
10476 "os_minor" : ".0",
10477 "os_string" : "Android",
10478 "robot" : 0
10479 },
10480 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; LG-MS770 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10481 "browser" : "safari",
10482 "browser_major" : "4",
10483 "browser_minor" : ".0",
10484 "browser_string" : "Mobile Safari",
10485 "country" : "US",
10486 "device" : "android",
10487 "device_string" : "Android (LG-MS770)",
10488 "engine" : "webkit",
10489 "engine_beta" : "",
10490 "engine_major" : "534",
10491 "engine_minor" : ".30",
10492 "engine_string" : "WebKit",
10493 "language" : "EN",
10494 "match" : [
10495 "device",
10496 "android",
10497 "mobile",
10498 "safari",
10499 "mobile_safari",
10500 "webkit"
10501 ],
10502 "os" : "android",
10503 "os_beta" : ".4",
10504 "os_major" : "4",
10505 "os_minor" : ".0",
10506 "os_string" : "Android",
10507 "robot" : 0
10508 },
10509 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SCH-S738C Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10510 "browser" : "safari",
10511 "browser_major" : "4",
10512 "browser_minor" : ".0",
10513 "browser_string" : "Mobile Safari",
10514 "country" : "US",
10515 "device" : "android",
10516 "device_string" : "Android (SCH-S738C)",
10517 "engine" : "webkit",
10518 "engine_beta" : "",
10519 "engine_major" : "534",
10520 "engine_minor" : ".30",
10521 "engine_string" : "WebKit",
10522 "language" : "EN",
10523 "match" : [
10524 "device",
10525 "android",
10526 "mobile",
10527 "safari",
10528 "mobile_safari",
10529 "webkit"
10530 ],
10531 "os" : "android",
10532 "os_beta" : ".4",
10533 "os_major" : "4",
10534 "os_minor" : ".0",
10535 "os_string" : "Android",
10536 "robot" : 0
10537 },
10538 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T989 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10539 "browser" : "safari",
10540 "browser_major" : "4",
10541 "browser_minor" : ".0",
10542 "browser_string" : "Mobile Safari",
10543 "country" : "US",
10544 "device" : "android",
10545 "device_string" : "Android (SGH-T989)",
10546 "engine" : "webkit",
10547 "engine_beta" : "",
10548 "engine_major" : "534",
10549 "engine_minor" : ".30",
10550 "engine_string" : "WebKit",
10551 "language" : "EN",
10552 "match" : [
10553 "device",
10554 "android",
10555 "mobile",
10556 "safari",
10557 "mobile_safari",
10558 "webkit"
10559 ],
10560 "os" : "android",
10561 "os_beta" : ".4",
10562 "os_major" : "4",
10563 "os_minor" : ".0",
10564 "os_string" : "Android",
10565 "robot" : 0
10566 },
10567 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SPH-D710 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10568 "browser" : "safari",
10569 "browser_major" : "4",
10570 "browser_minor" : ".0",
10571 "browser_string" : "Mobile Safari",
10572 "country" : "US",
10573 "device" : "android",
10574 "device_string" : "Android (SPH-D710)",
10575 "engine" : "webkit",
10576 "engine_beta" : "",
10577 "engine_major" : "534",
10578 "engine_minor" : ".30",
10579 "engine_string" : "WebKit",
10580 "language" : "EN",
10581 "match" : [
10582 "device",
10583 "android",
10584 "mobile",
10585 "safari",
10586 "mobile_safari",
10587 "webkit"
10588 ],
10589 "os" : "android",
10590 "os_beta" : ".4",
10591 "os_major" : "4",
10592 "os_minor" : ".0",
10593 "os_string" : "Android",
10594 "robot" : 0
10595 },
10596 "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; XT897 Build/7.7.1Q-6_SPR-89_ASA-36) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10597 "browser" : "safari",
10598 "browser_major" : "4",
10599 "browser_minor" : ".0",
10600 "browser_string" : "Mobile Safari",
10601 "country" : "US",
10602 "device" : "android",
10603 "device_string" : "Android (XT897)",
10604 "engine" : "webkit",
10605 "engine_beta" : "",
10606 "engine_major" : "534",
10607 "engine_minor" : ".30",
10608 "engine_string" : "WebKit",
10609 "language" : "EN",
10610 "match" : [
10611 "device",
10612 "android",
10613 "mobile",
10614 "safari",
10615 "mobile_safari",
10616 "webkit"
10617 ],
10618 "os" : "android",
10619 "os_beta" : ".4",
10620 "os_major" : "4",
10621 "os_minor" : ".0",
10622 "os_string" : "Android",
10623 "robot" : 0
10624 },
10625 "Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-I8190 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10626 "browser" : "safari",
10627 "browser_major" : "4",
10628 "browser_minor" : ".0",
10629 "browser_string" : "Mobile Safari",
10630 "country" : "DE",
10631 "device" : "android",
10632 "device_string" : "Android (GT-I8190)",
10633 "engine" : "webkit",
10634 "engine_beta" : "",
10635 "engine_major" : "534",
10636 "engine_minor" : ".30",
10637 "engine_string" : "WebKit",
10638 "language" : "DE",
10639 "match" : [
10640 "device",
10641 "android",
10642 "mobile",
10643 "safari",
10644 "mobile_safari",
10645 "webkit"
10646 ],
10647 "os" : "android",
10648 "os_beta" : ".2",
10649 "os_major" : "4",
10650 "os_minor" : ".1",
10651 "os_string" : "Android",
10652 "robot" : 0
10653 },
10654 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; DROID RAZR Build/9.8.2O-72_VZW-16) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10655 "browser" : "safari",
10656 "browser_major" : "4",
10657 "browser_minor" : ".0",
10658 "browser_string" : "Mobile Safari",
10659 "country" : "US",
10660 "device" : "android",
10661 "device_string" : "Android (DROID RAZR)",
10662 "engine" : "webkit",
10663 "engine_beta" : "",
10664 "engine_major" : "534",
10665 "engine_minor" : ".30",
10666 "engine_string" : "WebKit",
10667 "language" : "EN",
10668 "match" : [
10669 "device",
10670 "android",
10671 "mobile",
10672 "safari",
10673 "mobile_safari",
10674 "webkit"
10675 ],
10676 "os" : "android",
10677 "os_beta" : ".2",
10678 "os_major" : "4",
10679 "os_minor" : ".1",
10680 "os_string" : "Android",
10681 "robot" : 0
10682 },
10683 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-D520 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10684 "browser" : "safari",
10685 "browser_major" : "4",
10686 "browser_minor" : ".0",
10687 "browser_string" : "Mobile Safari",
10688 "country" : "US",
10689 "device" : "android",
10690 "device_string" : "Android (LG-D520)",
10691 "engine" : "webkit",
10692 "engine_beta" : "",
10693 "engine_major" : "534",
10694 "engine_minor" : ".30",
10695 "engine_string" : "WebKit",
10696 "language" : "EN",
10697 "match" : [
10698 "device",
10699 "android",
10700 "mobile",
10701 "safari",
10702 "mobile_safari",
10703 "webkit"
10704 ],
10705 "os" : "android",
10706 "os_beta" : ".2",
10707 "os_major" : "4",
10708 "os_minor" : ".1",
10709 "os_string" : "Android",
10710 "robot" : 0
10711 },
10712 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SAMSUNG-SGH-I747 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10713 "browser" : "safari",
10714 "browser_major" : "4",
10715 "browser_minor" : ".0",
10716 "browser_string" : "Mobile Safari",
10717 "country" : "US",
10718 "device" : "android",
10719 "device_string" : "Android (SAMSUNG-SGH-I747)",
10720 "engine" : "webkit",
10721 "engine_beta" : "",
10722 "engine_major" : "534",
10723 "engine_minor" : ".30",
10724 "engine_string" : "WebKit",
10725 "language" : "EN",
10726 "match" : [
10727 "device",
10728 "android",
10729 "mobile",
10730 "safari",
10731 "mobile_safari",
10732 "webkit"
10733 ],
10734 "os" : "android",
10735 "os_beta" : ".2",
10736 "os_major" : "4",
10737 "os_minor" : ".1",
10738 "os_string" : "Android",
10739 "robot" : 0
10740 },
10741 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I535 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10742 "browser" : "safari",
10743 "browser_major" : "4",
10744 "browser_minor" : ".0",
10745 "browser_string" : "Mobile Safari",
10746 "country" : "US",
10747 "device" : "android",
10748 "device_string" : "Android (SCH-I535)",
10749 "engine" : "webkit",
10750 "engine_beta" : "",
10751 "engine_major" : "534",
10752 "engine_minor" : ".30",
10753 "engine_string" : "WebKit",
10754 "language" : "EN",
10755 "match" : [
10756 "device",
10757 "android",
10758 "mobile",
10759 "safari",
10760 "mobile_safari",
10761 "webkit"
10762 ],
10763 "os" : "android",
10764 "os_beta" : ".2",
10765 "os_major" : "4",
10766 "os_minor" : ".1",
10767 "os_string" : "Android",
10768 "robot" : 0
10769 },
10770 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10771 "browser" : "safari",
10772 "browser_major" : "4",
10773 "browser_minor" : ".0",
10774 "browser_string" : "Mobile Safari",
10775 "country" : "US",
10776 "device" : "android",
10777 "device_string" : "Android (SGH-T999)",
10778 "engine" : "webkit",
10779 "engine_beta" : "",
10780 "engine_major" : "534",
10781 "engine_minor" : ".30",
10782 "engine_string" : "WebKit",
10783 "language" : "EN",
10784 "match" : [
10785 "device",
10786 "android",
10787 "mobile",
10788 "safari",
10789 "mobile_safari",
10790 "webkit"
10791 ],
10792 "os" : "android",
10793 "os_beta" : ".2",
10794 "os_major" : "4",
10795 "os_minor" : ".1",
10796 "os_string" : "Android",
10797 "robot" : 0
10798 },
10799 "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10800 "browser" : "safari",
10801 "browser_major" : "4",
10802 "browser_minor" : ".0",
10803 "browser_string" : "Mobile Safari",
10804 "country" : "US",
10805 "device" : "android",
10806 "device_string" : "Android (SGH-T999L)",
10807 "engine" : "webkit",
10808 "engine_beta" : "",
10809 "engine_major" : "534",
10810 "engine_minor" : ".30",
10811 "engine_string" : "WebKit",
10812 "language" : "EN",
10813 "match" : [
10814 "device",
10815 "android",
10816 "mobile",
10817 "safari",
10818 "mobile_safari",
10819 "webkit"
10820 ],
10821 "os" : "android",
10822 "os_beta" : ".2",
10823 "os_major" : "4",
10824 "os_minor" : ".1",
10825 "os_string" : "Android",
10826 "robot" : 0
10827 },
10828 "Mozilla/5.0 (Linux; U; Android 4.2.2; el-gr; U51GT_C4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.2.16.87075793.arm" : {
10829 "browser" : "safari",
10830 "browser_major" : "4",
10831 "browser_minor" : ".0",
10832 "browser_string" : "Mobile Safari",
10833 "country" : "GR",
10834 "device" : "android",
10835 "device_string" : "Android (U51GT_C4)",
10836 "engine" : "webkit",
10837 "engine_beta" : "",
10838 "engine_major" : "534",
10839 "engine_minor" : ".30",
10840 "engine_string" : "WebKit",
10841 "language" : "EL",
10842 "match" : [
10843 "device",
10844 "android",
10845 "mobile",
10846 "safari",
10847 "mobile_safari",
10848 "webkit"
10849 ],
10850 "os" : "android",
10851 "os_beta" : ".2",
10852 "os_major" : "4",
10853 "os_minor" : ".2",
10854 "os_string" : "Android",
10855 "robot" : 0
10856 },
10857 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-ie; GT-S7580 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.2.16.87075793.arm" : {
10858 "browser" : "safari",
10859 "browser_major" : "4",
10860 "browser_minor" : ".0",
10861 "browser_string" : "Mobile Safari",
10862 "country" : "IE",
10863 "device" : "android",
10864 "device_string" : "Android (GT-S7580)",
10865 "engine" : "webkit",
10866 "engine_beta" : "",
10867 "engine_major" : "534",
10868 "engine_minor" : ".30",
10869 "engine_string" : "WebKit",
10870 "language" : "EN",
10871 "match" : [
10872 "device",
10873 "android",
10874 "mobile",
10875 "safari",
10876 "mobile_safari",
10877 "webkit"
10878 ],
10879 "os" : "android",
10880 "os_beta" : ".2",
10881 "os_major" : "4",
10882 "os_minor" : ".2",
10883 "os_string" : "Android",
10884 "robot" : 0
10885 },
10886 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; H30-U10 Build/HuaweiH30-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10887 "browser" : "safari",
10888 "browser_major" : "4",
10889 "browser_minor" : ".0",
10890 "browser_string" : "Mobile Safari",
10891 "country" : "US",
10892 "device" : "android",
10893 "device_string" : "Android (H30-U10)",
10894 "engine" : "webkit",
10895 "engine_beta" : "",
10896 "engine_major" : "534",
10897 "engine_minor" : ".30",
10898 "engine_string" : "WebKit",
10899 "language" : "EN",
10900 "match" : [
10901 "device",
10902 "android",
10903 "mobile",
10904 "safari",
10905 "mobile_safari",
10906 "webkit"
10907 ],
10908 "os" : "android",
10909 "os_beta" : ".2",
10910 "os_major" : "4",
10911 "os_minor" : ".2",
10912 "os_string" : "Android",
10913 "robot" : 0
10914 },
10915 "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; SD4930UR Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.44 like Chrome/37.0.2026.117 Mobile Safari/537.36" : {
10916 "browser" : "silk",
10917 "browser_major" : "3",
10918 "browser_minor" : ".44",
10919 "browser_string" : "Silk",
10920 "country" : "US",
10921 "device" : "android",
10922 "device_string" : "Android (SD4930UR)",
10923 "engine" : "webkit",
10924 "engine_beta" : "",
10925 "engine_major" : "537",
10926 "engine_minor" : ".36",
10927 "engine_string" : "WebKit",
10928 "language" : "EN",
10929 "match" : [
10930 "device",
10931 "android",
10932 "mobile",
10933 "silk",
10934 "webkit"
10935 ],
10936 "os" : "android",
10937 "os_beta" : ".2",
10938 "os_major" : "4",
10939 "os_minor" : ".2",
10940 "os_string" : "Android",
10941 "robot" : 0
10942 },
10943 "Mozilla/5.0 (Linux; U; Android 4.3; en-gb; GT-N7100 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
10944 "browser" : "safari",
10945 "browser_major" : "4",
10946 "browser_minor" : ".0",
10947 "browser_string" : "Mobile Safari",
10948 "country" : "GB",
10949 "device" : "android",
10950 "device_string" : "Android (GT-N7100)",
10951 "engine" : "webkit",
10952 "engine_beta" : "",
10953 "engine_major" : "534",
10954 "engine_minor" : ".30",
10955 "engine_string" : "WebKit",
10956 "language" : "EN",
10957 "match" : [
10958 "device",
10959 "android",
10960 "mobile",
10961 "safari",
10962 "mobile_safari",
10963 "webkit"
10964 ],
10965 "os" : "android",
10966 "os_beta" : "",
10967 "os_major" : "4",
10968 "os_minor" : ".3",
10969 "os_string" : "Android",
10970 "robot" : 0
10971 },
10972 "Mozilla/5.0 (Linux; U; Android 4.3; en-us; C6530N Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.4.16.1149292.arm" : {
10973 "browser" : "safari",
10974 "browser_major" : "4",
10975 "browser_minor" : ".0",
10976 "browser_string" : "Mobile Safari",
10977 "country" : "US",
10978 "device" : "android",
10979 "device_string" : "Android (C6530N)",
10980 "engine" : "webkit",
10981 "engine_beta" : "",
10982 "engine_major" : "534",
10983 "engine_minor" : ".30",
10984 "engine_string" : "WebKit",
10985 "language" : "EN",
10986 "match" : [
10987 "device",
10988 "android",
10989 "mobile",
10990 "safari",
10991 "mobile_safari",
10992 "webkit"
10993 ],
10994 "os" : "android",
10995 "os_beta" : "",
10996 "os_major" : "4",
10997 "os_minor" : ".3",
10998 "os_string" : "Android",
10999 "robot" : 0
11000 },
11001 "Mozilla/5.0 (Linux; U; Android 4.3; vi-vn; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/4.3.10.88581490.arm" : {
11002 "browser" : "safari",
11003 "browser_major" : "4",
11004 "browser_minor" : ".0",
11005 "browser_string" : "Mobile Safari",
11006 "country" : "VN",
11007 "device" : "android",
11008 "device_string" : "Android (GT-I9300)",
11009 "engine" : "webkit",
11010 "engine_beta" : "",
11011 "engine_major" : "534",
11012 "engine_minor" : ".30",
11013 "engine_string" : "WebKit",
11014 "language" : "VI",
11015 "match" : [
11016 "device",
11017 "android",
11018 "mobile",
11019 "safari",
11020 "mobile_safari",
11021 "webkit"
11022 ],
11023 "os" : "android",
11024 "os_beta" : "",
11025 "os_major" : "4",
11026 "os_minor" : ".3",
11027 "os_string" : "Android",
11028 "robot" : 0
11029 },
11030 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LG-D800/D80020y Build/KOT49I.D80020y) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.2 Chrome/30.0.1599.103 Mobile Safari/537.36" : {
11031 "browser" : "chrome",
11032 "browser_beta" : ".1599.103",
11033 "browser_major" : "30",
11034 "browser_minor" : ".0",
11035 "browser_string" : "Chrome",
11036 "country" : "US",
11037 "device" : "android",
11038 "device_string" : "Android (LG-D800/D80020y)",
11039 "engine" : "webkit",
11040 "engine_beta" : "",
11041 "engine_major" : "537",
11042 "engine_minor" : ".36",
11043 "engine_string" : "WebKit",
11044 "language" : "EN",
11045 "match" : [
11046 "device",
11047 "android",
11048 "mobile",
11049 "chrome",
11050 "webkit"
11051 ],
11052 "os" : "android",
11053 "os_beta" : ".2",
11054 "os_major" : "4",
11055 "os_minor" : ".4",
11056 "os_string" : "Android",
11057 "robot" : 0
11058 },
11059 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LG-D851 Build/KVT49L.D85110r) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/34.0.1847.118 Mobile Safari/537.36" : {
11060 "browser" : "chrome",
11061 "browser_beta" : ".1847.118",
11062 "browser_major" : "34",
11063 "browser_minor" : ".0",
11064 "browser_string" : "Chrome",
11065 "country" : "US",
11066 "device" : "android",
11067 "device_string" : "Android (LG-D851)",
11068 "engine" : "webkit",
11069 "engine_beta" : "",
11070 "engine_major" : "537",
11071 "engine_minor" : ".36",
11072 "engine_string" : "WebKit",
11073 "language" : "EN",
11074 "match" : [
11075 "device",
11076 "android",
11077 "mobile",
11078 "chrome",
11079 "webkit"
11080 ],
11081 "os" : "android",
11082 "os_beta" : ".2",
11083 "os_major" : "4",
11084 "os_minor" : ".4",
11085 "os_string" : "Android",
11086 "robot" : 0
11087 },
11088 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.1599.103 Mobile Safari/537.36" : {
11089 "browser" : "chrome",
11090 "browser_beta" : ".1599.103",
11091 "browser_major" : "30",
11092 "browser_minor" : ".0",
11093 "browser_string" : "Chrome",
11094 "country" : "US",
11095 "device" : "android",
11096 "device_string" : "Android (LGMS323)",
11097 "engine" : "webkit",
11098 "engine_beta" : "",
11099 "engine_major" : "537",
11100 "engine_minor" : ".36",
11101 "engine_string" : "WebKit",
11102 "language" : "EN",
11103 "match" : [
11104 "device",
11105 "android",
11106 "mobile",
11107 "chrome",
11108 "webkit"
11109 ],
11110 "os" : "android",
11111 "os_beta" : ".2",
11112 "os_major" : "4",
11113 "os_minor" : ".4",
11114 "os_string" : "Android",
11115 "robot" : 0
11116 },
11117 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T210R Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" : {
11118 "browser" : "safari",
11119 "browser_major" : "4",
11120 "browser_minor" : ".0",
11121 "browser_string" : "Safari",
11122 "country" : "US",
11123 "device" : "android",
11124 "device_string" : "Android tablet (SM-T210R)",
11125 "engine" : "webkit",
11126 "engine_beta" : "",
11127 "engine_major" : "534",
11128 "engine_minor" : ".30",
11129 "engine_string" : "WebKit",
11130 "language" : "EN",
11131 "match" : [
11132 "device",
11133 "android",
11134 "mobile",
11135 "tablet",
11136 "safari",
11137 "webkit"
11138 ],
11139 "os" : "android",
11140 "os_beta" : ".2",
11141 "os_major" : "4",
11142 "os_minor" : ".4",
11143 "os_string" : "Android",
11144 "robot" : 0
11145 },
11146 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SPH-L710 Build/KOT49H) AppleWebKit/537.16 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.16" : {
11147 "browser" : "safari",
11148 "browser_major" : "4",
11149 "browser_minor" : ".0",
11150 "browser_string" : "Mobile Safari",
11151 "country" : "US",
11152 "device" : "android",
11153 "device_string" : "Android (SPH-L710)",
11154 "engine" : "webkit",
11155 "engine_beta" : "",
11156 "engine_major" : "537",
11157 "engine_minor" : ".16",
11158 "engine_string" : "WebKit",
11159 "language" : "EN",
11160 "match" : [
11161 "device",
11162 "android",
11163 "mobile",
11164 "safari",
11165 "mobile_safari",
11166 "webkit"
11167 ],
11168 "os" : "android",
11169 "os_beta" : ".2",
11170 "os_major" : "4",
11171 "os_minor" : ".4",
11172 "os_string" : "Android",
11173 "robot" : 0
11174 },
11175 "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SPH-L900 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
11176 "browser" : "safari",
11177 "browser_major" : "4",
11178 "browser_minor" : ".0",
11179 "browser_string" : "Mobile Safari",
11180 "country" : "US",
11181 "device" : "android",
11182 "device_string" : "Android (SPH-L900)",
11183 "engine" : "webkit",
11184 "engine_beta" : "",
11185 "engine_major" : "534",
11186 "engine_minor" : ".30",
11187 "engine_string" : "WebKit",
11188 "language" : "EN",
11189 "match" : [
11190 "device",
11191 "android",
11192 "mobile",
11193 "safari",
11194 "mobile_safari",
11195 "webkit"
11196 ],
11197 "os" : "android",
11198 "os_beta" : ".2",
11199 "os_major" : "4",
11200 "os_minor" : ".4",
11201 "os_string" : "Android",
11202 "robot" : 0
11203 },
11204 "Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; GT-I9500 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)Version/4.0 MQQBrowser/5.0 QQ-Manager Mobile Safari/537.36" : {
11205 "browser" : "safari",
11206 "browser_major" : "4",
11207 "browser_minor" : ".0",
11208 "browser_string" : "Mobile Safari",
11209 "country" : "CN",
11210 "device" : "android",
11211 "device_string" : "Android (GT-I9500)",
11212 "engine" : "webkit",
11213 "engine_beta" : "",
11214 "engine_major" : "537",
11215 "engine_minor" : ".36",
11216 "engine_string" : "WebKit",
11217 "language" : "ZH",
11218 "match" : [
11219 "device",
11220 "android",
11221 "mobile",
11222 "safari",
11223 "mobile_safari",
11224 "webkit"
11225 ],
11226 "os" : "android",
11227 "os_beta" : ".2",
11228 "os_major" : "4",
11229 "os_minor" : ".4",
11230 "os_string" : "Android",
11231 "robot" : 0
11232 },
11233 "Mozilla/5.0 (Linux; U; Android 4.4.3; en-us; KFASWI Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.47 like Chrome/37.0.2026.117 Safari/537.36" : {
11234 "browser" : "silk",
11235 "browser_major" : "3",
11236 "browser_minor" : ".47",
11237 "browser_string" : "Silk",
11238 "country" : "US",
11239 "device" : "android",
11240 "device_string" : "Android tablet (KFASWI)",
11241 "engine" : "webkit",
11242 "engine_beta" : "",
11243 "engine_major" : "537",
11244 "engine_minor" : ".36",
11245 "engine_string" : "WebKit",
11246 "language" : "EN",
11247 "match" : [
11248 "device",
11249 "android",
11250 "mobile",
11251 "tablet",
11252 "silk",
11253 "webkit"
11254 ],
11255 "os" : "android",
11256 "os_beta" : ".3",
11257 "os_major" : "4",
11258 "os_minor" : ".4",
11259 "os_string" : "Android",
11260 "robot" : 0
11261 },
11262 "Mozilla/5.0 (Linux; U; Android 4.4.3; en-us; KFTHWI Build/KTU84M) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.47 like Chrome/37.0.2026.117 Safari/537.36" : {
11263 "browser" : "silk",
11264 "browser_major" : "3",
11265 "browser_minor" : ".47",
11266 "browser_string" : "Silk",
11267 "country" : "US",
11268 "device" : "android",
11269 "device_string" : "Android tablet (KFTHWI)",
11270 "engine" : "webkit",
11271 "engine_beta" : "",
11272 "engine_major" : "537",
11273 "engine_minor" : ".36",
11274 "engine_string" : "WebKit",
11275 "language" : "EN",
11276 "match" : [
11277 "device",
11278 "android",
11279 "mobile",
11280 "tablet",
11281 "silk",
11282 "webkit"
11283 ],
11284 "os" : "android",
11285 "os_beta" : ".3",
11286 "os_major" : "4",
11287 "os_minor" : ".4",
11288 "os_string" : "Android",
11289 "robot" : 0
11290 },
11291 "Mozilla/5.0 (Linux; U; Android 4.4.4; en-us; SM-G360P Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" : {
11292 "browser" : "safari",
11293 "browser_major" : "4",
11294 "browser_minor" : ".0",
11295 "browser_string" : "Mobile Safari",
11296 "country" : "US",
11297 "device" : "android",
11298 "device_string" : "Android (SM-G360P)",
11299 "engine" : "webkit",
11300 "engine_beta" : "",
11301 "engine_major" : "534",
11302 "engine_minor" : ".30",
11303 "engine_string" : "WebKit",
11304 "language" : "EN",
11305 "match" : [
11306 "device",
11307 "android",
11308 "mobile",
11309 "safari",
11310 "mobile_safari",
11311 "webkit"
11312 ],
11313 "os" : "android",
11314 "os_beta" : ".4",
11315 "os_major" : "4",
11316 "os_minor" : ".4",
11317 "os_string" : "Android",
11318 "robot" : 0
11319 },
113209827 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0 FirePHP/0.7.4" : {
113219828 "browser" : "firefox",
113229829 "browser_major" : "24",
113639870 "os_minor" : ".9",
113649871 "os_string" : "Mac OS X",
113659872 "robot" : "unknown",
11366 "robot_string": "FlipboardProxy/1.1"
9873 "robot_string" : "FlipboardProxy/1.1"
113679874 },
113689875 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5" : {
113699876 "browser" : "safari",
1226210769 "os_string" : "Mac OS X",
1226310770 "robot" : 0
1226410771 },
10772 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/xxx.x (KHTML like Gecko) Safari/12x.x" : {
10773 "browser" : "safari",
10774 "browser_string" : "Safari",
10775 "language" : "EN",
10776 "major" : 0,
10777 "match" : [
10778 "mac",
10779 "macosx",
10780 "macppc",
10781 "safari"
10782 ],
10783 "minor" : ".12",
10784 "os" : "macosx",
10785 "os_string" : "Mac OS X",
10786 "public_major" : "1",
10787 "public_minor" : ".2",
10788 "public_version" : 1.2,
10789 "version" : 0.12
10790 },
1226510791 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ru-ru) AppleWebKit/412 (KHTML, like Gecko) Safari/412" : {
1226610792 "browser" : "safari",
1226710793 "browser_major" : "2",
1355212078 "os_string" : "Win7",
1355312079 "robot" : 0
1355412080 },
12081 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1092.0 Safari/536.6 Chrome 19.0.1084.9" : {
12082 "beta" : ".1092.0",
12083 "browser" : "chrome",
12084 "browser_string" : "Chrome",
12085 "engine" : "webkit",
12086 "engine_beta" : "",
12087 "engine_major" : "536",
12088 "engine_minor" : ".6",
12089 "engine_string" : "WebKit",
12090 "engine_version" : "536.6",
12091 "major" : "20",
12092 "match" : [
12093 "windows",
12094 "winnt",
12095 "win32",
12096 "win7",
12097 "webkit",
12098 "chrome"
12099 ],
12100 "minor" : ".0",
12101 "os" : "windows",
12102 "os_string" : "Win7",
12103 "public_beta" : ".1092.0",
12104 "public_major" : "20",
12105 "public_minor" : ".0",
12106 "public_version" : 20,
12107 "version" : 20
12108 },
1355512109 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML like Gecko) Chrome/21.0.1180.49 Safari/537.1" : {
1355612110 "browser" : "chrome",
1355712111 "browser_beta" : ".1180.49",
1382712381 "os" : "windows",
1382812382 "os_string" : "Win7",
1382912383 "robot" : 0
12384 },
12385 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 SE 2.X MetaSr 1.0" : {
12386 "beta" : ".1916.153",
12387 "browser" : "chrome",
12388 "browser_string" : "Chrome",
12389 "engine" : "webkit",
12390 "engine_beta" : "",
12391 "engine_major" : "537",
12392 "engine_minor" : ".36",
12393 "engine_string" : "WebKit",
12394 "engine_version" : "537.36",
12395 "major" : "35",
12396 "match" : [
12397 "windows",
12398 "winnt",
12399 "win32",
12400 "win7",
12401 "webkit",
12402 "chrome"
12403 ],
12404 "minor" : ".0",
12405 "os" : "windows",
12406 "os_string" : "Win7",
12407 "public_beta" : ".1916.153",
12408 "public_major" : "35",
12409 "public_minor" : ".0",
12410 "public_version" : 35,
12411 "version" : 35
1383012412 },
1383112413 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36" : {
1383212414 "browser" : "chrome",
1403312615 "os" : "windows",
1403412616 "os_string" : "Win7",
1403512617 "robot" : 0
12618 },
12619 "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko Firefox/11.0" : {
12620 "browser" : "firefox",
12621 "browser_string" : "Firefox",
12622 "engine" : "gecko",
12623 "engine_beta" : "",
12624 "engine_major" : "11",
12625 "engine_minor" : ".0",
12626 "engine_string" : "Gecko",
12627 "engine_version" : "11.0",
12628 "major" : "11",
12629 "match" : [
12630 "windows",
12631 "winnt",
12632 "win32",
12633 "win7",
12634 "firefox",
12635 "gecko"
12636 ],
12637 "minor" : ".0",
12638 "os" : "windows",
12639 "os_string" : "Win7",
12640 "public_major" : "11",
12641 "public_minor" : ".0",
12642 "public_version" : 11,
12643 "version" : 11
1403612644 },
1403712645 "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pre" : {
1403812646 "browser" : "firefox",
1416812776 "os" : "windows",
1416912777 "os_string" : "Win7",
1417012778 "robot" : 0
12779 },
12780 "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/ 20120405 Firefox/14.0.1" : {
12781 "beta" : ".1",
12782 "browser" : "firefox",
12783 "browser_string" : "Firefox",
12784 "engine" : "gecko",
12785 "engine_beta" : "",
12786 "engine_major" : "12",
12787 "engine_minor" : ".0",
12788 "engine_string" : "Gecko",
12789 "engine_version" : "12.0",
12790 "major" : "14",
12791 "match" : [
12792 "windows",
12793 "winnt",
12794 "win32",
12795 "win7",
12796 "firefox",
12797 "gecko"
12798 ],
12799 "minor" : ".0",
12800 "os" : "windows",
12801 "os_string" : "Win7",
12802 "public_beta" : ".1",
12803 "public_major" : "14",
12804 "public_minor" : ".0",
12805 "public_version" : 14,
12806 "version" : 14
1417112807 },
1417212808 "Mozilla/5.0 (Windows NT 6.1; rv:12.0; StumbleUpon; noc@stumbleupon.com) Gecko/20100101 Firefox/12.0" : {
1417312809 "browser" : "firefox",
1548414120 "os_string" : "WinVista",
1548514121 "robot" : 0
1548614122 },
14123 "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)" : {
14124 "beta" : ".3",
14125 "browser" : "firefox",
14126 "browser_string" : "Firefox",
14127 "engine" : "gecko",
14128 "engine_beta" : ".2.3",
14129 "engine_major" : "1",
14130 "engine_minor" : ".9",
14131 "engine_string" : "Gecko",
14132 "engine_version" : "1.9",
14133 "language" : "EN",
14134 "major" : "3",
14135 "match" : [
14136 "windows",
14137 "winnt",
14138 "win32",
14139 "winvista",
14140 "firefox",
14141 "gecko",
14142 "dotnet"
14143 ],
14144 "minor" : ".6",
14145 "os" : "windows",
14146 "os_string" : "WinVista",
14147 "public_beta" : ".3",
14148 "public_major" : "3",
14149 "public_minor" : ".6",
14150 "public_version" : 3.6,
14151 "version" : 3.6
14152 },
1548714153 "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8" : {
1548814154 "browser" : "firefox",
1548914155 "browser_beta" : ".8",
1565814324 "os_string" : "Win7",
1565914325 "robot" : 0
1566014326 },
14327 "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16" : {
14328 "browser" : "chrome",
14329 "browser_beta" : ".648.204",
14330 "browser_major" : "10",
14331 "browser_minor" : ".0",
14332 "browser_string" : "Chrome",
14333 "country" : "US",
14334 "engine" : "webkit",
14335 "engine_beta" : "",
14336 "engine_major" : "534",
14337 "engine_minor" : ".16",
14338 "engine_string" : "WebKit",
14339 "language" : "EN",
14340 "match" : [
14341 "windows",
14342 "winnt",
14343 "win32",
14344 "win7",
14345 "chrome",
14346 "webkit"
14347 ],
14348 "os" : "windows",
14349 "os_string" : "Win7",
14350 "robot" : 0
14351 },
1566114352 "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6" : {
1566214353 "browser" : "firefox",
1566314354 "browser_major" : "3",
1592514616 "os_string" : "Chrome OS",
1592614617 "robot" : 0
1592714618 },
14619 "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11" : {
14620 "beta" : ".963.65",
14621 "browser" : "chrome",
14622 "browser_string" : "Chrome",
14623 "engine" : "webkit",
14624 "engine_beta" : "",
14625 "engine_major" : "535",
14626 "engine_minor" : ".11",
14627 "engine_string" : "WebKit",
14628 "engine_version" : "535.11",
14629 "major" : "17",
14630 "match" : [
14631 "unix",
14632 "bsd",
14633 "freebsd",
14634 "chrome",
14635 "webkit",
14636 "x11"
14637 ],
14638 "minor" : ".0",
14639 "os" : "unix",
14640 "os_string" : "FreeBSD",
14641 "public_beta" : ".963.65",
14642 "public_major" : "17",
14643 "public_minor" : ".0",
14644 "public_version" : 17,
14645 "version" : 17
14646 },
1592814647 "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8" : {
1592914648 "browser" : "firefox",
1593014649 "browser_major" : "11",
1594514664 "os" : "linux",
1594614665 "os_string" : "Linux",
1594714666 "robot" : 0
14667 },
14668 "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Firefox/31.0" : {
14669 "browser" : "firefox",
14670 "browser_string" : "Firefox",
14671 "engine" : "gecko",
14672 "engine_beta" : "",
14673 "engine_major" : "31",
14674 "engine_minor" : ".0",
14675 "engine_string" : "Gecko",
14676 "engine_version" : "31.0",
14677 "major" : "31",
14678 "match" : [
14679 "unix",
14680 "linux",
14681 "firefox",
14682 "gecko",
14683 "x11"
14684 ],
14685 "minor" : ".0",
14686 "os" : "linux",
14687 "os_string" : "Linux",
14688 "public_major" : "31",
14689 "public_minor" : ".0",
14690 "public_version" : 31,
14691 "version" : 31
1594814692 },
1594914693 "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30" : {
1595014694 "browser" : "chrome",
1605514799 "os_string" : "Linux",
1605614800 "robot" : 0
1605714801 },
16058 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 solfo-linkchecker/1.0 (http://solfo.com/linkbot.html)" : {
16059 "browser" : "chrome",
16060 "browser_beta" : ".835.186",
16061 "browser_major" : "14",
16062 "browser_minor" : ".0",
16063 "browser_string" : "Chrome",
16064 "engine" : "webkit",
16065 "engine_beta" : "",
16066 "engine_major" : "535",
16067 "engine_minor" : ".1",
16068 "engine_string" : "WebKit",
16069 "match" : [
16070 "unix",
16071 "linux",
16072 "chrome",
16073 "webkit",
16074 "robot",
16075 "linkchecker",
16076 "x11"
16077 ],
16078 "os" : "linux",
16079 "os_string" : "Linux",
16080 "robot" : "linkchecker",
16081 "robot_name" : "LinkChecker"
16082 },
16083 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) imgsizer Safari/537.21" : {
14802 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) wkhtmltoimage Safari/534.34" : {
14803 "beta" : ".34",
1608414804 "browser" : "safari",
16085 "browser_major" : "2",
16086 "browser_minor" : ".0",
1608714805 "browser_string" : "Safari",
1608814806 "engine" : "webkit",
1608914807 "engine_beta" : "",
16090 "engine_major" : "537",
16091 "engine_minor" : ".21",
16092 "engine_string" : "WebKit",
14808 "engine_major" : "534",
14809 "engine_minor" : ".34",
14810 "engine_string" : "WebKit",
14811 "engine_version" : "534.34",
14812 "major" : 5,
1609314813 "match" : [
1609414814 "unix",
1609514815 "linux",
1609714817 "webkit",
1609814818 "x11"
1609914819 ],
14820 "minor" : ".34",
1610014821 "os" : "linux",
1610114822 "os_string" : "Linux",
16102 "robot" : 0
14823 "public_major" : "2",
14824 "public_minor" : 0,
14825 "public_version" : 2,
14826 "version" : 5.34
14827 },
14828 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 solfo-linkchecker/1.0 (http://solfo.com/linkbot.html)" : {
14829 "browser" : "chrome",
14830 "browser_beta" : ".835.186",
14831 "browser_major" : "14",
14832 "browser_minor" : ".0",
14833 "browser_string" : "Chrome",
14834 "engine" : "webkit",
14835 "engine_beta" : "",
14836 "engine_major" : "535",
14837 "engine_minor" : ".1",
14838 "engine_string" : "WebKit",
14839 "match" : [
14840 "unix",
14841 "linux",
14842 "chrome",
14843 "webkit",
14844 "robot",
14845 "linkchecker",
14846 "x11"
14847 ],
14848 "os" : "linux",
14849 "os_string" : "Linux",
14850 "robot" : "linkchecker",
14851 "robot_name" : "LinkChecker"
14852 },
14853 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) imgsizer Safari/537.21" : {
14854 "browser" : "safari",
14855 "browser_major" : "2",
14856 "browser_minor" : ".0",
14857 "browser_string" : "Safari",
14858 "engine" : "webkit",
14859 "engine_beta" : "",
14860 "engine_major" : "537",
14861 "engine_minor" : ".21",
14862 "engine_string" : "WebKit",
14863 "match" : [
14864 "unix",
14865 "linux",
14866 "safari",
14867 "webkit",
14868 "x11"
14869 ],
14870 "os" : "linux",
14871 "os_string" : "Linux",
14872 "robot" : 0
14873 },
14874 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) profiller Safari/537.21" : {
14875 "beta" : ".21",
14876 "browser" : "safari",
14877 "browser_string" : "Safari",
14878 "engine" : "webkit",
14879 "engine_beta" : "",
14880 "engine_major" : "537",
14881 "engine_minor" : ".21",
14882 "engine_string" : "WebKit",
14883 "engine_version" : "537.21",
14884 "major" : 5,
14885 "match" : [
14886 "unix",
14887 "linux",
14888 "safari",
14889 "webkit",
14890 "x11"
14891 ],
14892 "minor" : ".37",
14893 "os" : "linux",
14894 "os_string" : "Linux",
14895 "public_major" : "2",
14896 "public_minor" : 0,
14897 "public_version" : 2,
14898 "version" : 5.37
1610314899 },
1610414900 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/30.0.1599.114 Chrome/30.0.1599.114 Safari/537.36" : {
1610514901 "browser" : "chrome",
1612214918 "os" : "linux",
1612314919 "os_string" : "Linux",
1612414920 "robot" : 0
14921 },
14922 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/39.0.2171.65 Chrome/39.0.2171.65 Safari/537.36" : {
14923 "beta" : ".2171.65",
14924 "browser" : "chrome",
14925 "browser_string" : "Chromium",
14926 "engine" : "webkit",
14927 "engine_beta" : "",
14928 "engine_major" : "537",
14929 "engine_minor" : ".36",
14930 "engine_string" : "WebKit",
14931 "engine_version" : "537.36",
14932 "major" : "39",
14933 "match" : [
14934 "unix",
14935 "linux",
14936 "chrome",
14937 "webkit",
14938 "x11"
14939 ],
14940 "minor" : ".0",
14941 "os" : "linux",
14942 "os_string" : "Linux",
14943 "public_beta" : ".2171.65",
14944 "public_major" : "39",
14945 "public_minor" : ".0",
14946 "public_version" : 39,
14947 "version" : 39
1612514948 },
1612614949 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36" : {
1612714950 "browser" : "chrome",
1652615349 "os_string" : "Linux",
1652715350 "robot" : 0
1652815351 },
15352 "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100804 Gentoo Firefox/3.6.8" : {
15353 "beta" : ".8",
15354 "browser" : "firefox",
15355 "browser_string" : "Firefox",
15356 "engine" : "gecko",
15357 "engine_beta" : ".2.8",
15358 "engine_major" : "1",
15359 "engine_minor" : ".9",
15360 "engine_string" : "Gecko",
15361 "engine_version" : "1.9",
15362 "language" : "EN",
15363 "major" : "3",
15364 "match" : [
15365 "unix",
15366 "linux",
15367 "firefox",
15368 "gecko",
15369 "x11"
15370 ],
15371 "minor" : ".6",
15372 "os" : "linux",
15373 "os_string" : "Linux",
15374 "public_beta" : ".8",
15375 "public_major" : "3",
15376 "public_minor" : ".6",
15377 "public_version" : 3.6,
15378 "version" : 3.6
15379 },
1652915380 "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008042312 Firefox/3.0b5" : {
1653015381 "browser" : "firefox",
1653115382 "browser_beta" : "b5",
1672915580 "browser_major" : "5",
1673015581 "browser_minor" : ".0",
1673115582 "match" : [
16732 "robot"
15583 "robot"
1673315584 ],
1673415585 "robot" : "unknown",
1673515586 "robot_string" : "documents"
1675715608 "browser_major" : "1",
1675815609 "browser_minor" : ".0",
1675915610 "match" : [
16760 "robot"
15611 "robot"
1676115612 ],
1676215613 "robot" : "unknown",
1676315614 "robot_string" : "GroupHigh/1.0"
1677015621 ],
1677115622 "robot" : "unknown",
1677215623 "robot_name" : "HyperCrawl/0.2"
15624 },
15625 "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020708)" : {
15626 "beta" : "-rc4",
15627 "browser" : "konqueror",
15628 "browser_string" : "Konqueror",
15629 "major" : "3",
15630 "match" : [
15631 "unix",
15632 "linux",
15633 "konqueror"
15634 ],
15635 "minor" : ".1",
15636 "os" : "linux",
15637 "os_string" : "Linux",
15638 "public_beta" : "-rc4",
15639 "public_major" : "3",
15640 "public_minor" : ".1",
15641 "public_version" : 3.1,
15642 "version" : 3.1
1677315643 },
1677415644 "Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)" : {
1677515645 "browser_major" : "5",
1753816408 "browser_major" : "5",
1753916409 "browser_minor" : ".0",
1754016410 "match" : [
17541 "robot"
16411 "robot"
1754216412 ],
1754316413 "robot" : "unknown",
1754416414 "robot_string" : "Seznam screenshot-generator 2.1"
1763216502 "browser_major" : "1",
1763316503 "browser_minor" : ".0",
1763416504 "match" : [
17635 "robot"
16505 "robot"
1763616506 ],
1763716507 "robot" : "unknown",
1763816508 "robot_string" : "coccoc/1.0"
1764116511 "browser_major" : "5",
1764216512 "browser_minor" : ".0",
1764316513 "match" : [
17644 "robot"
16514 "robot"
1764516515 ],
1764616516 "robot" : "unknown",
1764716517 "robot_string" : "heritrix/3.1.1"
1779616666 "os_string" : "iOS",
1779716667 "robot" : 0
1779816668 },
16669 "Mozilla/5.0 (iPad; CPU OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25" : {
16670 "beta" : ".25",
16671 "browser" : "safari",
16672 "browser_string" : "Safari",
16673 "device" : "ipad",
16674 "device_string" : "iPad",
16675 "engine" : "webkit",
16676 "engine_beta" : "",
16677 "engine_major" : "536",
16678 "engine_minor" : ".26",
16679 "engine_string" : "WebKit",
16680 "engine_version" : "536.26",
16681 "major" : 85,
16682 "match" : [
16683 "device",
16684 "ios",
16685 "ipad",
16686 "mobile",
16687 "tablet",
16688 "webkit",
16689 "safari"
16690 ],
16691 "minor" : ".36",
16692 "os" : "ios",
16693 "os_beta" : ".1",
16694 "os_major" : "6",
16695 "os_minor" : ".0",
16696 "os_string" : "iOS",
16697 "os_version" : "6.0",
16698 "public_major" : "6",
16699 "public_minor" : ".0",
16700 "public_version" : 6,
16701 "version" : 85.36
16702 },
1779916703 "Mozilla/5.0 (iPad; CPU OS 6_0_2 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A8500 Safari/8536.25" : {
1780016704 "browser" : "safari",
1780116705 "browser_major" : "6",
1785216756 "os_string" : "iOS",
1785316757 "robot" : 0
1785416758 },
16759 "Mozilla/5.0 (iPad; CPU OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53" : {
16760 "beta" : ".53",
16761 "browser" : "safari",
16762 "browser_string" : "Safari",
16763 "device" : "ipad",
16764 "device_string" : "iPad",
16765 "engine" : "webkit",
16766 "engine_beta" : ".1",
16767 "engine_major" : "537",
16768 "engine_minor" : ".51",
16769 "engine_string" : "WebKit",
16770 "engine_version" : "537.51",
16771 "major" : 95,
16772 "match" : [
16773 "device",
16774 "ios",
16775 "ipad",
16776 "mobile",
16777 "tablet",
16778 "webkit",
16779 "safari"
16780 ],
16781 "minor" : ".37",
16782 "os" : "ios",
16783 "os_beta" : ".3",
16784 "os_major" : "7",
16785 "os_minor" : ".0",
16786 "os_string" : "iOS",
16787 "os_version" : "7.0",
16788 "public_major" : "7",
16789 "public_minor" : ".0",
16790 "public_version" : 7,
16791 "version" : 95.37
16792 },
1785516793 "Mozilla/5.0 (iPad; CPU OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B651 Safari/9537.53" : {
1785616794 "browser" : "safari",
1785716795 "browser_major" : "7",
1790816846 "os_string" : "iOS",
1790916847 "robot" : 0
1791016848 },
16849 "Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53" : {
16850 "beta" : ".53",
16851 "browser" : "safari",
16852 "browser_string" : "Safari",
16853 "device" : "ipad",
16854 "device_string" : "iPad",
16855 "engine" : "webkit",
16856 "engine_beta" : ".2",
16857 "engine_major" : "537",
16858 "engine_minor" : ".51",
16859 "engine_string" : "WebKit",
16860 "engine_version" : "537.51",
16861 "major" : 95,
16862 "match" : [
16863 "device",
16864 "ios",
16865 "ipad",
16866 "mobile",
16867 "tablet",
16868 "webkit",
16869 "safari"
16870 ],
16871 "minor" : ".37",
16872 "os" : "ios",
16873 "os_beta" : ".1",
16874 "os_major" : "7",
16875 "os_minor" : ".1",
16876 "os_string" : "iOS",
16877 "os_version" : "7.1",
16878 "public_major" : "7",
16879 "public_minor" : ".0",
16880 "public_version" : 7,
16881 "version" : 95.37
16882 },
1791116883 "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) GSA/5.2.43972 Mobile/11D257 Safari/9537.53" : {
1791216884 "browser" : "safari",
1791316885 "browser_major" : "2",
1793516907 "os_minor" : ".1",
1793616908 "os_string" : "iOS",
1793716909 "robot" : 0
16910 },
16911 "Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53" : {
16912 "beta" : ".53",
16913 "browser" : "safari",
16914 "browser_string" : "Safari",
16915 "device" : "ipad",
16916 "device_string" : "iPad",
16917 "engine" : "webkit",
16918 "engine_beta" : ".2",
16919 "engine_major" : "537",
16920 "engine_minor" : ".51",
16921 "engine_string" : "WebKit",
16922 "engine_version" : "537.51",
16923 "major" : 95,
16924 "match" : [
16925 "device",
16926 "ios",
16927 "ipad",
16928 "mobile",
16929 "tablet",
16930 "webkit",
16931 "safari"
16932 ],
16933 "minor" : ".37",
16934 "os" : "ios",
16935 "os_beta" : ".2",
16936 "os_major" : "7",
16937 "os_minor" : ".1",
16938 "os_string" : "iOS",
16939 "os_version" : "7.1",
16940 "public_major" : "7",
16941 "public_minor" : ".0",
16942 "public_version" : 7,
16943 "version" : 95.37
16944 },
16945 "Mozilla/5.0 (iPad; CPU OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A405 Safari/600.1.4" : {
16946 "beta" : ".1",
16947 "browser" : "safari",
16948 "browser_string" : "Safari",
16949 "device" : "ipad",
16950 "device_string" : "iPad",
16951 "engine" : "webkit",
16952 "engine_beta" : ".4",
16953 "engine_major" : "600",
16954 "engine_minor" : ".1",
16955 "engine_string" : "WebKit",
16956 "engine_version" : "600.1",
16957 "major" : 6,
16958 "match" : [
16959 "device",
16960 "ios",
16961 "ipad",
16962 "mobile",
16963 "tablet",
16964 "webkit",
16965 "safari"
16966 ],
16967 "minor" : ".0",
16968 "os" : "ios",
16969 "os_beta" : ".2",
16970 "os_major" : "8",
16971 "os_minor" : ".0",
16972 "os_string" : "iOS",
16973 "os_version" : "8.0",
16974 "public_major" : "8",
16975 "public_minor" : ".0",
16976 "public_version" : 8,
16977 "version" : 6
16978 },
16979 "Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4" : {
16980 "beta" : ".1",
16981 "browser" : "safari",
16982 "browser_string" : "Safari",
16983 "device" : "ipad",
16984 "device_string" : "iPad",
16985 "engine" : "webkit",
16986 "engine_beta" : ".4",
16987 "engine_major" : "600",
16988 "engine_minor" : ".1",
16989 "engine_string" : "WebKit",
16990 "engine_version" : "600.1",
16991 "major" : 6,
16992 "match" : [
16993 "device",
16994 "ios",
16995 "ipad",
16996 "mobile",
16997 "tablet",
16998 "webkit",
16999 "safari"
17000 ],
17001 "minor" : ".0",
17002 "os" : "ios",
17003 "os_beta" : "",
17004 "os_major" : "8",
17005 "os_minor" : ".1",
17006 "os_string" : "iOS",
17007 "os_version" : "8.1",
17008 "public_major" : "8",
17009 "public_minor" : ".0",
17010 "public_version" : 8,
17011 "version" : 6
17012 },
17013 "Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B435 Safari/600.1.4" : {
17014 "beta" : ".1",
17015 "browser" : "safari",
17016 "browser_string" : "Safari",
17017 "device" : "ipad",
17018 "device_string" : "iPad",
17019 "engine" : "webkit",
17020 "engine_beta" : ".4",
17021 "engine_major" : "600",
17022 "engine_minor" : ".1",
17023 "engine_string" : "WebKit",
17024 "engine_version" : "600.1",
17025 "major" : 6,
17026 "match" : [
17027 "device",
17028 "ios",
17029 "ipad",
17030 "mobile",
17031 "tablet",
17032 "webkit",
17033 "safari"
17034 ],
17035 "minor" : ".0",
17036 "os" : "ios",
17037 "os_beta" : ".1",
17038 "os_major" : "8",
17039 "os_minor" : ".1",
17040 "os_string" : "iOS",
17041 "os_version" : "8.1",
17042 "public_major" : "8",
17043 "public_minor" : ".0",
17044 "public_version" : 8,
17045 "version" : 6
17046 },
17047 "Mozilla/5.0 (iPad; CPU OS 8_1_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B440 Safari/600.1.4" : {
17048 "beta" : ".1",
17049 "browser" : "safari",
17050 "browser_string" : "Safari",
17051 "device" : "ipad",
17052 "device_string" : "iPad",
17053 "engine" : "webkit",
17054 "engine_beta" : ".4",
17055 "engine_major" : "600",
17056 "engine_minor" : ".1",
17057 "engine_string" : "WebKit",
17058 "engine_version" : "600.1",
17059 "major" : 6,
17060 "match" : [
17061 "device",
17062 "ios",
17063 "ipad",
17064 "mobile",
17065 "tablet",
17066 "webkit",
17067 "safari"
17068 ],
17069 "minor" : ".0",
17070 "os" : "ios",
17071 "os_beta" : ".2",
17072 "os_major" : "8",
17073 "os_minor" : ".1",
17074 "os_string" : "iOS",
17075 "os_version" : "8.1",
17076 "public_major" : "8",
17077 "public_minor" : ".0",
17078 "public_version" : 8,
17079 "version" : 6
17080 },
17081 "Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) CriOS/40.0.2214.69 Mobile/12B466 Safari/600.1.4" : {
17082 "browser" : "chrome",
17083 "browser_string" : "Chrome",
17084 "device" : "ipad",
17085 "device_string" : "iPad",
17086 "engine" : "webkit",
17087 "engine_beta" : ".4",
17088 "engine_major" : "600",
17089 "engine_minor" : ".1",
17090 "engine_string" : "WebKit",
17091 "engine_version" : "600.1",
17092 "match" : [
17093 "chrome",
17094 "device",
17095 "ios",
17096 "ipad",
17097 "mobile",
17098 "tablet",
17099 "webkit"
17100 ],
17101 "os" : "ios",
17102 "os_beta" : ".3",
17103 "os_major" : "8",
17104 "os_minor" : ".1",
17105 "os_string" : "iOS",
17106 "os_version" : "8.1",
17107 "public_beta" : ".2214.69",
17108 "public_major" : "40",
17109 "public_minor" : ".0"
1793817110 },
1793917111 "Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) CriOS/40.0.2214.73 Mobile/12B466 Safari/600.1.4" : {
1794017112 "browser" : "chrome",
1878717959 "robot" : "google",
1878817960 "robot_name" : "Googlebot"
1878917961 },
17962 "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30" : {
17963 "beta" : ".742.60",
17964 "browser" : "chrome",
17965 "browser_string" : "Chrome",
17966 "engine" : "webkit",
17967 "engine_beta" : "",
17968 "engine_major" : "534",
17969 "engine_minor" : ".30",
17970 "engine_string" : "WebKit",
17971 "engine_version" : "534.30",
17972 "language" : "EN",
17973 "major" : "12",
17974 "match" : [
17975 "unix",
17976 "linux",
17977 "chrome",
17978 "webkit",
17979 "x11"
17980 ],
17981 "minor" : ".0",
17982 "os" : "linux",
17983 "os_string" : "Linux",
17984 "public_beta" : ".742.60",
17985 "public_major" : "12",
17986 "public_minor" : ".0",
17987 "public_version" : 12,
17988 "version" : 12
17989 },
1879017990 "Mozilla/5.0 Moreover/5.1 (+http://www.moreover.com; webmaster@moreover.com)" : {
1879117991 "browser" : "netscape",
1879217992 "browser_major" : "5",
1883018030 "mobile"
1883118031 ],
1883218032 "robot" : 0
18033 },
18034 "OMozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.6.9-2.el6 Firefox/3.6.9" : {
18035 "beta" : ".9",
18036 "browser" : "firefox",
18037 "browser_string" : "Firefox",
18038 "engine" : "gecko",
18039 "engine_beta" : ".2.9",
18040 "engine_major" : "1",
18041 "engine_minor" : ".9",
18042 "engine_string" : "Gecko",
18043 "engine_version" : "1.9",
18044 "language" : "EN",
18045 "major" : "3",
18046 "match" : [
18047 "unix",
18048 "linux",
18049 "firefox",
18050 "gecko",
18051 "x11"
18052 ],
18053 "minor" : ".6",
18054 "os" : "linux",
18055 "os_string" : "Linux",
18056 "public_beta" : ".9",
18057 "public_major" : "3",
18058 "public_minor" : ".6",
18059 "public_version" : 3.6,
18060 "version" : 3.6
1883318061 },
1883418062 "Opera/7.54 (Windows NT 5.1; U) [pl]" : {
1883518063 "browser" : "opera",
1909218320 "browser_major" : 0,
1909318321 "browser_minor" : ".9",
1909418322 "match" : [
19095 "robot"
18323 "robot"
1909618324 ],
1909718325 "robot" : "unknown",
1909818326 "robot_string" : "OrgProbe/0.9.4"
1917818406 "robot" : "googlemobile",
1917918407 "robot_name" : "Googlebot Mobile"
1918018408 },
18409 "SafeSearch microdata crawler (https://safesearch.avira.com, safesearch-abuse@avira.com)" : {
18410 "major" : 0,
18411 "match" : [
18412 "robot"
18413 ],
18414 "minor" : ".0",
18415 "public_major" : 0,
18416 "public_minor" : ".0",
18417 "public_version" : 0,
18418 "robot" : "unknown",
18419 "robot_string" : "SafeSearch microdata crawler",
18420 "version" : 0
18421 },
1918118422 "Screaming Frog SEO Spider/3.1" : {
1918218423 "browser_major" : "3",
1918318424 "browser_minor" : ".1",
1918618427 ],
1918718428 "robot" : "unknown",
1918818429 "robot_name" : "Screaming Frog SEO Spider/3.1"
18430 },
18431 "ScreenerBot Crawler Beta 2.0 (+http://www.ScreenerBot.com)" : {
18432 "major" : 0,
18433 "match" : [
18434 "robot"
18435 ],
18436 "minor" : ".0",
18437 "public_major" : 0,
18438 "public_minor" : ".0",
18439 "public_version" : 0,
18440 "robot" : "unknown",
18441 "robot_string" : "ScreenerBot Crawler Beta 2.0",
18442 "version" : 0
1918918443 },
1919018444 "ShowyouBot (http://showyou.com/crawler)" : {
1919118445 "browser_major" : 0,
1969118945 "robot" : 0
1969218946 }
1969318947 }
19694
44024402 "os_version" : "5.0",
44034403 "version" : "5.34"
44044404 },
4405 "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3" : {
4406 "browser" : "chrome",
4407 "browser_beta" : ".1084.60",
4408 "browser_major" : "19",
4409 "browser_minor" : ".0",
4410 "browser_string" : "Chrome",
4411 "device" : "iphone",
4412 "device_string" : "iPhone",
4413 "engine" : "webkit",
4414 "engine_beta" : ".0",
4415 "engine_major" : "534",
4416 "engine_minor" : ".46",
4417 "engine_string" : "WebKit",
4418 "language" : "EN",
4419 "match" : [
4420 "chrome",
4421 "device",
4422 "ios",
4423 "iphone",
4424 "mobile",
4425 "webkit"
4426 ],
4427 "os" : "ios",
4428 "os_beta" : ".1",
4429 "os_major" : "5",
4430 "os_minor" : ".1",
4431 "os_string" : "iOS",
4432 "robot" : 0
4433 },
44054434 "Mozilla/5.0 (iPod; U; CPU iPhone OS 2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5F137 Safari/525.20" : {
44064435 "browser" : "safari",
44074436 "browser_string" : "Safari",
45724601 "no_match" : null,
45734602 "other" : null,
45744603 "version" : "1"
4604 },
4605 "NokiaX2-01/5.0 (08.65) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; nokiax2-01) U2/1.0.0 UCBrowser/9.1.0.291 U2/1.0.0 Mobile UNTRUSTED/1.0" : {
4606 "browser" : "ucbrowser",
4607 "browser_beta" : ".0.291",
4608 "browser_major" : "9",
4609 "browser_minor" : ".1",
4610 "browser_string" : "UCBrowser",
4611 "country" : "US",
4612 "device" : "wap",
4613 "device_string" : "NokiaX2-01",
4614 "language" : "EN",
4615 "match" : [
4616 "device",
4617 "ucbrowser",
4618 "wap",
4619 "mobile"
4620 ],
4621 "robot" : 0
45754622 },
45764623 "Opera/9.21 (Macintosh; Intel Mac OS X; U; en)" : {
45774624 "browser" : "opera",
48524899 "robot_string" : "Googlebot Mobile",
48534900 "version" : "2.1"
48544901 },
4902 "SonyEricssonG502/R1FA Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 UCWEB/2.0 (Java; U; MIDP-2.0; id; SonyEricssonG502) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile" : {
4903 "browser" : "ucbrowser",
4904 "browser_beta" : ".0.326",
4905 "browser_major" : "9",
4906 "browser_minor" : ".1",
4907 "browser_string" : "UCBrowser",
4908 "device" : "wap",
4909 "device_string" : "SonyEricssonG502",
4910 "language" : "ID",
4911 "match" : [
4912 "device",
4913 "ucbrowser",
4914 "wap",
4915 "mobile"
4916 ],
4917 "robot" : 0
4918 },
48554919 "SonyEricssonU1i/R1CA; Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 model-orange) AppleWebKit/525 (KHTML like Gecko) Version/3.0 Safari/525" : {
48564920 "browser" : "safari",
48574921 "browser_string" : "Safari",
49174981 "other" : null,
49184982 "version" : "2.000"
49194983 },
4984 "UCWEB/2.0 (Java; U; MIDP-2.0; en-US; NokiaN70-1) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0" : {
4985 "browser" : "ucbrowser",
4986 "browser_beta" : ".0.326",
4987 "browser_major" : "9",
4988 "browser_minor" : ".1",
4989 "browser_string" : "UCBrowser",
4990 "country" : "US",
4991 "device" : "wap",
4992 "device_string" : "WAP capable phone",
4993 "language" : "EN",
4994 "match" : [
4995 "device",
4996 "ucbrowser",
4997 "wap",
4998 "mobile"
4999 ],
5000 "robot" : 0
5001 },
49205002 "UP.Browser/4.1.2a-XXXX" : {
49215003 "country" : null,
49225004 "device" : "wap",
50985180 "robot" : "puf",
50995181 "robot_string" : "puf",
51005182 "version" : "0.93"
5101 },
5102 "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3" : {
5103 "browser" : "chrome",
5104 "browser_major" : "19",
5105 "browser_minor" : ".0",
5106 "browser_beta" : ".1084.60",
5107 "browser_string" : "Chrome",
5108 "device" : "iphone",
5109 "device_string" : "iPhone",
5110 "engine" : "webkit",
5111 "engine_beta" : ".0",
5112 "engine_major" : "534",
5113 "engine_minor" : ".46",
5114 "engine_string" : "WebKit",
5115 "language" : "EN",
5116 "match" : [
5117 "chrome",
5118 "device",
5119 "ios",
5120 "iphone",
5121 "mobile",
5122 "webkit"
5123 ],
5124 "os" : "ios",
5125 "os_beta" : ".1",
5126 "os_major" : "5",
5127 "os_minor" : ".1",
5128 "os_string" : "iOS",
5129 "robot" : 0
5130 },
5131 "NokiaX2-01/5.0 (08.65) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; nokiax2-01) U2/1.0.0 UCBrowser/9.1.0.291 U2/1.0.0 Mobile UNTRUSTED/1.0" : {
5132 "browser" : "ucbrowser",
5133 "browser_string" : "UCBrowser",
5134 "browser_major" : "9",
5135 "browser_minor" : ".1",
5136 "browser_beta" : ".0.291",
5137 "country" : "US",
5138 "device" : "wap",
5139 "device_string" : "NokiaX2-01",
5140 "language" : "EN",
5141 "match" : [
5142 "device",
5143 "ucbrowser",
5144 "wap",
5145 "mobile"
5146 ],
5147 "robot" : 0
5148 },
5149 "SonyEricssonG502/R1FA Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0 UCWEB/2.0 (Java; U; MIDP-2.0; id; SonyEricssonG502) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile" : {
5150 "browser" : "ucbrowser",
5151 "browser_string" : "UCBrowser",
5152 "browser_major" : "9",
5153 "browser_minor" : ".1",
5154 "browser_beta" : ".0.326",
5155 "device" : "wap",
5156 "device_string" : "SonyEricssonG502",
5157 "language" : "ID",
5158 "match" : [
5159 "device",
5160 "ucbrowser",
5161 "wap",
5162 "mobile"
5163 ],
5164 "robot" : 0
5165 },
5166 "UCWEB/2.0 (Java; U; MIDP-2.0; en-US; NokiaN70-1) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile UNTRUSTED/1.0" : {
5167 "browser" : "ucbrowser",
5168 "browser_string" : "UCBrowser",
5169 "browser_major" : "9",
5170 "browser_minor" : ".1",
5171 "browser_beta" : ".0.326",
5172 "country" : "US",
5173 "device" : "wap",
5174 "device_string" : "WAP capable phone",
5175 "language" : "EN",
5176 "match" : [
5177 "device",
5178 "ucbrowser",
5179 "wap",
5180 "mobile"
5181 ],
5182 "robot" : 0
51835183 }
51845184 }