Add ability to pass a list to chromium_arg, (not just a comma-separated string).
Currently, a comma-separated string must be passed in to chromium_arg:
chromium_arg="ARG1=N,ARG2"
I'll add the ability for chromium_arg to accept a list as input too:
chromium_arg=["ARG1=N", "ARG2"]