Skip to content

Commit f51b191

Browse files
committed
feat: Open Feedback discussion on uninstall
1 parent 720d38b commit f51b191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
chrome.runtime.onInstalled.addListener(({ reason }) => {
22
if (reason === chrome.runtime.OnInstalledReason.INSTALL) {
33
chrome.runtime.openOptionsPage();
4+
chrome.runtime.setUninstallURL("https://github.com/CrawlerCode/redmine-time-tracking/discussions/1");
45
}
56
});

0 commit comments

Comments
 (0)