mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Remove uninstall url. Close #188
This commit is contained in:
parent
93d9cca58b
commit
3b362068e1
1 changed files with 1 additions and 5 deletions
|
@ -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)}`
|
||||
);
|
||||
});
|
Loading…
Reference in a new issue