2 Commits

Author SHA1 Message Date
s2
922de5d1d1 v0.0.14 2017-12-13 16:47:04 +01:00
s2
f15fa07880 remove console log 2017-12-13 16:44:59 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ var generateRandomColor = function(seed) {
var colors = ['#e6194b', '#3cb44b', '#ffe119', '#0082c8', '#f58231', '#FFFFFF'];
var selectColor = function (colorNum) {
console.log(colorNum, seed % colors.length, colors[seed % colors.length]);
return colors[seed % colors.length]
}

View File

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