diff --git a/src/ext/conf/ExtConfPatches.ts b/src/ext/conf/ExtConfPatches.ts index da62118..6aa5066 100644 --- a/src/ext/conf/ExtConfPatches.ts +++ b/src/ext/conf/ExtConfPatches.ts @@ -479,6 +479,13 @@ const ExtensionConfPatch = Object.freeze([ } } } + }, { + forVersion: '6.3.998', + updateFn: (userOptions: SettingsInterface, defaultOptions: SettingsInterface, logger?) => { + if (!userOptions.sites["www.amazon.com"]) { + userOptions.sites["www.amazon.com"] = _cp(defaultOptions.sites["www.amazon.com"] ); + } + } } ]);