| 1234567891011121314151617 |
- # Example:
- org.thoughtcrime.securesms:
- # With download you can specify a resource to look for a download link.
- # If download is omitted, the APK is to be downloaded from apkpure.com.
- download: https://updates.signal.org/android/latest.json
- # The fingerprint of the certificate the APKs are signed with.
- # Can be omittet if the source is trusted.
- fingerprint: 29f34e5f27f211b424bc5bf9d67162c0eafba2da35af35c16416fc446276ba26
- # See https://f-droid.org/en/docs/Build_Metadata_Reference/
- metadata:
- Summary: Private Messenger
- Categories:
- - Phone & SMS
- License: GPL-3.0
- Description: End-to-end-encrypted Instant Messenger...
|