3 Commits

Author SHA1 Message Date
s2
26e7b44b36 v0.0.9 2017-12-13 11:15:59 +01:00
s2
675900d0c8 move screenshots folder 2017-12-13 11:15:37 +01:00
s2
34d0f821a0 actually persist hosts option 2017-12-13 11:15:06 +01:00
3 changed files with 3 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -2,7 +2,7 @@
"description": "Color tabs based on their parent.", "description": "Color tabs based on their parent.",
"manifest_version": 2, "manifest_version": 2,
"name": "Color Tab Group", "name": "Color Tab Group",
"version": "0.0.8", "version": "0.0.9",
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor", "homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
"icons": { "icons": {
"48": "img/icon-48.png" "48": "img/icon-48.png"

View File

@@ -3,7 +3,8 @@ function persistOptions() {
globals = { globals = {
width: document.querySelector('#indicator-width').value, width: document.querySelector('#indicator-width').value,
orientation: document.querySelector('#indicator-orientation').value orientation: document.querySelector('#indicator-orientation').value,
ignore: document.querySelector('#ignore').value
}; };
return browser.storage.local.set({ return browser.storage.local.set({