mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
11 lines
289 B
JSON
11 lines
289 B
JSON
{
|
|
"name": "analytics",
|
|
"short_name": "analytics",
|
|
"display": "standalone",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{ "src": "/manifest/favicon-192.png", "type": "image/png", "sizes": "192x192" },
|
|
{ "src": "/manifest/favicon-512.png", "type": "image/png", "sizes": "512x512" }
|
|
]
|
|
}
|