We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0025f6b commit 069da02Copy full SHA for 069da02
manifest.json
@@ -4,7 +4,7 @@
4
"name": "ActivityWatch Web Watcher",
5
"short_name": "ActivityWatch",
6
"description": "Log the current tab and your browser activity with ActivityWatch.",
7
- "version": "0.4.6",
+ "version": "0.4.7",
8
"icons": {
9
"128": "media/logo/logo-128.png"
10
},
src/eventPage.js
@@ -196,6 +196,8 @@ function startPopupListener() {
196
chrome.storage.local.set({"enabled": true});
197
startWatcher();
198
}
199
+ } else if (obj.enabled) {
200
+ startWatcher();
201
202
});
203
chrome.runtime.onMessage.addListener(popupRequestReceived);
0 commit comments