I am trying to create a smooth experience for users of my Chrome Extension after I release updates.
I reinject my content script on an update of the app, and my func
if(typeof chrome.app.isInstalled!=='undefined'){ chrome.runtime.sendMessage() }