fix PWA icons

This commit is contained in:
Aria Moradi
2021-03-07 23:08:30 +03:30
parent 893fba5b8c
commit e03922e518
7 changed files with 7 additions and 7 deletions

View File

@@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="icon" href="%PUBLIC_URL%/faviconlogo.ico"/>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width"/>
<meta name="theme-color" content="#000000"/>
<meta
name="description"
content="A manga reader that runs tachiyomi's extensions"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/faviconlogo.png"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png"/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/