mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
2347267518
start_url is a mandatory field.
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "Firefly III",
|
|
"short_name": "Firefly III",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#3c8dbc",
|
|
"background_color": "#3c8dbc",
|
|
"display": "standalone"
|
|
}
|