device_detector 1.0.6 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/README.md +26 -5
  4. data/lib/device_detector/browser.rb +178 -5
  5. data/lib/device_detector/client_hint.rb +166 -0
  6. data/lib/device_detector/device.rb +372 -4
  7. data/lib/device_detector/os.rb +36 -4
  8. data/lib/device_detector/parser.rb +1 -1
  9. data/lib/device_detector/version.rb +1 -1
  10. data/lib/device_detector/version_extractor.rb +20 -1
  11. data/lib/device_detector.rb +50 -15
  12. data/regexes/bots.yml +641 -20
  13. data/regexes/client/browsers.yml +502 -54
  14. data/regexes/client/hints/apps.yml +102 -0
  15. data/regexes/client/hints/browsers.yml +190 -0
  16. data/regexes/client/libraries.yml +219 -3
  17. data/regexes/client/mediaplayers.yml +2 -2
  18. data/regexes/client/mobile_apps.yml +766 -24
  19. data/regexes/client/pim.yml +31 -1
  20. data/regexes/device/car_browsers.yml +1 -1
  21. data/regexes/device/consoles.yml +12 -1
  22. data/regexes/device/mobiles.yml +10966 -2251
  23. data/regexes/device/portable_media_player.yml +32 -6
  24. data/regexes/device/shell_tv.yml +11 -0
  25. data/regexes/device/televisions.yml +26 -4
  26. data/regexes/oss.yml +691 -496
  27. metadata +11 -169
  28. data/.gitignore +0 -14
  29. data/.rubocop.yml +0 -49
  30. data/.ruby-version +0 -1
  31. data/.travis.yml +0 -14
  32. data/Gemfile +0 -8
  33. data/Rakefile +0 -86
  34. data/device_detector.gemspec +0 -27
  35. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  36. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  37. data/spec/device_detector/concrete_user_agent_spec.rb +0 -123
  38. data/spec/device_detector/detector_fixtures_spec.rb +0 -99
  39. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  40. data/spec/device_detector/device_spec.rb +0 -147
  41. data/spec/device_detector/memory_cache_spec.rb +0 -148
  42. data/spec/device_detector/model_extractor_spec.rb +0 -63
  43. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  44. data/spec/device_detector/version_extractor_spec.rb +0 -79
  45. data/spec/device_detector_spec.rb +0 -189
  46. data/spec/fixtures/client/browser.yml +0 -3935
  47. data/spec/fixtures/client/feed_reader.yml +0 -187
  48. data/spec/fixtures/client/library.yml +0 -253
  49. data/spec/fixtures/client/mediaplayer.yml +0 -193
  50. data/spec/fixtures/client/mobile_app.yml +0 -703
  51. data/spec/fixtures/client/pim.yml +0 -175
  52. data/spec/fixtures/detector/bots.yml +0 -4434
  53. data/spec/fixtures/detector/camera.yml +0 -127
  54. data/spec/fixtures/detector/car_browser.yml +0 -217
  55. data/spec/fixtures/detector/console.yml +0 -343
  56. data/spec/fixtures/detector/desktop.yml +0 -7580
  57. data/spec/fixtures/detector/feature_phone.yml +0 -1597
  58. data/spec/fixtures/detector/feed_reader.yml +0 -524
  59. data/spec/fixtures/detector/mediaplayer.yml +0 -306
  60. data/spec/fixtures/detector/mobile_apps.yml +0 -1233
  61. data/spec/fixtures/detector/peripheral.yml +0 -271
  62. data/spec/fixtures/detector/phablet.yml +0 -7366
  63. data/spec/fixtures/detector/portable_media_player.yml +0 -527
  64. data/spec/fixtures/detector/smart_display.yml +0 -235
  65. data/spec/fixtures/detector/smart_speaker.yml +0 -60
  66. data/spec/fixtures/detector/smartphone-1.yml +0 -9622
  67. data/spec/fixtures/detector/smartphone-10.yml +0 -8981
  68. data/spec/fixtures/detector/smartphone-11.yml +0 -8938
  69. data/spec/fixtures/detector/smartphone-12.yml +0 -8989
  70. data/spec/fixtures/detector/smartphone-13.yml +0 -9412
  71. data/spec/fixtures/detector/smartphone-14.yml +0 -9477
  72. data/spec/fixtures/detector/smartphone-15.yml +0 -9281
  73. data/spec/fixtures/detector/smartphone-16.yml +0 -9678
  74. data/spec/fixtures/detector/smartphone-17.yml +0 -9965
  75. data/spec/fixtures/detector/smartphone-18.yml +0 -9806
  76. data/spec/fixtures/detector/smartphone-19.yml +0 -9965
  77. data/spec/fixtures/detector/smartphone-2.yml +0 -12242
  78. data/spec/fixtures/detector/smartphone-20.yml +0 -9710
  79. data/spec/fixtures/detector/smartphone-21.yml +0 -8693
  80. data/spec/fixtures/detector/smartphone-22.yml +0 -10178
  81. data/spec/fixtures/detector/smartphone-23.yml +0 -9453
  82. data/spec/fixtures/detector/smartphone-24.yml +0 -9843
  83. data/spec/fixtures/detector/smartphone-25.yml +0 -9703
  84. data/spec/fixtures/detector/smartphone-26.yml +0 -10007
  85. data/spec/fixtures/detector/smartphone-27.yml +0 -4927
  86. data/spec/fixtures/detector/smartphone-3.yml +0 -9909
  87. data/spec/fixtures/detector/smartphone-4.yml +0 -8954
  88. data/spec/fixtures/detector/smartphone-5.yml +0 -8981
  89. data/spec/fixtures/detector/smartphone-6.yml +0 -8948
  90. data/spec/fixtures/detector/smartphone-7.yml +0 -8975
  91. data/spec/fixtures/detector/smartphone-8.yml +0 -9810
  92. data/spec/fixtures/detector/smartphone-9.yml +0 -8925
  93. data/spec/fixtures/detector/smartphone.yml +0 -9001
  94. data/spec/fixtures/detector/tablet-1.yml +0 -10155
  95. data/spec/fixtures/detector/tablet-2.yml +0 -9064
  96. data/spec/fixtures/detector/tablet-3.yml +0 -9035
  97. data/spec/fixtures/detector/tablet-4.yml +0 -9062
  98. data/spec/fixtures/detector/tablet-5.yml +0 -9273
  99. data/spec/fixtures/detector/tablet-6.yml +0 -4588
  100. data/spec/fixtures/detector/tablet.yml +0 -8979
  101. data/spec/fixtures/detector/tv-1.yml +0 -2501
  102. data/spec/fixtures/detector/tv.yml +0 -10045
  103. data/spec/fixtures/detector/unknown.yml +0 -3071
  104. data/spec/fixtures/detector/wearable.yml +0 -915
  105. data/spec/fixtures/device/camera.yml +0 -19
  106. data/spec/fixtures/device/car_browser.yml +0 -13
  107. data/spec/fixtures/device/console.yml +0 -79
  108. data/spec/fixtures/device/notebook.yml +0 -7
  109. data/spec/fixtures/parser/oss.yml +0 -2418
  110. data/spec/fixtures/parser/vendorfragments.yml +0 -168
  111. data/spec/spec_helper.rb +0 -9
