Hi, I’m following the documentation on using web-ext lint
to Check for Firefox for Android compatibility and wondering, is there a way to indicate the extension is meant to be used on Firefox for Android?
I understand that the manifest must contain browser_specific_settings
and a strict_min_version
. I thought I would need to a key like firefox_android_min_version
so the linter knows what to test. Is that not true or am I missing something obvious?