commit | 1a55612ba5cd182c9f9e98faa7f7eb8970fde268 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Nov 03 17:36:13 2023 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Nov 03 17:36:13 2023 +0100 |
tree | feda81a44a4393343b987a52f6c7a64068692829 | |
parent | 4c5b6576212edd0d512ce8af8c5f872f1e37bb57 [diff] |
feat(manifest): make explicit Gecko Android compatibility Until now we marked manually in the Mozilla Add-ons Store that the extension is Android compatible. However, recently the store requires extensions to make it explicit in the manifest,[1] so this CL adds the appropriate key to indicate it. [1]: https://blog.mozilla.org/addons/2023/10/05/changes-to-android-extension-signing/ Change-Id: I0af32dffcdd2c54caed7ea6100e2138006fa6a8c
diff --git a/templates/manifest.gjson b/templates/manifest.gjson index 8d067df..76404ba 100644 --- a/templates/manifest.gjson +++ b/templates/manifest.gjson
@@ -173,6 +173,9 @@ "gecko": { "id": "twpowertools@avm99963.com", "strict_min_version": "102.0" + }, + "gecko_android": { + "strict_min_version": "102.0" } }, #endif