@@ -5,6 +5,24 @@
5
5
  # @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
6
6
  ###############
7
7
 
8
+ # Naver (https://apps.apple.com/app/id393499958)
9
+ - regex: 'NAVER/(\d+[\.\d]+) CFNetwork'
10
+ name: 'Naver'
11
+ version: '$1'
12
+
13
+ # Naver (https://play.google.com/store/apps/details?id=com.nhn.android.search)
14
+ - regex: 'NAVER\(inapp; search; .+; (\d+[\.\d]+);.+\)'
15
+ name: 'Naver'
16
+ version: '$1'
17
+ - regex: 'NAVER\(inapp; search; .+; (\d+[\.\d]+)\)'
18
+ name: 'Naver'
19
+ version: '$1'
20
+
21
+ # Soldier
22
+ - regex: 'Chrome/Soldier_([\d\.]+)'
23
+ name: 'Soldier'
24
+ version: '$1'
25
+
8
26
  # AndroidDownloadManager
9
27
  - regex: 'AndroidDownloadManager(?:[ /]([\d\.]+))?'
10
28
  name: 'AndroidDownloadManager'
@@ -19,14 +37,34 @@
19
37
  name: 'bPod'
20
38
  version: ''
21
39
 
40
+ # Facebook Audience Network
41
+ - regex: 'AudienceNetworkForAndroid.+(?:FBAV)(?:[ /]([\d\.]+))?'
42
+ name: 'Facebook Audience Network'
43
+ version: '$1'
44
+
45
+ # Facebook Messenger (https://play.google.com/store/apps/details?id=com.facebook.orca)
46
+ - regex: '(?:MessengerForiOS|MESSENGER|FB_IAB/Orca-Android).(?:FBAV)(?:[ /]([\d\.]+))?'
47
+ name: 'Facebook Messenger'
48
+ version: '$1'
49
+
22
50
  # Facebook Messenger Lite
23
- - regex: 'MessengerLiteForiOS.(?:FBAV)(?:[ /]([\d\.]+))?'
51
+ - regex: '(?:mLite|MessengerLite(?:ForiOS)?).(?:FBAV)(?:[ /]([\d\.]+))?'
24
52
  name: 'Facebook Messenger Lite'
25
53
  version: '$1'
26
54
 
27
- # Facebook Messenger
28
- - regex: '(?:MessengerForiOS|MESSENGER).(?:FBAV)(?:[ /]([\d\.]+))?'
29
- name: 'Facebook Messenger'
55
+ # Facebook Groups
56
+ - regex: '(?:GroupsForiOS).(?:FBAV)(?:[ /]([\d\.]+))?'
57
+ name: 'Facebook Groups'
58
+ version: '$1'
59
+
60
+ # Facebook Lite (https://play.google.com/store/apps/details?id=com.facebook.lite)
61
+ - regex: 'FBAN/EMA.+FBAV(?:[ /]([\d\.]+))?'
62
+ name: 'Facebook Lite'
63
+ version: '$1'
64
+
65
+ # Meta Business Suite (https://apps.apple.com/us/app/facebook-business-suite/id514643583)
66
+ - regex: 'FBAN/FBPageAdmin.+FBAV(?:[ /]([\d\.]+))?'
67
+ name: 'Meta Business Suite'
30
68
  version: '$1'
31
69
 
32
70
  # Facebook
@@ -47,6 +85,11 @@
47
85
  name: 'Google Go'
48
86
  version: ''
49
87
 
88
+ # Google Photos
89
+ - regex: 'com.google.android.apps.photos'
90
+ name: 'Google Photos'
91
+ version: ''
92
+
50
93
  # Google Play Kiosk
51
94
  - regex: 'com.google.android.apps.magazines'
52
95
  name: 'Google Play Newsstand'
@@ -57,8 +100,16 @@
57
100
  name: 'Google Plus'
58
101
  version: ''
59
102
 
103
+ # Google Drive (https://apps.apple.com/us/app/google-drive/id507874739)
104
+ - regex: 'Google.DriveExtension(?:/([\d\.]+))?'
105
+ name: 'Google Drive'
106
+ version: '$1'
107
+
60
108
  # WeChat
61
- - regex: 'MicroMessenger/([^; ]+)'
109
+ - regex: 'MicroMessenger/([\d\.]+)'
110
+ name: 'WeChat'
111
+ version: '$1'
112
+ - regex: 'WeChat/([\d\.]+)'
62
113
  name: 'WeChat'
63
114
  version: '$1'
64
115
  - regex: 'WeChatShareExtensionNew/([\d\.]+)'
@@ -76,7 +127,7 @@
76
127
  version: '$1'
77
128
 
78
129
  # Pinterest
79
- - regex: 'Pinterest(?: for (?:Android|iOS))?(?:/([\d\.]+))?'
130
+ - regex: 'Pinterest(?: for (?:Android(?: Tablet)?|iOS))?(?:/([\d\.]+))?'
80
131
  name: 'Pinterest'
81
132
  version: '$1'
82
133
 
@@ -100,6 +151,15 @@
100
151
  name: 'Downcast'
101
152
  version: '$1'
102
153
 
154
+ # Flipp (https://apps.apple.com/us/app/flipp-weekly-shopping/id725097967)
155
+ - regex: 'Flipp-iOS/.+CFNetwork'
156
+ name: 'Flipp'
157
+ version: ''
158
+
159
+ - regex: 'Flipp-iOS/(\d+[\.\d]+)'
160
+ name: 'Flipp'
161
+ version: '$1'
162
+
103
163
  # AFNetworking generic
104
164
  - regex: '([^/]+)/(\d+(?:\.\d+)+) \((?:iPhone|iPad); iOS [0-9\.]+; Scale/[0-9\.]+\)'
105
165
  name: '$1'
@@ -194,7 +254,7 @@
194
254
  - regex: 'BingWeb/([\d\.]+)?'
195
255
  name: 'BingWebApp'
196
256
  version: '$1'
