Fixes the chrome extension such that the right test links are populated as the test selections are updated.

Test: Tested locally using the following Skia query

```
https://androidx-perf.skia.org/e/?queries=device_name%3Dsargo%26sdk_release_name%3DAPI_31_S%26sub_result%3Dtime_nanos_min%26test%3Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyRow_%26test%3Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyColumn_&selected=commit%3D5814021%26name%3D%252Cbranch%253Daosp-androidx-main%252Cbuild_flavor%253Dandroidx_device_tests%252Cconfig%253Ddefault%252Cdevice_name%253Dsargo%252Csdk_release_name%253DAPI_31_S%252Csub_result%253Dtime_nanos_min%252Ctest%253Dandroidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark_scrollProgrammatically_newItemComposed_LazyColumn_%252C
```

Change-Id: Ibf0a6955b9fd46d3906ad5dc10e781f60f6c102f
diff --git a/development/benchmarks-chrome-extension/manifest.json b/development/benchmarks-chrome-extension/manifest.json
index 45ab2da..12fb0fd 100644
--- a/development/benchmarks-chrome-extension/manifest.json
+++ b/development/benchmarks-chrome-extension/manifest.json
@@ -1,6 +1,6 @@
 {
   "manifest_version": 3,
-  "version": "0.1",
+  "version": "0.2",
   "name": "AndroidX Benchmarks Extension",
   "icons": {
     "48": "dist/assets/icons/benchmark_48.png",