Would there be interest in maintaining the mapping between web-features ID and the various Chrome use counters here? This requires parsing at least these files from Chromium: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/mojom/use_counter/metrics/webdx_feature.mojom (simple cases) https://source.chromium.org/chromium/chromium/src/+/main:components/page_load_metrics/browser/observers/use_counter/webdx_feature_maps.cc (use counters mapped from classic use counters, which have more historical data) https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom (needed to get the numeric ID of classic use counters)