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/Lj3MYlSr4L.js

15 lines
284 B
JavaScript

const message = 'Add navigateWithKeyboard';
const revision = 'Lj3MYlSr4L';
async function upgrade() {
const changes = {
navigateWithKeyboard: false
};
changes.storageVersion = revision;
return browser.storage.local.set(changes);
}
export {message, revision, upgrade};