web-ext
web-ext copied to clipboard
chore: Clean up unnecessary spread
The customPrefs alias was introduced in #1039 as a direct alias, but changed to a shallow copy in #2436 because the object was modified. These changes have been dropped in #3136 but the swallow copy remained.
This patch completes the cleanup by reverting to a direct alias.