diff --git a/src/eventPage.js b/src/eventPage.js index e313bcd..61c1c19 100644 --- a/src/eventPage.js +++ b/src/eventPage.js @@ -37,4 +37,6 @@ chrome.runtime.onInstalled.addListener(function callback (details) { openApp(); } } -}); \ No newline at end of file +}); + +chrome.runtime.setUninstallURL('https://kushagragour.in/lab/web-maker/uninstall/'); \ No newline at end of file