1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: PWA

This commit is contained in:
2019-08-02 04:23:21 +09:00
parent 226d909fdb
commit d856caadde
7 changed files with 32 additions and 40 deletions

View File

@@ -10,12 +10,8 @@
/>
<meta name="keywords" content="name" />
<meta name="robots" content="index, follow" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="namae" />
<meta name="msapplication-TileColor" content="#5180fc" />
<meta name="theme-color" content="#ffffff" />
@@ -42,6 +38,7 @@
href="%PUBLIC_URL%/safari-pinned-tab.svg"
color="#5180fc"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>namae — name new project</title>
</head>
<body>

View File

@@ -1,6 +1,6 @@
{
"short_name": "namae",
"name": "namae.dev",
"name": "namae",
"icons": [
{
"src": "favicon.ico",