mirror of
https://github.com/heyman/heynote.git
synced 2024-11-07 08:34:38 +01:00
Add .webmanifest to web app
This commit is contained in:
parent
387ef33f94
commit
93e805152e
11
public/site.webmanifest
Normal file
11
public/site.webmanifest
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Heynote",
|
||||
"short_name": "Heynote",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.ico",
|
||||
"sizes": "256x256"
|
||||
}
|
||||
],
|
||||
"display": "standalone"
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<title>Heynote</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user