Skip to content

Instantly share code, notes, and snippets.

@ggteixeira
Created April 12, 2021 15:29
Show Gist options
  • Save ggteixeira/1d0317499153b8c42527650af606fe91 to your computer and use it in GitHub Desktop.
Save ggteixeira/1d0317499153b8c42527650af606fe91 to your computer and use it in GitHub Desktop.
Auto Tab Discard Preferences (Firefox Extension)
{
"chrome.storage.local": {
"audio": true,
"battery": false,
"check-delay": 30000,
"click": "click.popup",
"faqs": true,
"favicon": true,
"favicon-delay": 500,
"form": true,
"go-hidden": false,
"idle": true,
"idle-timeout": 300,
"last-update": 1612276623808,
"link.context": false,
"log": false,
"max.single.discard": 50,
"memory-enabled": false,
"memory-value": 60,
"mode": "time-based",
"notification.permission": false,
"number": 6,
"online": true,
"page.context": false,
"period": 1800,
"pinned": true,
"release-next-tab": false,
"simultaneous-jobs": 10,
"startup-pinned": false,
"startup-release-pinned": false,
"startup-unpinned": false,
"tab.context": true,
"trash.period": 1,
"use-cache": false,
"whitelist": [
"todoist.com",
"localhost",
"cursos.alura.com.br",
"www.printi.com.br"
],
"whitelist-url": [],
"whitelist.session": []
},
"localStorage": {
"click": "popup",
"explore-count": "97"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment