1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 18:20:15 +02:00

eventpage.js: remove uninstall redirection

This commit is contained in:
Kushagra Gour
2019-07-03 02:59:35 +05:30
parent e8fbb6322d
commit 5ad3d64aa6

View File

@@ -45,5 +45,3 @@ chrome.runtime.onInstalled.addListener(function callback(details) {
} }
} }
}); });
chrome.runtime.setUninstallURL('https://webmaker.app/uninstall/');