mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 03:32:06 +10:00
* feat: progressive web app * replace icons --------- Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
31 lines
600 B
JSON
31 lines
600 B
JSON
{
|
|
"name": "Docmost",
|
|
"short_name": "Docmost",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#222",
|
|
"theme_color": "#222",
|
|
"icons": [
|
|
{
|
|
"src": "icons/favicon-16x16.png",
|
|
"type": "image/png",
|
|
"sizes": "16x16"
|
|
},
|
|
{
|
|
"src": "icons/favicon-32x32.png",
|
|
"type": "image/png",
|
|
"sizes": "32x32"
|
|
},
|
|
{
|
|
"src": "icons/app-icon-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180 192x192"
|
|
},
|
|
{
|
|
"src": "icons/app-icon-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|