Skip to content

Commit

Permalink
feat(manifest): make explicit Gecko Android compatibility
Browse files Browse the repository at this point in the history
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
  • Loading branch information
avm99963 committed Nov 3, 2023
1 parent 4c5b657 commit 1a55612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/manifest.gjson
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
"gecko": {
"id": "twpowertools@avm99963.com",
"strict_min_version": "102.0"
},
"gecko_android": {
"strict_min_version": "102.0"
}
},
#endif
Expand Down

0 comments on commit 1a55612

Please sign in to comment.