{
  "name": "Kwezan – Gestion de salaire",
  "short_name": "Kwezan",
  "description": "Gérez votre salaire intelligemment – Dépenses, budgets, objectifs d'épargne",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#00875A",
  "orientation": "portrait-primary",
  "lang": "fr",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%2300875A'/><text y='130' x='96' font-size='100' text-anchor='middle'>💰</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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='%2300875A'/><text y='350' x='256' font-size='280' text-anchor='middle'>💰</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ajouter une dépense",
      "short_name": "Dépense",
      "description": "Enregistrer une nouvelle dépense rapidement",
      "url": "/index.html?action=expense",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%23FF3B30'/><text y='68' x='48' font-size='60' text-anchor='middle'>💸</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Voir mon solde",
      "short_name": "Solde",
      "description": "Consulter le budget restant du cycle",
      "url": "/index.html?action=home",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%2300875A'/><text y='68' x='48' font-size='60' text-anchor='middle'>💰</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ajouter une rentrée",
      "short_name": "Rentrée",
      "description": "Enregistrer une rentrée d'argent",
      "url": "/index.html?action=income",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%2330D158'/><text y='68' x='48' font-size='60' text-anchor='middle'>💵</text></svg>", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "label": "Tableau de bord Kwezan",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 844'><rect width='390' height='844' fill='%23111111'/></svg>"
    }
  ]
}