197
- - regex: '(?:com.google.GoogleMobile|GSA)/([\d\.]+)?'
257
+ - regex: '(?:com.google.GoogleMobile|GSA|GoogleApp)/([\d.]+)?'
198
258
  name: 'Google Search App'
199
259
  version: '$1'
200
260
  - regex: 'Flipboard/([\d\.]+)?'
@@ -206,6 +266,12 @@
206
266
  - regex: 'baiduboxapp/([\d\.]+)?'
207
267
  name: 'Baidu Box App'
208
268
  version: '$1'
269
+ - regex: 'baiduinput/([\d.]+)?'
270
+ name: 'Baidu Input'
271
+ version: '$1'
272
+ - regex: 'PetalSearch/([\d\.]+)?'
273
+ name: 'Petal Search App'
274
+ version: '$1'
209
275
  - regex: 'Crosswalk(?!.*(?:Streamy|QwantMobile))/([\d\.]+)?'
210
276
  name: 'CrosswalkApp'
211
277
  version: '$1'
@@ -229,12 +295,19 @@
229
295
  - regex: 'TopBuzz/([\d\.]+)'
230
296
  name: 'TopBuzz'
231
297
  version: '$1'
232
- - regex: 'Snapchat/([\d\.]+)'
298
+
299
+ # Snapchat
300
+ - regex: '(?:Safari/[\d\.]+)?Snapchat/?([\d\.]+)'
233
301
  name: 'Snapchat'
234
302
  version: '$1'
303
+ - regex: 'CronetSnapDevSheldon'
304
+ name: 'Snapchat'
305
+ version: ''
306
+
235
307
  - regex: 'AhaRadio2/([\d\.]+)'
236
308
  name: 'Aha Radio 2'
237
309
  version: '$1'
310
+
238
311
  # Unibox (https://apps.apple.com/app/id933879046)
239
312
  - regex: 'Unibox/([\d\.]+)'
240
313
  name: 'Unibox'
@@ -265,7 +338,7 @@
265
338
  name: 'Roblox'
266
339
  version: '$1'
267
340
 
268
- - regex: 'Viber/([\d\.]+)'
341
+ - regex: 'Viber(?:/(\d+[\.\d]+))?'
269
342
  name: 'Viber'
270
343
  version: '$1'
271
344
 
@@ -306,7 +379,11 @@
306
379
  version: ''
307
380
 
308
381
  # Discord (https://apps.apple.com/us/app/discord-talk-chat-hang-out/id985746746)
309
- - regex: 'Discord/([\d\.]+)'
382
+ - regex: 'discord/([\d\.]+).+Electron'
383
+ name: 'Discord'
384
+ version: '$1'
385
+
386
+ - regex: 'discord(?:-Updater)?/([\d\.]+)'
310
387
  name: 'Discord'
311
388
  version: ''
312
389
 
@@ -340,33 +417,61 @@
340
417
  name: '1Password'
341
418
  version: '$1'
342
419
 
343
- - regex: '(?:Microsoft Office )?(Access|Excel|OneDrive for Business|OneNote|PowerPoint|Project|Publisher|Visio|Word)[ /]([\d\.]+)'
420
+ - regex: '(?:Microsoft Office )?(Access|Excel|OneDrive for Business|OneNote|PowerPoint|Project|Publisher|Visio|Word)(?: 20\d{2})?[ /]\(?(\d+\.[\d.]*)'
344
421
  name: 'Microsoft Office $1'
345
422
  version: '$2'
423
+ - regex: '^Mozilla/4\.0 \(compatible; ms-office; MSOffice[ /]([\d\.]+)'
424
+ name: 'Microsoft Office'
425
+ version: '$1'
426
+ - regex: 'Microsoft Office SyncProc ([\d\.]+)'
427
+ name: 'Microsoft Office'
428
+ version: '$1'
429
+ - regex: 'Microsoft Lync ([\d\.]+)'
430
+ name: 'Microsoft Lync'
431
+ version: '$1'
432
+
433
+ # https://play.google.com/store/apps/details?id=cn.wps.moffice_eng
434
+ - regex: 'WpsM?office/([\d\.]+)'
435
+ name: 'WPS Office'
436
+ version: '$1'
346
437
 
347
438
  # https://apps.apple.com/us/app/microsoft-onedrive/id477537958
348
439
  - regex: 'OneDriveiOSApp/([\d\.]+)'
349
440
  name: 'Microsoft OneDrive'
350
441
  version: '$1'
351
442
 
352
- - regex: 'Microsoft Office Mobile/([\d\.]+)'
443
+ - regex: 'Microsoft Office Existence Discovery'
444
+ name: 'Microsoft Office'
445
+ version: ''
446
+
447
+ - regex: '(?:Microsoft Office Mobile|officemobile)[ /]([\d\.]+)'
353
448
  name: 'Microsoft Office Mobile'
354
449
  version: '$1'
355
450
 
451
+ # Skype
452
+ - regex: 'Skype/([\d\.]+)'
453
+ name: 'Skype'
454
+ version: '$1'
455
+
356
456
  - regex: 'OC/([\d\.]+) \(Skype for Business\)'
357
457
  name: 'Skype for Business'
358
458
  version: '$1'
359
459
 
460
+ # https://apps.apple.com/us/app/skype-for-business/id605841731
461
+ - regex: 'iPhoneLync/([\d\.]+)'
462
+ name: 'Skype for Business'
463
+ version: '$1'
464
+
465
+ # GroupMe (https://apps.apple.com/us/app/groupme/id392796698)
466
+ - regex: 'GroupMe/([\d\.]+)'
467
+ name: 'GroupMe'
468
+ version: '$1'
469
+
360
470
  # TikTok (https://apps.apple.com/app/id835599320 | https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically)
361
471
  - regex: '(?:TikTok[/ ]|musical_ly_|AppName/musical_ly app_version/)(\d+\.(?:[\.\d]+))?'
362
472
  name: 'TikTok'
363
473
  version: '$1'
364
474
 
365
- # https://apps.apple.com/app/id393499958
366
- - regex: 'NAVER/(\d+[\.\d]+) CFNetwork'
367
- name: 'Naver'
368
- version: '$1'
369
-
370
475
  # https://apps.apple.com/app/id1026349850
371
476
  - regex: 'Copied/(\d+[\.\d]+) CFNetwork'
372
477
  name: 'Copied'
@@ -391,6 +496,9 @@
391
496
  - regex: 'Slack/(\d+[\.\d]+) CFNetwork'
392
497
  name: 'Slack'
393
498
  version: ''
