Skip to content

Commit 72c2948

Browse files
committed
refactor: Clean up background.js by removing commented-out code
1 parent 698d5f5 commit 72c2948

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

public/background.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
/*chrome.browserAction.onClicked.addListener(function (tab) {
2-
chrome.tabs.create({ url: "chrome://newtab" });
3-
}
4-
);*/
5-
61
const uninstallUrl = `https://hackertab.dev/uninstall.html`
72
if (chrome.runtime.setUninstallURL) {
83
chrome.runtime.setUninstallURL(uninstallUrl)
9-
}
4+
}

0 commit comments

Comments
 (0)