Skip to content

Commit 859b44a

Browse files
committed
version 0.6.1
1 parent 11026bf commit 859b44a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

v3/data/popup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function get(path) {
111111
return cf;
112112
}
113113
}).open('agents').catch(() => cf).then(cache => {
114-
const link = 'https://cdn.jsdelivr.net/gh/ray-lothian/UserAgent-Switcher/v3/data/popup/' + path;
114+
const link = 'https://cdn.jsdelivr.net/gh/ray-lothian/UserAgent-Switcher@latest/v3/data/popup/' + path;
115115
// updating agents once per 7 days
116116
chrome.storage.local.get({
117117
['cache.' + path]: 0

v3/managed.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// update prefs.ua from the managed storage or an external server
1+
// update preferences from the managed storage or an external server
22
{
33
const configure = j => chrome.storage.local.get({
44
'json-guid': 'na'
@@ -7,7 +7,6 @@
77
chrome.storage.local.set(j);
88
console.info('preferences are updated by an admin');
99
}
10-
console.log(prefs['json-guid'], j['json-guid'], j);
1110
});
1211

1312
const run = () => {

v3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
4-
"version": "0.6.0.3",
4+
"version": "0.6.1",
55
"default_locale": "en",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)