mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
|
{
|
||
|
"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" }
|
||
|
]
|
||
|
}
|