I currently self-host my Chrome extension - but with the recent changes making it more complicated for less technical users to sideload Chrome extensions, I'm considering moving it to the web store.
Problem is: I don't see a clear transition plan for how to get my ~500,000+ users to download the next updated version from the web store once I get it on there.
Is it as simple as uploading my new version, and changing my update_url in the manifest.json to point to that download link? Can the update_url be something that points to a different domain name than the original extension was hosted on?