499
+ - regex: 'com.tinyspeck.chatlyio/(\d+[\.\d]+)'
500
+ name: 'Slack'
501
+ version: '$1'
394
502
 
395
503
  # https://apps.apple.com/us/app/id362057947
396
504
  - regex: 'KAKAOTALK (\d+\.(?:[\.\d]+))?'
@@ -477,10 +585,10 @@
477
585
  version: '$1'
478
586
 
479
587
  # TuneIn Radio Pro
480
- - regex: 'TuneIn Radio Pro(?:[^/]+)?/(\d+[\.\d]+)'
588
+ - regex: 'TuneIn Radio Pro(?:[^/]*)/(\d+[\.\d]+)'
481
589
  name: 'TuneIn Radio Pro'
482
590
  version: '$1'
483
- - regex: 'TuneIn(?: Radio(?:[^/]+)?)?/(\d+[\.\d]+)'
591
+ - regex: 'TuneIn(?: Radio(?:[^/]*))?/(\d+[\.\d]+)'
484
592
  name: 'TuneIn Radio'
485
593
  version: '$1'
486
594
 
@@ -533,11 +641,6 @@
533
641
  name: 'Wirtschafts Woche'
534
642
  version: '$1'
535
643
 
536
- # Outlook https://apps.apple.com/ru/app/microsoft-outlook/id951937596
537
- - regex: '^Outlook-iOS/.+\((\d+[\.\d]+)\)$'
538
- name: 'Microsoft Outlook'
539
- version: '$1'
540
-
541
644
  - regex: '^TVirl/(\d+[\.\d]+)'
542
645
  name: 'TVirl'
543
646
  version: '$1'
@@ -577,6 +680,11 @@
577
680
  name: 'Binance'
578
681
  version: '$1'
579
682
 
683
+ # Binance (https://www.binance.com/en/desktop-download)
684
+ - regex: 'Binance/(\d+[\.\d]+)'
685
+ name: 'Binance'
686
+ version: '$1'
687
+
580
688
  # My World https://apps.apple.com/app/id598556821
581
689
  - regex: 'ru\.mail\.my/(\d+[\.\d]+)'
582
690
  name: 'My World'
@@ -597,6 +705,14 @@
597
705
  name: 'Teams'
598
706
  version: '$1'
599
707
 
708
+ - regex: 'TeamsMobile-(?:Android|iOS)'
709
+ name: 'Teams'
710
+ version: ''
711
+
712
+ - regex: 'SohuNews/(\d+\.[.\d]+)'
713
+ name: 'SohuNews'
714
+ version: '$1'
715
+
600
716
  # Streamlabs OBS (https://streamlabs.com/)
601
717
  - regex: 'StreamlabsOBS/(\d+[\.\d]+)'
602
718
  name: 'Streamlabs OBS'
@@ -645,3 +761,629 @@
645
761
  - regex: 'COAF%20SMART%20Citizen/'
646
762
  name: 'COAF SMART Citizen'
647
763
  version: ''
