From 8163444cc964fb895a20be57bf980df8fee478a5 Mon Sep 17 00:00:00 2001 From: Ray Lothian Date: Thu, 16 Aug 2018 14:48:38 +0430 Subject: [PATCH] version 0.2.4 --- common.js | 1 - manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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",