mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
feat: PWA
This commit is contained in:
@@ -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>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "namae",
|
||||
"name": "namae.dev",
|
||||
"name": "namae",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
Reference in New Issue
Block a user