improved PWA
|
@ -33,6 +33,7 @@ export default function App({
|
||||||
<Head>
|
<Head>
|
||||||
<title>Linkwarden</title>
|
<title>Linkwarden</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="#000000" />
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
|
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 255 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 726 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 31 KiB |
|
@ -1 +1,26 @@
|
||||||
{"name":"Linkwarden","short_name":"Linkwarden","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#000000","background_color":"#000000","display":"standalone"}
|
{
|
||||||
|
"name":"Linkwarden",
|
||||||
|
"short_name":"Linkwarden",
|
||||||
|
"icons":[
|
||||||
|
{
|
||||||
|
"src":"/android-chrome-192x192.png",
|
||||||
|
"sizes":"192x192",
|
||||||
|
"type":"image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src":"/android-chrome-512x512.png",
|
||||||
|
"sizes":"512x512",
|
||||||
|
"type":"image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/logo_maskable.png",
|
||||||
|
"sizes": "196x196",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color":"#000000",
|
||||||
|
"background_color":"#000000",
|
||||||
|
"display":"standalone",
|
||||||
|
"start_url": "/dashboard"
|
||||||
|
}
|