uninstall url
This commit is contained in:
parent
736fcac54b
commit
314e5bb5e1
1 changed files with 2 additions and 0 deletions
|
|
@ -20,3 +20,5 @@ chrome.tabs.onActivated.addListener((tab) => {
|
||||||
chrome.tabs.onUpdated.addListener((tabId) => {
|
chrome.tabs.onUpdated.addListener((tabId) => {
|
||||||
attachTab(tabId)
|
attachTab(tabId)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
chrome.runtime.setUninstallURL('https://vytal.io/#/vpns')
|
||||||
Loading…
Add table
Reference in a new issue