import OptionsSync from 'webext-options-sync'; export const optionsStorage = new OptionsSync({ defaults: { apiUrl: 'https://sessions.tribalwarshelp.com', apiKey: '', encryptionPassword: 'password', }, migrations: [OptionsSync.migrations.removeUnused], });