We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698d5f5 commit 72c2948Copy full SHA for 72c2948
1 file changed
public/background.js
@@ -1,9 +1,4 @@
1
-/*chrome.browserAction.onClicked.addListener(function (tab) {
2
- chrome.tabs.create({ url: "chrome://newtab" });
3
-}
4
-);*/
5
-
6
const uninstallUrl = `https://hackertab.dev/uninstall.html`
7
if (chrome.runtime.setUninstallURL) {
8
chrome.runtime.setUninstallURL(uninstallUrl)
9
+}
0 commit comments