The official Google Play Games application for Windows is getting detected as a browser.
Info as returned by npx win-detect-browsers (version 8.0.2):
{
"name": "chrome",
"path": "C:\\Program Files\\Google\\Play Games\\Bootstrapper.exe",
"version": "1.0.0.20",
"arch": "amd64",
"info": {
"FileVersion": "1.0.0.20",
"CompanyName": "Google LLC",
"FileDescription": "Google Play Games",
"InternalName": "Bootstrapper.exe",
"LegalCopyright": "Copyright 2023 Google LLC",
"OriginalFilename": "Bootstrapper.exe",
"ProductName": "Google Play Games",
"ProductVersion": "1.0.0.20",
"Assembly Version": "1.0.0.20"
}
},
The official Google Play Games application for Windows is getting detected as a browser.
Info as returned by
npx win-detect-browsers(version8.0.2):{ "name": "chrome", "path": "C:\\Program Files\\Google\\Play Games\\Bootstrapper.exe", "version": "1.0.0.20", "arch": "amd64", "info": { "FileVersion": "1.0.0.20", "CompanyName": "Google LLC", "FileDescription": "Google Play Games", "InternalName": "Bootstrapper.exe", "LegalCopyright": "Copyright 2023 Google LLC", "OriginalFilename": "Bootstrapper.exe", "ProductName": "Google Play Games", "ProductVersion": "1.0.0.20", "Assembly Version": "1.0.0.20" } },