{
  "name": "Budget",
  "short_name": "Budget",
  "description": "What's left to spend this month, after fixed costs and savings.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F2F1EA",
  "theme_color": "#BE6630",
  "orientation": "portrait",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "./"
}