Remove uninstall url. Close #188

This commit is contained in:
Folyd 2022-08-14 12:05:38 +08:00
parent 93d9cca58b
commit 3b362068e1

View file

@ -607,8 +607,4 @@ const chromeAction = chrome.action || chrome.browserAction;
chromeAction.onClicked.addListener(() => {
let managePage = chrome.runtime.getURL("manage/index.html");
chrome.tabs.create({url: managePage});
});
const fileNewIssue = "title=Have you found a bug? Did you feel something was missing?&body=Whatever it was, we'd love to hear from you.";
chrome.runtime.setUninstallURL(
`https://github.com/huhu/rust-search-extension/issues/new?${encodeURI(fileNewIssue)}`
);
});