mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-23 00:43:53 +01:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"name": "Glance",
|
|
"display": "standalone",
|
|
"background_color": "#151519",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/static/app-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|