From e8ea4b8fcabad09aaf2fd0069b91a905d8002f66 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 12 Mar 2017 00:11:17 +0530 Subject: [PATCH] add uninstall url --- src/eventPage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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