diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-03-01 13:42:56 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-01 13:42:56 -0500 |
| commit | a901370e084f44d29eb1672c1bd59b9ac5bdade1 (patch) | |
| tree | c4aba2956119b6a33c39d601cd724f60a54898a7 | |
| parent | 23147a645c9079a1c9b98d9aa0f8ef13ee39c230 (diff) | |
document app repository feature
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 905e07f6..6f5bb49d 100644 --- a/static/features.html +++ b/static/features.html @@ -226,6 +226,11 @@ <li>Vanadium: hardened WebView and default browser — the WebView is what most other apps use to handle web content, so you benefit from Vanadium in many apps even if you choose another browser</li> + <li>Apps: first-party GrapheneOS app repository focused on security, which is + currently used to distribute our own apps and a mirror of Google Play for the + sandboxed Google Play feature. In the future, it will be used to distribute + first-party GrapheneOS builds of externally developed open source apps with + hardening applied.</li> <li>Hardware-based security verification and monitoring: the <a href="https://github.com/GrapheneOS/Auditor/releases">Auditor app</a> app and <a href="https://attestation.app/">attestation service</a> provide strong |
