{
  "name": "Daily Earnings Tracker",
  "short_name": "Earnings",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#fff8fb",
  "theme_color": "#f7d9e8",
  "description": "Track earnings and hours with customizable colors and reporting views.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}