Fix category key casing for "Developer tools" (#37884)

Updated the allowedCategories map to use 'Developer tools' instead of
'Developer Tools' to ensure category matching is consistent with how
this category is displayed in the UI.
This commit is contained in:
Allen Houchins
2026-01-06 00:08:06 -06:00
committed by GitHub
parent 7d527ca23c
commit 263c477db9
+1 -1
View File
@@ -119,7 +119,7 @@ func processOutput(ctx context.Context, app *maintained_apps.FMAManifestApp) err
var allowedCategories = map[string]struct{}{
"Browsers": {},
"Communication": {},
"Developer Tools": {},
"Developer tools": {},
"Productivity": {},
"Security": {},
"Utilities": {},