{
"name": "Private Invoice Manager",
"short_name": "Invoices",
"description": "Private app to manage invoices, expenses, vehicles, mileage, recurring bills and reports",
"start_url": "/index.html",
"scope": "/",
"display": "standalone",
"background_color": "#0d0d0d",
"theme_color": "#0d0d0d",
"orientation": "portrait-primary",
"icons": [
{
"src": "/assets/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}