update global (texte + logo)
BIN
Linkwarden/public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
Linkwarden/public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 255 KiB |
BIN
Linkwarden/public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
Linkwarden/public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
Linkwarden/public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Linkwarden/public/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Linkwarden/public/icon.png
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
Linkwarden/public/linkwarden_dark.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
Linkwarden/public/linkwarden_light.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
Linkwarden/public/logo_maskable.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
Linkwarden/public/screenshots/screenshot1.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
Linkwarden/public/screenshots/screenshot2.png
Normal file
After Width: | Height: | Size: 492 KiB |
49
Linkwarden/public/site.webmanifest
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "/dashboard",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"share_target": {
|
||||
"action": "/api/v1/links/",
|
||||
"method": "POST",
|
||||
"enctype": "multipart/form-data",
|
||||
"params": {
|
||||
"url": "link"
|
||||
}
|
||||
},
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/screenshots/screenshot1.png",
|
||||
"type": "image/png",
|
||||
"sizes": "386x731"
|
||||
},
|
||||
{
|
||||
"src": "/screenshots/screenshot2.png",
|
||||
"type": "image/png",
|
||||
"sizes": "1361x861",
|
||||
"form_factor": "wide"
|
||||
}
|
||||
],
|
||||
"theme_color":"#000000",
|
||||
"background_color":"#000000",
|
||||
"display":"standalone",
|
||||
"orientation": "portrait",
|
||||
"start_url": "/dashboard"
|
||||
}
|