Created
April 12, 2021 15:29
-
-
Save ggteixeira/1d0317499153b8c42527650af606fe91 to your computer and use it in GitHub Desktop.
Auto Tab Discard Preferences (Firefox Extension)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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