diff --git a/common.js b/common.js index 8b727ba..f7aabb7 100644 --- a/common.js +++ b/common.js @@ -68,7 +68,6 @@ var ua = { } }, toolbar: ({windowId, tabId, str = ua.object(tabId, windowId).userAgent}) => { - console.log(windowId, tabId, str); const icon = { path: { 16: 'data/icons/' + (str ? 'active/' : '') + '16.png', diff --git a/manifest.json b/manifest.json index d528e7b..1fd51fa 100755 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "User-Agent Switcher and Manager", "short_name": "useragent-switcher", - "version": "0.2.3", + "version": "0.2.4", "description": "Spoofs User-Agent strings of your browser with a new one globally, randomly or per hostname",