{
  "name": "MyBudget — Spending Tracker",
  "short_name": "MyBudget",
  "description": "Track weekly and monthly spending, bills and daily costs with a warm, simple interface.",
  "start_url": "./",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "background_color": "#FBF4EA",
  "theme_color": "#B85134",
  "orientation": "portrait",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