764
+
765
+ # GitHub Desktop (https://desktop.github.com/)
766
+ - regex: 'GitHubDesktop/([\d\.]+)'
767
+ name: 'GitHub Desktop'
768
+ version: '$1'
769
+
770
+ # Logi Options+ (https://www.logitech.com/en-us/software/logi-options-plus.html)
771
+ - regex: 'logioptionsplus/([\d\.]+)'
772
+ name: 'Logi Options+'
773
+ version: '$1'
774
+
775
+ # Emby Theater (https://emby.media/emby-theater.html)
776
+ - regex: 'EmbyTheater/([\d\.]+)'
777
+ name: 'Emby Theater'
778
+ version: '$1'
779
+
780
+ # Y8 Browser (https://www.y8.com/)
781
+ - regex: 'y8-browser/([\d\.]+)'
782
+ name: 'Y8 Browser'
783
+ version: '$1'
784
+
785
+ # NuMuKi Browser (https://www.numuki.com/app-download/)
786
+ - regex: 'NuMuKiBrowser/([\d\.]+)'
787
+ name: 'NuMuKi Browser'
788
+ version: '$1'
789
+
790
+ # Landis+Gyr AIM Browser (https://www.landisgyr.eu/product/gridstream-aim/)
791
+ - regex: 'LandisGyrAIMbrowser/(\d+[\.\d]+)'
792
+ name: 'Landis+Gyr AIM Browser'
793
+ version: '$1'
794
+
795
+ # Visual Studio Code (https://code.visualstudio.com/)
796
+ - regex: 'Code/(\d+[\.\d]+)'
797
+ name: 'Visual Studio Code'
798
+ version: '$1'
799
+
800
+ # Wireshark (https://www.wireshark.org)
801
+ - regex: 'Wireshark/(\d+[\.\d]+)'
802
+ name: 'Wireshark'
803
+ version: '$1'
804
+
805
+ # Samsung Magician (https://www.samsung.com/semiconductor/minisite/ssd/product/consumer/magician/)
806
+ - regex: 'Magician'
807
+ name: 'Samsung Magician'
808
+ version: ''
809
+
810
+ # Razer Synapse (https://www.razer.com/synapse-3)
811
+ - regex: 'Razer Central PC'
812
+ name: 'Razer Synapse'
813
+ version: ''
814
+
815
+ # Git (https://git-scm.com/download/win)
816
+ - regex: 'git/(\d+[\.\d]+)'
817
+ name: 'Git'
818
+ version: '$1'
819
+
820
+ # Google Podcasts (https://apps.apple.com/us/app/google-podcasts/id1398000105)
821
+ - regex: 'GooglePodcasts/(\d+[\.\d]+)'
822
+ name: 'Google Podcasts'
823
+ version: '$1'
824
+
825
+ # Windows CryptoAPI (https://www.microsoft.com/en-us/)
826
+ - regex: 'Microsoft-CryptoAPI/(\d+[\.\d]+)'
827
+ name: 'Windows CryptoAPI'
828
+ version: ''
829
+
830
+ # Windows Delivery Optimization (https://www.microsoft.com/en-us/)
831
+ - regex: 'Microsoft-Delivery-Optimization'
832
+ name: 'Windows Delivery Optimization'
833
+ version: ''
834
+
835
+ # Windows Update Agent (https://www.microsoft.com/en-us/)
836
+ - regex: 'Windows-Update-Agent'
837
+ name: 'Windows Update Agent'
838
+ version: ''
839
+
840
+ # Dr. Watson (https://www.microsoft.com/en-us/)
841
+ - regex: '^MSDW'
842
+ name: 'Dr. Watson'
843
+ version: ''
844
+
845
+ # qBittorrent (https://www.qbittorrent.org/)
846
+ - regex: 'qBittorrent/(\d+[\.\d]+)'
847
+ name: 'qBittorrent'
848
+ version: '$1'
849
+
850
+ # CPU-Z (https://www.cpuid.com/)
851
+ - regex: '^CPUID'
852
+ name: 'CPU-Z'
853
+ version: ''
854
+
855
+ # AIDA64 (https://www.aida64.com/)
856
+ - regex: 'AIDA64'
857
+ name: 'AIDA64'
858
+ version: ''
859
+
860
+ # HandBrake (https://handbrake.fr/)
861
+ - regex: 'HandBrake Win Upd (\d+[\.\d]+)'
862
+ name: 'HandBrake'
863
+ version: '$1'
864
+
865
+ # CCleaner (https://www.ccleaner.com/)
866
+ - regex: 'CCleaner, (\d+[\.\d]+)'
867
+ name: 'CCleaner'
868
+ version: '$1'
869
+
870
+ # Edge Update (https://www.microsoft.com/en-us/)
871
+ - regex: 'Microsoft Edge Update/(\d+[\.\d]+)'
872
+ name: 'Edge Update'
873
+ version: '$1'
874
+
875
+ # Chrome Update (https://www.google.com/chrome/)
876
+ - regex: 'Google(?:Software| )Update/(\d+[\.\d]+)'
877
+ name: 'Chrome Update'
878
+ version: '$1'
879
+
880
+ # Bose Music (https://apps.apple.com/us/app/bose-music/id1364986984)
881
+ - regex: 'Bose Music'
882
+ name: 'Bose Music'
883
+ version: ''
884
+
885
+ # HikConnect (https://apps.apple.com/us/app/hik-connect-for-end-user/id1087803190)
886
+ - regex: 'HikConnect'
887
+ name: 'Hik-Connect'
888
+ version: ''
889
+
890
+ # Cortana (https://www.microsoft.com/en-us/)
891
+ - regex: 'Cortana (\d+[\.\d]+)'
892
+ name: 'Cortana'
893
+ version: '$1'
894
+
895
+ # Opera News (https://play.google.com/store/apps/details?id=com.opera.app.news)
896
+ - regex: 'Opera News/(\d+[\.\d]+)'
897
+ name: 'Opera News'
898
+ version: '$1'
899
+
900
+ # Adobe Creative Cloud (https://apps.apple.com/us/app/adobe-creative-cloud/id852473028)
901
+ - regex: 'CreativeCloud/(\d+[\.\d]+)'
902
+ name: 'Adobe Creative Cloud'
903
+ version: '$1'
904
+
905
+ # rekordbox (https://rekordbox.com/en/)
906
+ - regex: 'rekordbox/(\d+[\.\d]+)'
907
+ name: 'rekordbox'
908
+ version: '$1'
909
+
910
+ # Windows Push Notification Services (https://www.microsoft.com/en-us/)
911
+ - regex: 'Microsoft-WNS/(\d+[\.\d]+)'
912
+ name: 'Windows Push Notification Services'
913
+ version: '$1'
914
+
915
+ # Background Intelligent Transfer Service (https://www.microsoft.com/en-us/)
916
+ - regex: 'Microsoft BITS/(\d+[\.\d]+)'
917
+ name: 'Background Intelligent Transfer Service'
918
+ version: '$1'
919
+
920
+ # ESET Remote Administrator (https://www.eset.com/me/business/remote-management/remote-administrator/)
921
+ - regex: 'ERA Agent Update'
922
+ name: 'ESET Remote Administrator'
923
+ version: ''
924
+
925
+ # Epic Games Launcher (https://www.epicgames.com/store/en-US/download)
926
+ - regex: 'EpicGamesLauncher/(\d+[\.\d]+)'
927
+ name: 'Epic Games Launcher'
928
+ version: '$1'
929
+
930
+ # WebDAV (https://www.microsoft.com/en-us/)
931
+ - regex: 'Microsoft-WebDAV-MiniRedir'
932
+ name: 'WebDAV'
933
+ version: ''
934
+
935
+ # Battle.net (https://eu.shop.battle.net/en-us)
936
+ - regex: 'Battle.net/(\d+[\.\d]+)'
937
+ name: 'Battle.net'
938
+ version: '$1'
939
+
940
+ # Bookshelf (https://play.google.com/store/apps/details?id=com.vitalsource.bookshelf)
941
+ - regex: 'Bookshelf-Android/(\d+[\.\d]+)'
942
+ name: 'Bookshelf'
943
+ version: '$1'
944
+
945
+ # Rave Social (https://www.ravesocial.com/)
946
+ - regex: 'RaveSocial/(\d+[\.\d]+)'
947
+ name: 'Rave Social'
948
+ version: '$1'
949
+
950
+ # Word Cookies! (https://apps.apple.com/us/app/word-cookies/id1153883316)
951
+ - regex: 'wordcookies/(\d+[\.\d]+)'
952
+ name: 'Word Cookies!'
953
+ version: '$1'
954
+
955
+ # Bible KJV (https://apps.apple.com/us/app/bible-kjv/id544098932)
956
+ - regex: 'com.meevii.bibleKJV/(\d+[\.\d]+)'
957
+ name: 'Bible KJV'
958
+ version: '$1'
959
+
960
+ # MetaTrader (https://www.metatrader5.com/)
961
+ - regex: 'MetaTrader 5 Terminal/(\d+[\.\d]+)'
962
+ name: 'MetaTrader'
963
+ version: '$1'
964
+
965
+ # Paint by Number (https://apps.apple.com/us/app/paint-by-number-coloring-games/id1420058690)
966
+ - regex: 'com.paint.bynumber/(\d+[\.\d]+)'
967
+ name: 'Paint by Number'
968
+ version: '$1'
969
+
970
+ # ZEPETO (https://apps.apple.com/app/id1350301428)
971
+ - regex: 'zepeto_global/(\d+[\.\d]+)'
972
+ name: 'ZEPETO'
973
+ version: '$1'
974
+
975
+ # Jungle Disk (https://www.jungledisk.com/)
976
+ - regex: 'Jungle Disk Workgroup HTTP'
977
+ name: 'Jungle Disk'
978
+ version: ''
979
+
980
+ # Nextcloud (https://play.google.com/store/apps/details?id=com.nextcloud.client)
981
+ - regex: '(?:mirall|Nextcloud-android)/(\d+[\.\d]+)'
982
+ name: 'Nextcloud'
983
+ version: '$1'
984
+
985
+ # GoNative (https://gonative.io/)
986
+ - regex: 'GoNativeIOS/(\d+[\.\d]+)'
987
+ name: 'GoNative'
988
+ version: '$1'
989
+
990
+ # Pandora (https://apps.apple.com/us/app/pandora-music-podcasts/id284035177)
991
+ - regex: 'Pandora/(\d+[\.\d]+)'
992
+ name: 'Pandora'
993
+ version: '$1'
994
+
995
+ # Blackboard (https://apps.apple.com/us/app/blackboard/id950424861)
996
+ - regex: 'Blackboard/(\d+[\.\d]+)'
997
+ name: 'Blackboard'
998
+ version: '$1'
999
+
1000
+ - regex: 'Blackboard/unspecified'
1001
+ name: 'Blackboard'
1002
+ version: ''
1003
+
1004
+ # QQMusic (https://apps.apple.com/cn/app/qq%E9%9F%B3%E4%B9%90-%E5%90%AC%E6%88%91%E6%83%B3%E5%90%AC/id414603431)
1005
+ - regex: 'QQMusic/(\d+[\.\d]+)'
1006
+ name: 'QQMusic'
1007
+ version: '$1'
1008
+
1009
+ # eToro (https://www.etoro.com/)
1010
+ - regex: 'etoro-cordova-app'
1011
+ name: 'eToro'
1012
+ version: ''
1013
+
1014
+ # Avid Link (https://www.avid.com/products/avid-link)
1015
+ - regex: 'Avid Link Desktop App/(\d+[\.\d]+)'
1016
+ name: 'Avid Link'
1017
+ version: '$1'
1018
+
1019
+ # Netflix (https://www.netflix.com/)
1020
+ - regex: 'Netflix/(\d+[\.\d]+)'
1021
+ name: 'Netflix'
1022
+ version: '$1'
1023
+
1024
+ # Google Tag Manager (https://www.google.com/)
1025
+ - regex: 'GoogleTagManager/(\d+[\.\d]+)'
1026
+ name: 'Google Tag Manager'
1027
+ version: '$1'
1028
+
1029
+ # Adobe Synchronizer (https://www.adobe.com/)
1030
+ - regex: 'Adobe Synchronizer (\d+[\.\d]+)'
1031
+ name: 'Adobe Synchronizer'
1032
+ version: '$1'
1033
+
1034
+ # BlueStacks (https://www.bluestacks.com/)
1035
+ - regex: 'BlueStacks(?: 5)?/(\d+[\.\d]+)'
1036
+ name: 'BlueStacks'
1037
+ version: '$1'
1038
+
1039
+ # PowerShell (https://www.microsoft.com/en-us/)
1040
+ - regex: 'WindowsPowerShell/(\d+[\.\d]+)'
1041
+ name: 'PowerShell'
1042
+ version: '$1'
1043
+
1044
+ # GlobalProtect (https://www.paloaltonetworks.com/products/globalprotect)
1045
+ - regex: 'PAN GlobalProtect/(\d+[\.\d]+)'
1046
+ name: 'GlobalProtect'
1047
+ version: '$1'
1048
+
1049
+ # Theyub
1050
+ - regex: 'Theyub v(\d+[\.\d]+)'
1051
+ name: 'Theyub'
1052
+ version: '$1'
1053
+
1054
+ # BBC News
1055
+ - regex: 'BBCNewsUKWatchApp/(\d+[\.\d]+)'
1056
+ name: 'BBC News'
1057
+ version: '$1'
1058
+
1059
+ # TradingView (https://www.tradingview.com/)
1060
+ - regex: 'TradingView/(\d+[\.\d]+)'
1061
+ name: 'TradingView'
1062
+ version: '$1'
1063
+
1064
+ # Instabridge (https://instabridge.com/en/)
1065
+ - regex: 'Instabridge'
1066
+ name: 'Instabridge'
1067
+ version: ''
1068
+
1069
+ # Be Focused (https://apps.apple.com/app/id973130201)
1070
+ - regex: 'Be Focused/(\d+\.[\.\d]+)?'
1071
+ name: 'Be Focused'
1072
+ version: '$1'
1073
+
1074
+ # Focus Matrix (https://apps.apple.com/app/id1087284172)
1075
+ - regex: 'Focus Matrix/(\d+\.[\.\d]+)?'
1076
+ name: 'Focus Matrix'
1077
+ version: '$1'
1078
+
1079
+ # Focus Keeper (https://apps.apple.com/app/id867374917)
1080
+ - regex: 'Focuskeeper/(\d+\.[\.\d]+)?'
1081
+ name: 'Focus Keeper'
1082
+ version: '$1'
1083
+
1084
+ # Quick Search TV (https://play.google.com/store/apps/details?id=com.aospstudio.tvsearch)
1085
+ - regex: 'Quick Search TV/(\d+\.[\.\d]+)'
1086
+ name: 'Quick Search TV'
1087
+ version: '$1'
1088
+
1089
+ # Microsoft Store (https://www.microsoft.com/en-us/store/apps/windows)
1090
+ - regex: 'WindowsStoreSDK'
1091
+ name: 'Microsoft Store'
1092
+ version: ''
1093
+
1094
+ # ASUS Updater (https://www.asus.com/)
1095
+ - regex: 'Asus Update/(\d+\.[\.\d]+)'
1096
+ name: 'ASUS Updater'
1097
+ version: '$1'
1098
+
1099
+ # IMO.IM HD Version https://play.google.com/store/apps/details?id=com.imo.android.imoimhd
1100
+ - regex: 'imoAndroid/(20\d{2}.[\.\d]+)'
1101
+ name: 'IMO HD Video Calls & Chat'
1102
+ version: '$1'
1103
+
1104
+ # IMO.IM https://play.google.com/store/apps/details?id=com.imo.android.imoim
1105
+ - regex: 'imoAndroid/(\d+\.[\.\d]+)'
1106
+ name: 'IMO International Calls & Chat'
1107
+ version: '$1'
1108
+
1109
+ # Microsoft Bing Search (https://play.google.com/store/apps/details?id=com.microsoft.bing | https://apps.apple.com/us/app/microsoft-bing-search/id345323231)
1110
+ - regex: 'BingSapphire/(\d+\.[\.\d]+)'
1111
+ name: 'Microsoft Bing Search'
1112
+ version: '$1'
1113
+
1114
+ # Microsoft Start (https://play.google.com/store/apps/details?id=com.microsoft.amp.apps.bingnews | https://apps.apple.com/us/app/microsoft-start/id945416273)
1115
+ - regex: 'NewsSapphire/(\d+\.[\.\d]+)'
1116
+ name: 'Microsoft Start'
1117
+ version: '$1'
1118
+
1119
+ # HiSearch
1120
+ - regex: '.+HiSearch/(\d+\.[\.\d]+)'
1121
+ name: 'HiSearch'
1122
+ version: '$1'
1123
+
1124
+ # RDDocuments (https://apps.apple.com/app/id364901807)
1125
+ - regex: 'RDDocuments/(\d+\.[\.\d]+)'
1126
+ name: 'RDDocuments'
1127
+ version: '$1'
1128
+
1129
+ # F-Secure SAFE (https://apps.apple.com/app/f-secure-safe/id572847748)
1130
+ - regex: 'FSCDCSafe (\d+\.[\.\d]+)'
1131
+ name: 'F-Secure SAFE'
1132
+ version: '$1'
1133
+
1134
+ # Twitterrific (https://apps.apple.com/us/app/twitterrific-tweet-your-way/id580311103)
1135
+ - regex: 'Twitterrific'
1136
+ name: 'Twitterrific'
1137
+ version: ''
1138
+
1139
+ # Uconnect LIVE (https://apps.apple.com/it/app/uconnect-live/id881830261?l=en)
1140
+ - regex: 'UconnectLive'
1141
+ name: 'Uconnect LIVE'
1142
+ version: ''
1143
+
1144
+ # Wayback Machine (https://apps.apple.com/us/app/wayback-machine/id1472432422)
1145
+ - regex: 'Wayback%20Machine%20Extension'
1146
+ name: 'Wayback Machine'
1147
+ version: ''
1148
+
1149
+ # Q-municate (https://www.qmunicateh10.com | https://apps.apple.com/gb/app/q-municate/id909698517)
1150
+ - regex: 'com.Nanoteq.QmunicateH10p.+/(\d+\.[\.\d]+) \('
1151
+ name: 'Q-municate'
1152
+ version: '$1'
1153
+
1154
+ # NET.mede (https://apps.apple.com/us/app/net-mede/id597007101)
1155
+ - regex: 'NET.mede'
1156
+ name: 'NET.mede'
1157
+ version: ''
1158
+
1159
+ # My Bentley (https://apps.apple.com/us/app/my-bentley/id1008052243)
1160
+ - regex: 'My%20Bentley'
1161
+ name: 'My Bentley'
1162
+ version: ''
1163
+
1164
+ # Skyeng (https://apps.apple.com/us/app/skyeng-english-online/id1065290732)
1165
+ - regex: 'Skyeng%20App'
1166
+ name: 'Skyeng'
1167
+ version: ''
1168
+
1169
+ # Skyeng Teachers (https://apps.apple.com/us/app/skyeng-teachers/id1483049537)
1170
+ - regex: 'Skyeng%20Teachers'
1171
+ name: 'Skyeng Teachers'
1172
+ version: ''
1173
+
1174
+ # Bank Millenium (https://apps.apple.com/us/app/bank-millennium/id412646128)
1175
+ - regex: '(Millennium/|Millennium%20Corp)'
1176
+ name: 'Bank Millenium'
1177
+ version: ''
1178
+
1179
+ # MBolsa (https://apps.apple.com/us/app/mbolsa/id1533621499)
1180
+ - regex: 'MBolsa'
1181
+ name: 'MBolsa'
1182
+ version: ''
1183
+
1184
+ # MEmpresas (https://apps.apple.com/us/app/mempresas/id669516182)
1185
+ - regex: '(MEmpresas|Millennium%20Empresas)'
1186
+ name: 'MEmpresas'
1187
+ version: ''
1188
+
1189
+ # Orange Radio (https://apps.apple.com/fr/app/orange-radio/id1201284975?l=en)
1190
+ - regex: 'OrangeRadio/(\d+\.[\.\d]+)'
1191
+ name: 'Orange Radio'
1192
+ version: '$1'
1193
+
1194
+ # Radio Italiane https://apps.apple.com/us/app/radio-italiane-radio-it/id1390350146)
1195
+ - regex: 'Radio%20Italiane/(\d+\.[\.\d]+)'
1196
+ name: 'Radio Italiane'
1197
+ version: '$1'
1198
+
1199
+ # Safari Search Helper
1200
+ - regex: 'com.apple.Safari.SearchHelper/(\d+\.[\.\d]+)'
1201
+ name: 'Safari Search Helper'
1202
+ version: '$1'
1203
+
1204
+ # Citrix Workspace (https://apps.apple.com/us/app/citrix-workspace/id363501921)
1205
+ - regex: 'Citrix%20Viewer'
1206
+ name: 'Citrix Workspace'
1207
+ version: ''
1208
+
1209
+ # Mercantile Bank of Michigan (https://apps.apple.com/us/app/mercantile-bank-of-michigan/id428982831)
1210
+ - regex: 'com.mercbank.s1mobileipad'
1211
+ name: 'Mercantile Bank of Michigan'
1212
+ version: ''
1213
+
1214
+ # DStream Air (https://apps.apple.com/us/app/dstream-air/id1214400521)
1215
+ - regex: 'D-Stream%20Air'
1216
+ name: 'DStream Air'
1217
+ version: ''
1218
+
1219
+ # Expedia (https://apps.apple.com/us/app/expedia-hotels-flights-car/id427916203)
1220
+ - regex: 'ExpediaBookings'
1221
+ name: 'Expedia'
1222
+ version: ''
1223
+
1224
+ # Windows Antivirus
1225
+ - regex: 'Windows Antivirus (\d+\.[\.\d]+)'
1226
+ name: 'Windows Antivirus'
1227
+ version: '$1'
1228
+
1229
+ # Macrium Reflect (https://www.macrium.com/reflectfree)
1230
+ - regex: '^Reflect'
1231
+ name: 'Macrium Reflect'
1232
+ version: ''
1233
+
1234
+ - regex: 'Opera autoupdate agent'
1235
+ name: 'Opera Updater'
1236
+ version: ''
1237
+
1238
+ # Ballz (https://apps.apple.com/us/app/ballz/id1139609950)
1239
+ - regex: 'Ballz/(\d+\.[\.\d]+)'
1240
+ name: 'Ballz'
1241
+ version: '$1'
1242
+
1243
+ # RNPS Action Cards
1244
+ - regex: 'rnps-action-cards/(\d+\.[\.\d]+)'
1245
+ name: 'RNPS Action Cards'
1246
+ version: '$1'
1247
+
1248
+ # Plex Media Server (https://www.plex.tv/sv/media-server-downloads/)
1249
+ - regex: 'PlexMediaServer/(\d+\.[\.\d]+)'
1250
+ name: 'Plex Media Server'
1251
+ version: '$1'
1252
+
1253
+ # SafeIP (https://www.freesafeip.com/)
1254
+ - regex: 'FreeSafeIP'
1255
+ name: 'SafeIP'
1256
+ version: ''
1257
+
1258
+ # Surfshark (https://play.google.com/store/apps/details?id=com.surfshark.vpnclient.android)
1259
+ - regex: 'SurfsharkAndroid/(\d+\.[\.\d]+)'
1260
+ name: 'Surfshark'
1261
+ version: '$1'
1262
+
1263
+ # Hago (https://play.google.com/store/apps/details?id=com.yy.hiyo)
1264
+ - regex: 'APP/yym-hago-and(\d+\.[\.\d]+)'
1265
+ name: 'Hago'
1266
+ version: '$1'
1267
+
1268
+ # Vuze Bittorent Client
1269
+ - regex: 'Azureus (\d+\.[\.\d]+)'
1270
+ name: 'Vuze'
1271
+ version: '$1'
1272
+
1273
+ # Adobe IPM
1274
+ - regex: 'IPM'
1275
+ name: 'Adobe IPM'
1276
+ version: ''
1277
+
1278
+ # Adobe NGL
1279
+ - regex: 'NGL Client/(\d+\.[\.\d]+)'
1280
+ name: 'Adobe NGL'
1281
+ version: '$1'
1282
+
1283
+ # Bitcoin Core (https://bitcoin.org/en/bitcoin-core/)
1284
+ - regex: '/Satoshi:(\d+\.[\.\d]+)/'
1285
+ name: 'Bitcoin Core'
1286
+ version: '$1'
1287
+
1288
+ # Amazon Shopping (https://play.google.com/store/apps/details?id=com.amazon.mShop.android.shopping)
1289
+ - regex: 'Amazon.com/(\d+\.[\.\d]+)'
1290
+ name: 'Amazon Shopping'
1291
+ version: '$1'
1292
+
1293
+ # mobile.de (https://play.google.com/store/apps/details?id=de.mobile.android.app)
1294
+ - regex: 'de.mobile.android.app/(\d+\.[\.\d]+)'
1295
+ name: 'mobile.de'
1296
+ version: '$1'
1297
+ - regex: 'de.mobile.android.app/(.*) \((\d+\.[\.\d]+)\)'
1298
+ name: 'mobile.de'
1299
+ version: '$2'
1300
+
1301
+ # Jitsi Meet (https://meet.jit.si/)
1302
+ - regex: 'jitsi-meet/'
1303
+ name: 'Jitsi Meet'
1304
+ version: ''
1305
+
1306
+ # Don't Waste My Time! (https://apps.apple.com/us/app/dont-waste-my-time/id1503883738)
1307
+ - regex: 'Waste My Time! Extension/(\d+\.[\.\d]+)'
1308
+ name: "Don't Waste My Time!"
1309
+ version: '$1'
1310
+
1311
+ # Surfshark (https://apps.apple.com/app/apple-store/id1391782046)
1312
+ - regex: 'Surfshark/(\d+\.[\.\d]+)'
1313
+ name: 'Surfshark'
1314
+ version: '$1'
1315
+
1316
+ # 1Password (https://apps.apple.com/us/app/1password-password-manager/id568903335)
1317
+ - regex: '1Password/(\d+\.[\.\d]+)'
1318
+ name: '1Password'
1319
+ version: '$1'
1320
+
1321
+ # Startsiden (https://apps.apple.com/us/app/startsiden/id435032741)
1322
+ - regex: 'iOSStartsidenApp'
1323
+ name: 'Startsiden'
1324
+ version: ''
1325
+
1326
+ # HisThumbnail
1327
+ - regex: 'HisThumbnail'
1328
+ name: 'HisThumbnail'
1329
+ version: ''
1330
+
1331
+ # Yahoo OneSearch (https://apps.apple.com/us/app/yahoo-onesearch/id1494021151)
1332
+ - regex: 'OneSearch/(\d+\.[\.\d]+)'
1333
+ name: 'Yahoo OneSearch'
1334
+ version: '$1'
1335
+
1336
+ # Bing iPad
1337
+ - regex: 'bingipadclient'
1338
+ name: 'Bing iPad'
1339
+ version: ''
1340
+
1341
+ # AntiBrowserSpy (https://www.abelssoft.de/en/windows/security-privacy/antibrowserspy)
1342
+ - regex: 'anonymized by Abelssoft'
1343
+ name: 'AntiBrowserSpy'
1344
+ version: ''
1345
+
1346
+ # 다음 or Daum
1347
+ - regex: 'DaumApps/(\d+\.[.\d]+)?'
1348
+ name: 'Daum'
1349
+ version: '$1'
1350
+
1351
+ # DIRECTV (https://play.google.com/store/apps/details?id=com.att.tv)
1352
+ - regex: 'AT&T TV'
1353
+ name: 'DIRECTV'
1354
+ version: ''
1355
+
1356
+ # Reddit (https://play.google.com/store/apps/details?id=com.reddit.frontpage)
1357
+ - regex: 'Reddit/Version (\d+\.[.\d]+)/'
1358
+ name: 'Reddit'
1359
+ version: '$1'
1360
+
1361
+ # Tuya Smart Life (https://play.google.com/store/apps/details?id=com.tuya.smartlife)
1362
+ - regex: 'TuyaSmart/(\d+\.[.\d]+)'
1363
+ name: 'Tuya Smart Life'
1364
+ version: '$1'
1365
+
1366
+ # Spotify (https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580)
1367
+ - regex: 'Spotify/(\d+\.[.\d]+)'
1368
+ name: 'Spotify'
1369
+ version: '$1'
1370
+
1371
+ # Amazon Music (https://apps.apple.com/us/app/amazon-music-songs-podcasts/id510855668)
1372
+ - regex: 'AmazonMusic/(\d+\.[.\d]+)'
1373
+ name: 'Amazon Music'
1374
+ version: '$1'
1375
+
1376
+ # Klarna (https://apps.apple.com/us/app/klarna-shop-now-pay-later/id1115120118)
1377
+ - regex: 'Klarna/(\d+\.[.\d]+)'
1378
+ name: 'Klarna'
1379
+ version: '$1'
1380
+
1381
+ # WhatsApp+2
1382
+ - regex: 'YoWhatsApp2Plus(?:/(\d+[\.\d]+))?'
1383
+ name: 'WhatsApp+2'
1384
+ version: '$1'
1385
+
1386
+ # R (https://www.r-project.org/)
1387
+ - regex: '^R/(\d+[\.\d]+)'
1388
+ name: 'R'
1389
+ version: '$1'