Hi Everyone!
Hope you are all having a great holiday season and staying safe and healthy.
Our extension frequently communicates with our website by attaching event listeners to buttons through a content script injected on our site. We recently learned about the "externally_connectable" feature (found here:
https://developer.chrome.com/docs/extensions/mv2/messaging/#external-webpage) which would make this much more reliable. I'm hesitant to modify our manifest file between releases given that it's not very clear what permission modifications specifically will disable an extension. Given this isn't a permission, but rather a feature, I'm curious if anyone has experienced releasing a similar update to their extension and if that caused your extension to become disabled?
I 100% understand and stand behind Googles decision to disable extensions that change permissions, but would love to hear if anyone has experience with modifying other aspects of the manifest file and how that impacts existing users. Thank you all so much!