Updated version of "Differences between desktop and Android" article?

Hi, I’ve recently started trying to make my add-on work on Firefox for Android. There are a lot of differences in the API (for example, no such thing as chrome.browserAction.setTitle) so I ended up on this page listing out the differences between developing for desktop and mobile. However, the article is out of date so I was wondering if a newer version existed.

Thanks!

The more up to date generic versions would be https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs and https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json

Thanks so much!

For other people who read this, you may miss the fact that there were two links shared in the above answer. The first link answers my question