{
  "name": "SRBudget",
  "short_name": "SRBudget",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#11111b",
  "theme_color": "#6366F1",
  "description": "Personal budget with cloud sync",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/apple-touch-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}