You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buster/src/storage/revisions/local/nOedd0Txqd.js

16 lines
337 B
JavaScript

const message = 'Add Wit Speech API and tryEnglishSpeechModel option';
const revision = 'nOedd0Txqd';
async function upgrade() {
const changes = {
witSpeechApiKeys: {},
tryEnglishSpeechModel: true
};
changes.storageVersion = revision;
return browser.storage.local.set(changes);
}
export {message, revision, upgrade};