I am making a web-extension that is tighly tied to a desktop application trough nativeMessaging. The web-extension alone is completely useless and neither nativeMessaging or the desktop application works on Android. The extension is not hence not compatible with Android.
However, when I perform an automated release on AMO, the extension pass tests without warning (and I think it should with nativeMessaging) and is listed to be compatible with Firefox For Android.
I want to tell AMO with the manifest.json
that my web-extension is only compatible with Firefox desktop. How I does that ?