{
  "name": "GrindToGreen Budget",
  "short_name": "GTG Budget",
  "description": "Free budgeting tool - Track income, expenses, and savings goals.",
  "start_url": "/tools/budget-tool.html",
  "scope": "/tools/",
  "display": "standalone",
  "background_color": "#f8faf9",
  "theme_color": "#0f7b3e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://via.placeholder.com/192x192/0f7b3e/FFFFFF?text=GTG",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512x512/0f7b3e/FFFFFF?text=GTG",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}