diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 1 | ||||
| -rw-r--r-- | static/index.html | 1 | ||||
| -rw-r--r-- | static/install.html | 1 | ||||
| -rw-r--r-- | static/releases.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 3749713a..3f0fb8c5 100644 --- a/static/build.html +++ b/static/build.html @@ -7,6 +7,7 @@ <meta name="description" content="Building instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Build | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> diff --git a/static/index.html b/static/index.html index 3329bcc1..cf14a746 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,7 @@ <meta name="description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <title>GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> diff --git a/static/install.html b/static/install.html index 47097d75..12cb77c0 100644 --- a/static/install.html +++ b/static/install.html @@ -7,6 +7,7 @@ <meta name="description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Install | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> diff --git a/static/releases.html b/static/releases.html index 668cfbe7..c668ef02 100644 --- a/static/releases.html +++ b/static/releases.html @@ -7,6 +7,7 @@ <meta name="description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <title>Releases | GrapheneOS</title> <link rel="stylesheet" href="/grapheneos.css?0"/> + <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> <nav> |
