version 0.2.4

This commit is contained in:
Ray Lothian 2018-08-16 14:48:38 +04:30
parent d1b29b805a
commit 8163444cc9
2 changed files with 1 additions and 2 deletions

View file

@ -68,7 +68,6 @@ var ua = {
} }
}, },
toolbar: ({windowId, tabId, str = ua.object(tabId, windowId).userAgent}) => { toolbar: ({windowId, tabId, str = ua.object(tabId, windowId).userAgent}) => {
console.log(windowId, tabId, str);
const icon = { const icon = {
path: { path: {
16: 'data/icons/' + (str ? 'active/' : '') + '16.png', 16: 'data/icons/' + (str ? 'active/' : '') + '16.png',

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "User-Agent Switcher and Manager", "name": "User-Agent Switcher and Manager",
"short_name": "useragent-switcher", "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", "description": "Spoofs User-Agent strings of your browser with a new one globally, randomly or per hostname",