diff --git a/extension/main.js b/extension/main.js index 7007e07..5e7df63 100644 --- a/extension/main.js +++ b/extension/main.js @@ -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)}` -); \ No newline at end of file +}); \ No newline at end of file