mirror of
https://github.com/Finsys/dockhand.git
synced 2026-06-17 19:09:33 +03:00
e5fec4df71
The static/ directory containing favicons, apple-touch-icons, logos, robots.txt and site.webmanifest was not included in the repository, even though app.html references these files. This causes missing icons and broken manifest when building from source.
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "Dockhand",
|
|
"short_name": "Dockhand",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|