added: pwa

This commit is contained in:
quenousimporte 2023-06-19 13:02:41 +02:00
parent 18d9cd0759
commit ab083bd908
4 changed files with 23 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="theme-color" content="#FFFFFF" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">

22
manifest.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "notes",
"start_url": ".",
"display": "standalone",
"icons": [
{
"src": "favicon.ico",
"type": "image/vnd.microsoft.icon",
"sizes": "48x48"
},
{
"src": "notes192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "notes512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}

BIN
notes192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
notes512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB