mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-26 18:34:56 +01:00
13 lines
242 B
JSON
13 lines
242 B
JSON
|
{
|
||
|
"name": "Glance",
|
||
|
"display": "standalone",
|
||
|
"scope": "/",
|
||
|
"start_url": "/",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/static/app-icon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "512x512"
|
||
|
}
|
||
|
]
|
||
|
}
|