Merge pull request #75 from ente-io/master

Master to release
This commit is contained in:
Pushkar Anand 2021-05-24 21:43:08 +05:30 committed by GitHub
commit 10aee33d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 2 deletions

BIN
public/images/ente-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
public/images/ente-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
public/images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

View file

@ -6,6 +6,16 @@
"src": "/images/ente-192.png", "src": "/images/ente-192.png",
"type": "image/png", "type": "image/png",
"sizes": "192x192" "sizes": "192x192"
},
{
"src": "/images/ente-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/images/ente-512.png",
"type": "image/png",
"sizes": "512x512"
} }
], ],
"start_url": "/", "start_url": "/",

View file

@ -36,8 +36,13 @@ export default class MyDocument extends Document {
name="description" name="description"
content="ente is a privacy focussed photo storage service that offers end-to-end encryption." content="ente is a privacy focussed photo storage service that offers end-to-end encryption."
/> />
<link rel="icon" href="/icon.svg" type="image/png" /> <link rel="icon" href="/images/favicon.png" type="image/png" />
<link rel="manifest" href="manifest.json"></link> <link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="/images/ente-512.png" />
<meta name="theme-color" content="#111" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
</Head> </Head>
<body> <body>
<Main /> <Main />