Skip to content

Commit

Permalink
added uninstall feedback url
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Oct 23, 2024
1 parent b6cdefd commit 9786674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ chrome.runtime.onInstalled.addListener(deets => {
}
});

// Set survey pointer on uninstall
chrome.runtime.setUninstallURL('https://forms.gle/QPP8ZREnpDgXxdav9', () => console.log('uninstall url set to https://forms.gle/QPP8ZREnpDgXxdav9'));

/***
*
* Message handling. Handlers dispatched based on msg.function
Expand Down

0 comments on commit 9786674

Please sign in to comment.