1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 08:02:24 +02:00

add uninstall url

This commit is contained in:
Kushagra Gour
2017-03-12 00:11:17 +05:30
parent d7303ded7f
commit e8ea4b8fca

View File

@ -37,4 +37,6 @@ chrome.runtime.onInstalled.addListener(function callback (details) {
openApp();
}
}
});
});
chrome.runtime.setUninstallURL('https://kushagragour.in/lab/web-maker/uninstall/');