{
  "name": "Budget App",
  "short_name": "Budget",
  "description": "Особистий трекер витрат 💸",
  "start_url": "/dashboard.php",
  "display": "standalone",
  "background_color": "#fffff",
  "theme_color": "#fff",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}