We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f169991 commit 02d5f27Copy full SHA for 02d5f27
src/background.ts
@@ -18,5 +18,6 @@ Browser.storage.onChanged.addListener((changes, namespace) => {
18
}
19
});
20
21
+Browser.runtime.setUninstallURL('https://webtracker.online/goodbye.html');
22
scheduleJobs();
23
initTracker();
0 commit comments