{
  "name": "Budget Famille",
  "short_name": "Budget",
  "description": "Gérez votre budget familial en toute confidentialité",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f13",
  "theme_color": "#0f0f13",
  "lang": "fr",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%230f0f13'/><text y='.9em' font-size='400' x='56'>💰</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Ajouter une dépense",
      "short_name": "Dépense",
      "description": "Enregistrer une nouvelle dépense",
      "url": "/?action=expense",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='96'>➖</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ajouter un revenu",
      "short_name": "Revenu",
      "description": "Enregistrer un nouveau revenu",
      "url": "/?action=income",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='96'>➕</text></svg>", "sizes": "96x96" }]
    }
  ]
}
