This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
weekbudget/frontend/manifest.json
2019-05-30 16:25:38 +03:00

26 lines
483 B
JSON

{
"short_name": "TinyBudget",
"name": "TinyBudget",
"icons": [
{
"src": "/logo-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/logo-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/logo.png",
"type": "image/png",
"sizes": "640x640"
}
],
"start_url": "/index.html",
"background_color": "#fff",
"display": "standalone",
"scope": "/",
"theme_color": "#fff"
}