I believe there was a change in the code to no longer use the installed_browsers config
browser_count=$((browser_count+1))
installed_browsers[$browser_count]="Browser Name : path/to/browser -args"
I've ensured I'm using the tab char before and after the :
Perhaps a change was made that isn't backwards compatible?